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

3036 Commits

Author SHA1 Message Date
Oliver Kiddle
43d44d1552 18338: list a single unambiguous match instead of inserting it 2003-03-11 17:33:05 +00:00
Oliver Kiddle
c7564985e5 18337: use C locale when converting floats to scalars to avoid problems in
locales where `,' is the decimal separator
2003-03-11 17:29:47 +00:00
Oliver Kiddle
1d80cc9acf 18330: save output of setlocale as the pointer it returns gets clobbered 2003-03-10 15:23:44 +00:00
Oliver Kiddle
a8a7df84ed handle prefix-hidden style 2003-03-10 15:16:27 +00:00
Peter Stephenson
93572c7bb6 18327: add handling for preserve-prefix to compinstall 2003-03-07 15:19:19 +00:00
Peter Stephenson
74c90c0ada 18325: options on by default weren't printed correctly by zsh/parameter 2003-03-07 12:31:00 +00:00
Peter Stephenson
a7dc5d386c 18319: Philippe Troin: fix use of process groups with su and suspend 2003-03-07 12:17:49 +00:00
Doug Kearns
1c300357f5 18314: general improvements to ruby completion 2003-03-06 03:47:43 +00:00
Peter Stephenson
5660eb86ac 183818: memory leak in zle_params.c 2003-03-05 17:24:37 +00:00
Peter Stephenson
e0d2c9c0b3 18313: NULL pointer dereference if yank-pop after a single yank 2003-02-27 11:32:44 +00:00
Oliver Kiddle
4b09b20be2 correct typo from recent change 2003-02-27 09:29:24 +00:00
Doug Kearns
e4443a2d4f 18305: new completion for python 2003-02-27 05:12:25 +00:00
Geoff Wing
8e50782a72 18306: fix redisplay of rprompt when line shortens 2003-02-27 02:37:29 +00:00
Clint Adams
417223a3cc 18303: fix some always-true test evaluations. 2003-02-26 18:11:56 +00:00
Oliver Kiddle
48df213153 18299: allow _next_tags to work with nested tag loops 2003-02-26 16:35:55 +00:00
Oliver Kiddle
194e4cac61 18300: handle tar's -C option better 2003-02-26 14:56:47 +00:00
Peter Stephenson
1ee81df6f9 unposted: remove debug from _path_files patch in 18230 2003-02-26 14:32:32 +00:00
Oliver Kiddle
ab1a0844f2 18296: sync fake _all_labels and _next_label functions with changes to real ones 2003-02-25 18:43:39 +00:00
Oliver Kiddle
0911160d07 fix out-of-date documentation for -value- completion and move description of
special contexts from _complete's to #compdef's description
2003-02-25 14:55:50 +00:00
Peter Stephenson
f1fd8273b4 18230: Test for explicitly matched file in _path_files. 2003-02-24 11:33:04 +00:00
Peter Stephenson
b1ae269e55 18278: remove zgprintf, zformat already does this 2003-02-23 23:24:29 +00:00
Peter Stephenson
fcc7489b7e not in 18276: update Perforce completion 2003-02-23 16:05:58 +00:00
Peter Stephenson
ee7bdbf85d 18264: free job table entries properly in subshell 2003-02-21 14:37:03 +00:00
Oliver Kiddle
4e6c75fa78 18269: improve sccs file completion to handle both direct & indirect references 2003-02-21 11:01:19 +00:00
Oliver Kiddle
945f54b001 18263: fix saving of glob state so that globs can be used from (e) glob qual 2003-02-20 08:17:38 +00:00
Oliver Kiddle
cd220acea0 18262: fix bug where only first match was added with expand style set to suffix 2003-02-19 18:05:51 +00:00
Oliver Kiddle
079ed78139 18257: merge _xmllint and _xsltproc into _xmlsoft 2003-02-18 16:47:07 +00:00
Oliver Kiddle
a2b2c354ff Doug Kearns: 18259: added more browsers and correct 'urls' description to 'url' 2003-02-18 16:02:21 +00:00
Oliver Kiddle
5cb11fabd0 18257: make use of _webbrowser 2003-02-18 12:56:48 +00:00
Oliver Kiddle
20528c3743 Doug Kearns: 18254: new completion for xmllint (from xmlsoft.org's libxml2) 2003-02-18 10:02:32 +00:00
Clint Adams
fa2cf80ad0 .distfiles for Functions/TCP 2003-02-18 01:13:25 +00:00
Clint Adams
04745cf06b include tcpsys stuff in .distfiles 2003-02-18 01:10:11 +00:00
Peter Stephenson
4c149a8abc 18252: pass ignoreeof as flag to zleread 2003-02-17 14:06:39 +00:00
Peter Stephenson
40c29457f2 18251: Fix select and make it respect EOF 2003-02-17 11:41:58 +00:00
Oliver Kiddle
a71bf4a283 18249: new completion function for user mode linux 2003-02-17 10:34:31 +00:00
Oliver Kiddle
447d4011c6 remove capitalisation - lowercase being our convention for descriptions 2003-02-17 10:24:55 +00:00
Oliver Kiddle
070db3c678 18246: minor updates 2003-02-17 10:20:24 +00:00
Oliver Kiddle
5164c6a3c9 18242: add -d option to read for specifying delimiter to terminate input 2003-02-17 10:07:53 +00:00
Peter Stephenson
06d25a35b0 18243: Nasty tty poll fix for Solaris 2003-02-14 19:03:08 +00:00
Peter Stephenson
a7e6deb69e modified from 18236: HP-UX curses problem latest 2003-02-14 15:56:33 +00:00
Oliver Kiddle
c1467e410d 18238: bashcompinit was not being installed with --enable-function-subdirs 2003-02-13 16:34:19 +00:00
Oliver Kiddle
b9d8d6f200 users/5915: two levels of quoting are needed for remote files with scp 2003-02-13 16:14:51 +00:00
Oliver Kiddle
dc91d837e8 18237: complete -t option to read 2003-02-13 15:04:14 +00:00
Oliver Kiddle
6d2921542e 18223: satisfy POSIX requirement for a -v flag to unset 2003-02-13 13:46:00 +00:00
Peter Stephenson
67512e04ae unposted: fix _perforce function names 2003-02-13 10:41:44 +00:00
Peter Stephenson
9dbf7405fa unposted: rename _p4 to _perforce 2003-02-11 17:42:27 +00:00
Clint Adams
b5b1099023 18207: add maxfilelocks to ulimit output. 2003-02-09 01:12:35 +00:00
Peter Stephenson
4f3b9e43d2 18204: KSH_ARRAYS 2003-02-07 17:05:09 +00:00
Peter Stephenson
5c1f3b65a6 18202: New TCP function system plus small error message change in ztcp. 2003-02-06 12:21:49 +00:00
Peter Stephenson
809ab19dff 18191: from Greg Klanderman: compctl -y didn't respect list arrangement
options listpacked and listrowsfirst.
2003-02-06 10:29:30 +00:00