1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
Commit Graph

3872 Commits

Author SHA1 Message Date
Felix Rosencrantz
9d43c7653b 21154 - Added pid completion to _perforce for p4 monitor (clear|terminate) commands. 2005-04-18 15:48:05 +00:00
Clint Adams
164ddacc85 * 21153: incorporate most of the features of Stephen Rueger's
_module-assistant, posted as 21152.
2005-04-17 18:49:56 +00:00
Clint Adams
5971f3264c 21151: completion for module-assistant. 2005-04-17 16:17:35 +00:00
Clint Adams
54614a941b * 21150: Completion/Unix/Command/_baz, Completion/Unix/Command/_tla:
handle parsing of subcommand help output a bit more sanely.
2005-04-17 13:40:23 +00:00
Bart Schaefer
318b52969b Update test for change in error message. 2005-04-16 23:24:54 +00:00
Clint Adams
168b966479 fix changelog date 2005-04-16 20:23:15 +00:00
Clint Adams
89f3361e60 * 21147: factor out some common code from _tla and _baz, and fix some breakage
from 21075.
2005-04-16 20:22:44 +00:00
Peter Stephenson
d6089cc8b1 21143: more care about special file descriptors 2005-04-15 10:40:01 +00:00
Peter Stephenson
c69b149cb5 21141: fix some issues associated with the {myfd}>... syntax 2005-04-14 16:24:42 +00:00
Bart Schaefer
24c329275a Belated commit of 21064: test case for 21049 2005-04-14 04:41:25 +00:00
Peter Stephenson
ad95e2e279 21136: don't leave TRAPEXIT lying around in Test directory 2005-04-13 10:01:52 +00:00
Clint Adams
3e3ecda01b changelog date typo 2005-04-12 22:43:11 +00:00
Clint Adams
b65e0419fe * 21135: complete attached sessions after screen -x. 2005-04-12 20:15:48 +00:00
Peter Stephenson
bfdccce23e 21134: bad file descriptor error message system variation.
Hey, six nouns in a row!
2005-04-12 17:39:19 +00:00
Peter Stephenson
b3f8e32e5c 21133: New {myfd} syntax for allocating file descriptors 2005-04-12 15:11:07 +00:00
Clint Adams
bd718425bb * 21132: Completion/Unix/Type/_pdf, Completion/X/Command/_xpdf:
complete xpdf options, and also complete .pdf.bz2 files when
 completing compressed PDF files.
2005-04-11 18:12:51 +00:00
Peter Stephenson
7b9cff2754 21131: exit with status 127 when script not found 2005-04-11 10:23:55 +00:00
Clint Adams
030c8f6106 * config.guess, config.sub: update to 2005-03-24 and 2005-02-10, respectively. 2005-04-10 18:53:21 +00:00
Clint Adams
56cb95d1dd * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded. 2005-04-08 16:58:09 +00:00
Clint Adams
5571605340 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT
 is defined).
2005-04-08 16:42:55 +00:00
Oliver Kiddle
cb19345676 21107: fix for when there is a native iconv but iconv.h is from GNU libiconv 2005-04-08 08:58:56 +00:00
Clint Adams
d6e79bddc0 * 21096: update for gv 3.6, which uses double-hyphen options. 2005-04-06 15:31:29 +00:00
Peter Stephenson
b2ba2fd207 Carlos Phillips: private email: much improved _darcs completion 2005-04-06 11:40:11 +00:00
Wayne Davison
c387e1a965 _rsync tweak. 2005-04-05 16:44:05 +00:00
Wayne Davison
951014cdc8 The --address option is useful in both client- and daemon-mode. 2005-04-05 15:15:55 +00:00
Peter Stephenson
9aa99587b2 21095: update FAQ for completion, features, bugs 2005-04-05 14:50:42 +00:00
Peter Stephenson
8776b52d7d Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X
ut_name needs to be ut_user in struct utmpx
2005-04-04 09:58:44 +00:00
Peter Stephenson
82c9c7a423 21082: Dan Nelson: fix zsh -c exit status on parse error 2005-04-04 09:35:36 +00:00
Andrey Borzenkov
aac33a33a1 21086: fix module completion (broken in previous patch) and other tweaks 2005-04-03 11:57:02 +00:00
Andrey Borzenkov
da3121ea10 21085: update for 10.2 and other tweaks 2005-04-03 11:29:18 +00:00
Oliver Kiddle
5a67b1323e 21081: complete network services for the psmisc version of fuser 2005-04-01 19:49:21 +00:00
Oliver Kiddle
e75966d3c7 correct handling of svn commit 2005-04-01 18:28:20 +00:00
Peter Stephenson
db44e186c9 c.f. 21071: always use "status" in return and exit status docs 2005-04-01 12:03:53 +00:00
Peter Stephenson
b51472dd5f 21078: parse errors didn't cause non-zero exit status 2005-04-01 10:16:59 +00:00
Oliver Kiddle
835a5ad8b5 21076: use _files with (e) qualifier to handle completing files by their status 2005-03-31 14:26:24 +00:00
Clint Adams
dfe7d91ae7 21075: update baz completion to not use -A option since it's being dropped in baz 1.3. 2005-03-31 13:44:07 +00:00
Clint Adams
aa3d4842b9 Zack Cerza: 21074: update for newer aptitude. 2005-03-31 13:39:11 +00:00
Peter Stephenson
38eb8ac293 21049: Don't close process substitution file descriptors for external programmes 2005-03-31 09:54:54 +00:00
Wayne Davison
60a22c7a25 One more _rsync option. 2005-03-28 21:07:51 +00:00
Wayne Davison
e9a867215f Added --protocol option. 2005-03-28 21:02:06 +00:00
Clint Adams
40b7069173 21068: complete modified files for 'svn revert'. 2005-03-27 00:40:55 +00:00
Andrey Borzenkov
c7d4b71f5a 21066: rsync:// support and more fixes 2005-03-26 22:15:33 +00:00
Andrey Borzenkov
3574473703 21053: be more intelligent in searching for konqueror profiles 2005-03-24 19:09:25 +00:00
Andrey Borzenkov
05291f7e2d 21051: more tweaks in SVR4 completion 2005-03-22 20:03:49 +00:00
Peter Stephenson
4883bbeebc 21046: make unfunction compadd more reliable 2005-03-21 22:11:30 +00:00
Peter Stephenson
24699f961d 21045: fix some uses of Meta characters in completion 2005-03-21 18:49:04 +00:00
Oliver Kiddle
f1d0ca4d80 Stephen Rüger: 21019: new completion for mpc 2005-03-21 17:59:23 +00:00
Peter Stephenson
5d7ee7574a 21042: limitations with execute-named-command 2005-03-21 17:07:25 +00:00
Wayne Davison
0f1bcaa75b 20984 (modified) 2005-03-18 22:46:26 +00:00
Wayne Davison
bb738368ba Honor the setting of the new HISTSAVEBYCOPY option when rewriting
the history file.
2005-03-18 22:40:28 +00:00