1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

1230 Commits

Author SHA1 Message Date
Sven Wischnowsky
bdaa4f4c05 *** empty log message *** 2001-01-22 12:03:55 +00:00
Andrey Borzenkov
d36dbe2337 13370: avoid in-place modification of environments variables when importing.
Zsh tried to free unallocated memory when importing colon arrays. Removed
redundant replenv().
2001-01-19 14:54:52 +00:00
Andrey Borzenkov
9740af197e 13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)
to make it possible to override default library selected
2001-01-19 14:47:43 +00:00
Sven Wischnowsky
c06782d95b *** empty log message *** 2001-01-18 14:41:40 +00:00
Peter Stephenson
0acd646e94 13302: division by zero 2001-01-18 10:25:07 +00:00
Sven Wischnowsky
757168e2c8 remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365) 2001-01-16 13:44:18 +00:00
Sven Wischnowsky
052316fea3 fix for ol' compctl when completing hash keys (13364) 2001-01-16 12:39:21 +00:00
Sven Wischnowsky
4a39b5d9c5 two more fixes for completion matching and reporting interesting positions (13349) 2001-01-15 10:44:14 +00:00
Sven Wischnowsky
25900ecf28 add completion for ls and ([ef]|)grep (13347) 2001-01-15 09:26:57 +00:00
Sven Wischnowsky
ca585f812b add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
Sven Wischnowsky
a11115ecee fix for 13339 (report each position only once) and fixlet for matching: a case where missing characters weren't remembered (13343) 2001-01-12 13:50:13 +00:00
Sven Wischnowsky
2a78c24842 *** empty log message *** 2001-01-11 10:06:40 +00:00
Geoff Wing
1853089714 Etc/MACHINES: format leading spaces to tabs 2001-01-10 17:19:17 +00:00
Sven Wischnowsky
9af83c6c2a fix cursor positioning with partial-word match specs using `**' (13336) 2001-01-10 09:24:45 +00:00
Sven Wischnowsky
4a376d7250 fix for listpacked for matches as long as screen is wide (minus added spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331) 2001-01-08 15:25:01 +00:00
Peter Stephenson
f6d71cda8c Builds on SCO UnixWare 2.1.3 2001-01-07 19:06:20 +00:00
Clint Adams
bb7b1ddf82 13315: ignore parens and leading paths on killall completion 2000-12-27 16:40:49 +00:00
Clint Adams
d1d89c7942 13314: don't complete hyphen-prefixed commands for killall 2000-12-27 04:34:05 +00:00
Clint Adams
17fb952654 13312: killall gets long filenames from procps 2000-12-26 21:22:49 +00:00
Clint Adams
ebb9daa319 unposted: thinko in configure.in for determination of jobtable size 2000-12-23 07:26:11 +00:00
Clint Adams
25faa7dbf9 13310: apt-cache typo in --names-only 2000-12-23 06:53:19 +00:00
Bart Schaefer
bf23eb259c Back out 13285. 2000-12-18 02:14:57 +00:00
Clint Adams
ef13567352 13288: cast pointers for arg 2 of ztrapread/write 2000-12-17 21:47:54 +00:00
Clint Adams
76ce03c62c 13287: dpkg -i can take multiple arguments 2000-12-17 15:45:21 +00:00
Clint Adams
720b194aee unposted: add _mere to .distfiles 2000-12-16 16:30:38 +00:00
Clint Adams
fe8a55b640 13285: use vi-up and -down in vicmd mode 2000-12-16 16:25:41 +00:00
Tanaka Akira
35ac156d86 * 13281: Functions/Misc/mere: new implementation.
Completion/User/_mere: new completion function for mere.
2000-12-15 14:42:22 +00:00
Clint Adams
81185fe668 13250: _dict completion 2000-12-13 03:07:00 +00:00
Peter Stephenson
f39af3954f Rename waitjob() to zwaitjob(). 2000-12-06 12:22:39 +00:00
Andrey Borzenkov
7949a31e5b 13243: fix for make distclean - no more Makefile in Functions and Completion 2000-12-06 08:28:20 +00:00
Clint Adams
9ff637aea0 13242: don't segfault on $terminfo[nonexistentcap] 2000-12-06 01:16:12 +00:00
Peter Stephenson
fade355d03 Fix distribution files zsh-3.1.9-dev-8 2000-12-05 14:39:58 +00:00
Peter Stephenson
dadb12c674 3.1.9-dev-8 2000-12-05 14:31:50 +00:00
Peter Stephenson
bd588f625a terminfo tweaks 2000-12-05 11:00:08 +00:00
Peter Stephenson
0c96a1b963 Joel Smith: 13230: avoid name clashes with Linux kernel 2000-12-05 10:34:23 +00:00
Bart Schaefer
c1a4af81c6 Include mod_term*.yo in doc source. 2000-12-05 05:07:52 +00:00
Clint Adams
5d7a9e949b 13227: terminfo module fixes 2000-12-05 00:28:40 +00:00
Peter Stephenson
cfe1038ff1 Fix --enable-function-subdirs for new config.modules system. 2000-12-04 19:21:05 +00:00
Peter Stephenson
0db6a3103f $# doc 2000-12-04 12:03:25 +00:00
Peter Stephenson
caa994e1e9 installfns bits 2000-12-04 12:02:28 +00:00
Clint Adams
683cf32360 13216: docs for tc/ti modules 2000-12-03 23:32:09 +00:00
Clint Adams
13b93a5faa 13215: echotc, echoti, terminfo 2000-12-03 20:53:07 +00:00
Peter Stephenson
a59b51006b Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
Sven Wischnowsky
4b1191e209 avoid compiler warning 2000-11-29 08:04:28 +00:00
Bart Schaefer
29f0d4d00f Add missing quote. 2000-11-27 16:52:58 +00:00
Sven Wischnowsky
ad6268466c *** empty log message *** 2000-11-27 12:44:21 +00:00
Peter Stephenson
1851f87325 Fix a few problems with config.modules stuff 2000-11-27 11:26:14 +00:00
Peter Stephenson
5b44123d5d either keyword for link module parameter 2000-11-27 10:21:56 +00:00
Peter Stephenson
49a1ad7516 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
Bart Schaefer
ad5f9584c1 ALL_EXPORT tweaks. 2000-11-25 23:50:01 +00:00