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

2602 Commits

Author SHA1 Message Date
Clint Adams
c3e0113d1c 16514: initscript completion fixes 2002-01-30 03:38:29 +00:00
Sven Wischnowsky
a2deb3854a slight improvement for 16500 to allow completion after ./<TAB> in all cases (16507) 2002-01-28 16:34:12 +00:00
Clint Adams
79e13d1209 16503: warn on fclose or fflush errors in bin_print. 2002-01-27 22:44:40 +00:00
Clint Adams
a92fca6f8e 16500: don't complete executable files in the current directory if "." is not in path. 2002-01-27 21:57:52 +00:00
Bart Schaefer
fc25322fa3 16419 (_arguments syntax doc), 16435 (hash crash). 2002-01-26 21:11:02 +00:00
Bart Schaefer
a11b60569b 16419: Improve _arguments syntax summary. 2002-01-26 21:08:26 +00:00
Bart Schaefer
9113c2e2d6 16435: Fix core dump in `hash'. 2002-01-26 21:03:36 +00:00
Peter Stephenson
8840ce7144 16489: Test/C01arith.ztst: default output for whole numbers
as floats now has `.' at the end, c.f. 16423.
2002-01-23 16:28:16 +00:00
Peter Stephenson
803131605b 16487: Src/glob.c: bug in 16486 when a qualifier in a set
consisted only of flags which were handled globally.
2002-01-22 13:52:29 +00:00
Peter Stephenson
13b57311de 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
(#q...) EXTENDED_GLOB syntax for qualifiers.  May be chained,
ignored by pattern matching code.
2002-01-22 12:40:25 +00:00
Sven Wischnowsky
3807c902a2 add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
Sven Wischnowsky
f463b09b13 allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472) 2002-01-21 16:13:15 +00:00
Oliver Kiddle
4f6493aff1 *** empty log message *** 2002-01-18 14:49:02 +00:00
Oliver Kiddle
f879a295e1 use pager style instead of $EDITOR and fix bad substitution in exclusion lists 2002-01-17 18:49:32 +00:00
Clint Adams
3708080538 unposted: remove ansi2knr from distfiles 2002-01-16 23:29:01 +00:00
Clint Adams
db5779a84a 16463: apt-cache showsrc completion 2002-01-16 23:25:49 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00
Oliver Kiddle
8476aa7fc2 16449: new chkconfig completion for both the RedHat and IRIX commands 2002-01-14 14:17:50 +00:00
Peter Stephenson
64ba6ab245 16448: math assignment bug introduced by 15291, 15292 2002-01-14 13:46:30 +00:00
Andrey Borzenkov
126d3b9468 16443: fix urpmi.addmedia --distrib; set cache policy just once 2002-01-14 11:30:19 +00:00
Andrey Borzenkov
2cc2628cd1 16437: changes for new urpi in cooker 2002-01-13 13:11:17 +00:00
Sven Wischnowsky
5659f442c0 allow manual pages to be shown separated by section with new separate-sections style (16426) 2002-01-10 11:00:05 +00:00
Peter Stephenson
324e26d8ce 16423: append a `.' to converted floating point output
to stop it looking like an integer
2002-01-10 10:55:20 +00:00
Peter Stephenson
99d54b0b70 16422: zcalc non-default base output 2002-01-09 11:58:04 +00:00
Sven Wischnowsky
3013e98ca4 fix completion after var+= to use value context (16418) 2002-01-08 15:33:23 +00:00
Sven Wischnowsky
2ed74b89ea don't report _arguments-specs more than once (not even shared options with multiple sets) (16417) 2002-01-08 15:29:46 +00:00
Sven Wischnowsky
ba968d10de make sure auto menu isn't started accidentially when bashautolist is set (16408) 2002-01-07 14:43:40 +00:00
Sven Wischnowsky
540618a4fb fix nested _tags-loops by re-initialising the outer one when leaving the inner one (16407) 2002-01-07 14:39:44 +00:00
Sven Wischnowsky
90bbd87734 fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406) 2002-01-07 14:38:13 +00:00
Bart Schaefer
ad41ecec2b Log entries for 15746, users/4483, 16400. 2002-01-06 01:12:34 +00:00
Bart Schaefer
0524ab98ff 16400, 16401: preserve empty words that result from brace expansion. 2002-01-06 01:09:09 +00:00
Bart Schaefer
31634c24e7 users/4483: with "cvs add" et al., complete names of locally removed (but
not committed) files.
2002-01-06 01:08:16 +00:00
Bart Schaefer
9629b2dc53 15746: remove (with #if) an incorrect optimization in the maildir version
of mailstat().
2002-01-06 01:07:23 +00:00
Bart Schaefer
05c2b84ad1 Remarks on the "exec" builtin with redirection using the close-on-exec flag
on descriptors.
2002-01-06 00:30:13 +00:00
Oliver Kiddle
95abfc0e2a 16398: updated zstyle completion and related cleanup 2002-01-04 12:09:29 +00:00
Oliver Kiddle
ae0bba2bfc 16397: use nul instead of colon to avoid problems with _value: functions 2002-01-03 18:26:56 +00:00
Oliver Kiddle
96de4d0740 16396: fix argument handling bugs 2002-01-03 12:47:55 +00:00
Clint Adams
e2f9689a3b 16393: completion for Christoph Martin's apt-show-versions script. 2002-01-03 03:39:24 +00:00
Oliver Kiddle
eabe9ea6f8 users/4561: fix code for finding the zipfile's name in the current command-line 2002-01-02 17:14:08 +00:00
Oliver Kiddle
8074e07a2c 16384: new completion for xli/xloadimage and factor out completion of X visuals 2002-01-02 14:45:21 +00:00
Clint Adams
bc10b0e0a5 16375: command completion for fsh 2001-12-26 03:46:13 +00:00
Oliver Kiddle
1b608e1b9a 16372: allow signal names to be prefixed by `SIG' with kill builtin and fix
problem with no argument to kill -n and -s options
2001-12-21 16:33:39 +00:00
Geoff Wing
1d6f9fc0f0 16332: removal of Src/ansi2knr.c and adjustment of build process 2001-12-20 23:52:10 +00:00
Geoff Wing
6ed0f4c4e9 16332: remove ansi2knr.c from our repository due to licence
differences.  Adjust the build process accordingly.  configure
will now abort if the user requests ansi2knr but no ansi2knr
is available.  ansi2knr is available from the main distribution
site and most mirrors
2001-12-20 23:48:38 +00:00
Oliver Kiddle
17502f6eb2 add missing description argument in _values calls (16366) 2001-12-19 15:10:38 +00:00
Oliver Kiddle
cd4e617bfd new ifconfig completion (16366) 2001-12-19 15:07:29 +00:00
Oliver Kiddle
b9f675c0e0 16364: further to 16351, except specials from having their value cleared 2001-12-18 14:51:30 +00:00
Oliver Kiddle
68d739c67a small fix to += code from 16353 2001-12-18 09:16:17 +00:00
Clint Adams
0db3827ce2 unposted: back out idiotic patch 2001-12-18 01:24:23 +00:00
Clint Adams
9cf6e76e7d unposted: initialize save to NULL to avoid compiler warning. 2001-12-18 01:21:26 +00:00