1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-04 18:01:20 +02:00
Commit Graph

2153 Commits

Author SHA1 Message Date
Sven Wischnowsky
0ce4b800a3 fix for exclusion of normal arguments (14630) 2001-06-01 08:53:50 +00:00
Andrey Borzenkov
d101cd7411 Oops! Extra line. 2001-06-01 08:05:26 +00:00
Andrey Borzenkov
d344b69b03 unposted: Cygwin belongs now to Red Hat - folks are sensitive to it :-) 2001-06-01 07:58:23 +00:00
Tanaka Akira
3230fba640 * 14628: Completion/Unix/Command/_ruby: new completion function. 2001-06-01 05:37:02 +00:00
Sven Wischnowsky
171855e2e2 fix tag-order problem with _arguments (completion after an option that gets an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) 2001-05-31 12:38:34 +00:00
Oliver Kiddle
63a32f3c34 correct alphabetical order in lists of styles, tags, functions and modules 2001-05-31 11:58:40 +00:00
Peter Stephenson
f69338baaa a few more doc changes suggested by Bart 2001-05-31 11:12:59 +00:00
Sven Wischnowsky
1b2d095217 fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605) 2001-05-31 09:43:59 +00:00
Sven Wischnowsky
ae5e34db25 (14602) 2001-05-31 08:18:36 +00:00
Bart Schaefer
5d4492c974 Tweak builtins.yo formatting. 2001-05-31 07:38:00 +00:00
Sven Wischnowsky
1a55d53621 always use supplied matchers (14599) 2001-05-31 07:17:03 +00:00
Peter Stephenson
99beeb572e Doc changes for 4.0.1 2001-05-30 16:08:16 +00:00
Bart Schaefer
14be3dd5e4 Improve gettermcap(). 2001-05-30 15:39:31 +00:00
Oliver Kiddle
13476e2a86 update _pine for pine 4.33, add echoti completion and update _echotc (14567) 2001-05-30 11:54:53 +00:00
Oliver Kiddle
c78b01db57 nolonger works on IRIX 5.3, and other updates 2001-05-30 11:36:06 +00:00
Andrey Borzenkov
475ba659a2 14566: more testing for unimplemented features. 2001-05-30 10:56:42 +00:00
Andrey Borzenkov
7ea08d144e 14557: remove obsolete version number 2001-05-30 10:26:59 +00:00
Sven Wischnowsky
b6cf214d81 some cleanup (14558) 2001-05-30 07:31:13 +00:00
Peter Stephenson
35580b3e78 Make line spacing consistent in metafaq.yo 2001-05-29 23:32:33 +00:00
Clint Adams
fcf7223c26 14552: update changelog with patch number 2001-05-29 22:37:07 +00:00
Clint Adams
ac4d669afb 145??: fix thinko 2001-05-29 21:41:53 +00:00
Clint Adams
e56c42c9fe 145??: repeat last vi history search if search string is blank 2001-05-29 20:20:34 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Bart Schaefer
e4d828b28e Document "make check". 2001-05-29 16:01:12 +00:00
Chmouel Boudjnah
9ce16aeeec Add support for rpm update-alternatives. 2001-05-29 15:11:40 +00:00
Clint Adams
23e2a3e5f8 14541: %# with capabilities prompt-expand to # iff Effective set non-empty or euid=0 2001-05-29 15:09:06 +00:00
Clint Adams
84c856aa00 14538: cleaner _perl_config_vars from Matt Zimmerman 2001-05-29 14:35:52 +00:00
Clint Adams
99ed055497 14536: multiple --slave loop 2001-05-29 14:21:25 +00:00
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
1766842e58 thinko 2001-05-28 19:23:02 +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
Wayne Davison
f18dca3266 Fixed acceptandinfernexthistory() to work when called repeatedly.
Also changed it to not accept the line if the infer fails.  Ignore
transient edits in the history when searching for an inference and
grabbing the next line (affecting acceptandinfernexthistory(),
infernexthistory(), and acceptlineanddownhistory()).
2001-05-26 20:57:16 +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
Bart Schaefer
537a237f2b The complete 3.0.8 ChangeLog, for posterity. 2001-05-26 01:41:05 +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