1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
Commit Graph

1158 Commits

Author SHA1 Message Date
Clint Adams
572bd64e32 14533: -> to = -> for dpkg and update-alternatives 2001-05-29 12:39:31 +00:00
Sven Wischnowsky
4a7abbfdd6 use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) 2001-05-29 11:59:50 +00:00
Sven Wischnowsky
1bb5d5aeb5 print at least a warning when disowning a stopped job (14524) 2001-05-29 09:49:58 +00:00
Clint Adams
c58a4e7e28 14517: glibc 2.2.3 tweaks revisited 2001-05-28 23:26:23 +00:00
Clint Adams
aa76e74a05 14513: update-alternatives completion 2001-05-28 19:06:50 +00:00
Clint Adams
661857b161 14512: dpkg --compare-versions behavior tweak 2001-05-28 18:59:03 +00:00
Bart Schaefer
ecbc4e4457 Silence compiler warnings. 2001-05-28 17:39:00 +00:00
Bart Schaefer
089275cd12 More device and FIFO test tweaks. 2001-05-28 16:33:54 +00:00
Clint Adams
da9fa61207 14509: ZLS_COLOURS/ZLS_COLORS consistency 2001-05-28 16:01:01 +00:00
Sven Wischnowsky
1d5fbf228d fix for cursor positioning with that -y option of compctl (display strings) (14507) 2001-05-28 11:42:00 +00:00
Sven Wischnowsky
5fe1924155 make the zprof wrapper function be more careful, avoiding almost all of the code when the module is being unloaded (14504) 2001-05-28 09:23:39 +00:00
Sven Wischnowsky
96fd8a11d3 another attempt at fixing the job problem from 14327; make execpline() reset list_pipe_job to zero if it would be set for a job started in the background (14503) 2001-05-28 09:00:21 +00:00
Bart Schaefer
148b455683 HPUX & Solaris notes. 2001-05-28 04:55:46 +00:00
Clint Adams
31252df299 14492: new prompt theme 2001-05-27 05:03:10 +00:00
Wayne Davison
fb22648e8c 14488 2001-05-26 21:02:32 +00:00
Andrey Borzenkov
60df1f9eec 14489: workaround for find bug on ReliantUNIX 2001-05-26 08:41:01 +00:00
Bart Schaefer
ff98487aa5 Improve "make check" test for -b condition when /dev cannot be searched. 2001-05-26 01:51:28 +00:00
Clint Adams
435c1c2fdb 14479: apt-get --reinstall 2001-05-25 14:34:51 +00:00
Peter Stephenson
0a0437817a FAQ changes for 4.0.1 from Bart 2001-05-24 21:32:09 +00:00
Bart Schaefer
a71ca57c0f I guess I was supposed to commit 14411. 2001-05-24 03:06:24 +00:00
Bart Schaefer
f73dc99e08 Revise zmodload -u test. 2001-05-23 17:05:56 +00:00
Oliver Kiddle
b5ad8bf0de add mod_export in a couple of places where it was missing 2001-05-23 08:53:11 +00:00
Peter Stephenson
87f45de409 14430: handle cleanup better in Test/ztst.zsh 2001-05-22 09:27:25 +00:00
Clint Adams
86486827b3 correct mess from bad merge 2001-05-21 17:06:07 +00:00
Clint Adams
f670ec692f 14419: glibc 2.2.3 rlimits enum 2001-05-21 17:02:59 +00:00
Oliver Kiddle
0a159d0f73 fix to include + options in tag order (14416) 2001-05-21 16:15:59 +00:00
Clint Adams
25b7d227bc unposted: quote $@ in calls to _arguments 2001-05-21 14:44:48 +00:00
Oliver Kiddle
f6a219657f make use of _arguments in _set (14409) 2001-05-21 12:28:27 +00:00
Peter Stephenson
a60d612e43 Workaround rm -f hang on unwriteable file in Cygwin 2001-05-21 10:35:06 +00:00
Peter Stephenson
221d096ed8 add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests 2001-05-21 10:08:22 +00:00
Peter Stephenson
bb1c687280 ChangeLog entry ofr 14396 2001-05-20 21:27:09 +00:00
Bart Schaefer
ad74b5519c Handle line wrapping in ZTST_hashmark. 2001-05-20 18:10:56 +00:00
Andrey Borzenkov
7270c28a39 14401: workaround for script execution under Cygwin 2001-05-20 10:59:27 +00:00
Wayne Davison
2e7937686a last half of 14390 2001-05-20 09:31:02 +00:00
Wayne Davison
233a4310ff 14389 2001-05-19 09:26:43 +00:00
Bart Schaefer
90a1316345 Fix re-set of integer special params after unset. 2001-05-19 00:31:22 +00:00
Bart Schaefer
de880a6bbb Tweak zmodload tests, fix fd 8. 2001-05-18 16:20:48 +00:00
Peter Stephenson
4544933427 fix zmodload -uf for not-yet-loaded function 2001-05-18 15:23:08 +00:00
Sven Wischnowsky
11e3147466 try to make ${(e)..} work for complicated parameter expansions in the value; this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381) 2001-05-18 12:39:24 +00:00
Bart Schaefer
9a7d4529ea Add zmodload tests. 2001-05-18 12:01:53 +00:00
Clint Adams
e372741874 14378: more programs that process .tex 2001-05-18 02:51:40 +00:00
Tanaka Akira
851f32f14a * 14377: Completion/Unix/Command/_cvs: support new .cvspass format
introduced by cvs-1.11.1.
2001-05-17 18:21:06 +00:00
Peter Stephenson
e0d80b9a2e typo with compset in _lp 2001-05-17 18:14:17 +00:00
Bart Schaefer
071b084ea8 Signal queuing tweak. 2001-05-17 15:56:12 +00:00
Clint Adams
f41bff3ba1 14362: more modprobe stuff 2001-05-16 12:34:32 +00:00
Clint Adams
96ca999e73 14361: better modprobe completion 2001-05-16 12:02:17 +00:00
Sven Wischnowsky
8e20d1da63 more fixage for expansion: just convert the command line to the original when expansion shouldn't or couldn't do something sensible on the line (14359) 2001-05-16 10:27:06 +00:00
Wayne Davison
5f8a498d4d 14357 2001-05-15 16:44:19 +00:00
Oliver Kiddle
b08c6d6e39 fix bug where /sbin/lsmod was redirected in instead of being run (14355) 2001-05-15 15:14:20 +00:00
Sven Wischnowsky
dc9d78c659 (14350) 2001-05-15 13:52:22 +00:00