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

1621 Commits

Author SHA1 Message Date
Bart Schaefer
fc25322fa3 16419 (_arguments syntax doc), 16435 (hash crash). 2002-01-26 21:11:02 +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
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
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
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
Clint Adams
6feb3f57f4 16361: include <stdio.h> to avoid implicit declarations. 2001-12-18 01:13:22 +00:00
Oliver Kiddle
abd901094e 16352: allow output formats to be specified in zcalc 2001-12-17 17:24:09 +00:00
Oliver Kiddle
52b8303537 16353: add += parameter assignments 2001-12-17 17:17:38 +00:00
Clint Adams
8659013fb8 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. 2001-12-17 14:06:27 +00:00
Oliver Kiddle
13ab7280aa fix bug in parameter unset code that caused seg fault (16351) 2001-12-17 11:10:46 +00:00
Clint Adams
3902c8ea8d 16349: completion for make-kpkg 2001-12-17 01:19:33 +00:00
Clint Adams
56854a2fb6 ref 16347: tweaks 2001-12-17 01:16:36 +00:00
Clint Adams
e4a8182ab7 16346: docs for (n) flag. 2001-12-16 21:06:09 +00:00
Clint Adams
1e103ebef3 16345: (n) flag to remove duplicate array values during expansion. 2001-12-16 20:53:44 +00:00
Clint Adams
2c71f2ce29 unposted: get rid of evil -Wno-implicit in CFLAGS 2001-12-15 17:33:12 +00:00
Clint Adams
d01de9e7b7 16336: use apt-cache --generate pkgnames instead of dumpavail 2001-12-14 18:03:57 +00:00
Clint Adams
4116fc9bc4 16335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completions 2001-12-14 17:43:35 +00:00
Oliver Kiddle
62f2d97f4c allow tag-order to select order of files and urls (16323) 2001-12-12 11:34:18 +00:00
Oliver Kiddle
aed1bad64a allow tag-order to select order of files and urls (16330) 2001-12-12 11:29:34 +00:00
Clint Adams
5cf4508f42 16327: glob for udebs as well as debs 2001-12-11 20:41:53 +00:00
Clint Adams
225a032470 16326: completion for mozilla, some more web browsers in webbrowser 2001-12-11 20:09:55 +00:00
Oliver Kiddle
09a8c2e2be 16325: update for wget 1.8 2001-12-11 17:57:32 +00:00
Oliver Kiddle
5aefa35c49 new mtools completion 2001-12-11 16:03:16 +00:00
Oliver Kiddle
bee1fa9e0d 16320: factor out file system completion to new function 2001-12-11 15:46:21 +00:00
Clint Adams
ad2c724454 16315: completion for spamassassin 2001-12-09 18:17:27 +00:00
Peter Stephenson
64b4bfe6fc * 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalc
history, handle errors in expression, document -#base option.
2001-12-07 12:59:08 +00:00
Peter Stephenson
960a7e5347 users/4503: don't complete source or header files after gcc -o 2001-12-07 12:43:32 +00:00
Oliver Kiddle
4f5132054f users/4519: complete files in all argument positions for zip (bug fix) 2001-12-06 16:52:28 +00:00
Clint Adams
6b1f011240 16293: completion for arping 2001-11-29 17:58:50 +00:00
Clint Adams
e3e942a005 16292: completion for rsync 2001-11-29 17:08:01 +00:00
Bart Schaefer
dfb24f53ec 16269: Fix crash on reserved-word completion. 2001-11-28 18:30:51 +00:00
Clint Adams
6f081b9dd3 16291: Gergely Nagy: check ~/.dupload.conf, tweak sed expression to handle hooks. 2001-11-26 17:07:14 +00:00
Bart Schaefer
01ce2a758c 16249: Clear here-documents on parse error. 2001-11-21 17:03:56 +00:00
Clint Adams
7c30945e08 16264: don't use grep and sed in _dput 2001-11-18 20:24:47 +00:00
Chmouel Boudjnah
263f3b1422 Fix typo in _urpmi for urpmi.addmedia 2001-11-16 11:42:04 +00:00
Clint Adams
34eb20dac6 unposted: typo fix 2001-11-15 19:41:52 +00:00
Clint Adams
38e45bc725 16257: completion for dput from Tollef Fog Heen <tollef@add.no> 2001-11-15 19:37:59 +00:00
Peter Stephenson
4a15ed83bc unposted: version 4.1.0-dev-3 with associated .distfiles tidying 2001-11-15 18:44:45 +00:00
Peter Stephenson
f2e7cf4a05 16254: complete map names after ypmatch
16255: options for default output base for zcalc
2001-11-15 18:42:31 +00:00
Chmouel Boudjnah
195d8c5ec6 Add Mandrake completion directory to install 2001-11-15 12:35:47 +00:00
Peter Stephenson
b0c56c0561 16241: new rand48(param) math function 2001-11-15 12:10:22 +00:00
Andrey Borzenkov
096e24858f 16247: Mandrake _urpmi completion 2001-11-14 15:05:04 +00:00
Oliver Kiddle
0e1845cbc6 16228: allow widths and precisions to work with printf's %b format specifier 2001-11-09 16:47:43 +00:00
Oliver Kiddle
9d2b48504e fix for IRIX 2001-11-06 15:14:11 +00:00
Oliver Kiddle
d39feeffc4 16224: add -n option to kill and complete options from _kill 2001-11-06 15:06:59 +00:00
Bart Schaefer
42f096be34 16094,16158,16201,16215 (see log entries) 2001-11-03 23:40:21 +00:00
Oliver Kiddle
19d2273cb7 16198: add %j prompt expansion and j test character for no. of jobs in prompt 2001-11-02 12:35:32 +00:00
Oliver Kiddle
f3f81f0837 16177: also look in /usr/lib/locale/TZ for time zones 2001-11-02 12:28:30 +00:00
Bart Schaefer
6a75b3c0c5 16197: limit' accepts unlimited'. 2001-11-01 15:41:40 +00:00
Wayne Davison
af711a4dfc 16184 2001-10-26 23:48:57 +00:00
Peter Stephenson
c9e1fd9567 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),
TCP control fd is no longer valid, but we still need to remove
the session cleanly.
2001-10-26 17:15:17 +00:00
Oliver Kiddle
0635160db7 16174: complete value of $TZ 2001-10-26 13:05:45 +00:00
Peter Stephenson
6d798f6700 16172: freehostent -> zfreehostent to avoid name clash 2001-10-26 12:06:38 +00:00
Peter Stephenson
f1a55ddaa9 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
2001-10-26 11:09:46 +00:00
Peter Stephenson
bb5d460f51 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better. 2001-10-25 11:18:51 +00:00
Peter Stephenson
9494376087 Fix for texi2html 1.64 2001-10-24 11:49:42 +00:00
Geoff Wing
aae077ec2b 16063: add transientrprompt option 2001-10-24 07:03:19 +00:00
Bart Schaefer
14e13fb407 Fix infinite loop on `case' with xtrace. 2001-10-23 16:17:03 +00:00
Oliver Kiddle
c1441714b5 zero %n value when reusing printf format (16122) 2001-10-23 11:22:33 +00:00
Peter Stephenson
acd69a7ba3 Pavel Roskin <proski@gnu.org>: compilation for QNX 2001-10-22 17:18:29 +00:00
Bart Schaefer
3793c1c05b Report error on setting a limit to a string that os not a decimal number. 2001-10-22 15:44:19 +00:00
Adam Spiers
9a310a83c3 16092: Completion/Unix/Command/_mysql_utils: don't override settings in ~/.my.cnf 2001-10-22 14:03:17 +00:00
Bart Schaefer
a698189843 Fix segfault in checkrmall(). 2001-10-20 17:48:23 +00:00
Sven Wischnowsky
2a0862bc40 fix: make _describe handle (...) arguments correctly; use _file_descriptors after -t in conditions; don't display empty descriptions in _file_descriptors (16085) 2001-10-19 10:28:07 +00:00
Oliver Kiddle
62829b856d allow arguments to be specified in printf format specifications (16080) 2001-10-18 14:22:21 +00:00
Clint Adams
62d4a10902 16078: zip -r 2001-10-17 15:14:45 +00:00
Sven Wischnowsky
d727200bff don't use _comp_ignore while building paths, only at end (16076) 2001-10-17 13:29:20 +00:00