1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00
Commit Graph

3164 Commits

Author SHA1 Message Date
Peter Stephenson
ec1274f0a3 22522: infinite loop with invalid character in mb_metastrlen() 2006-06-27 12:00:43 +00:00
Peter Stephenson
fbd93a2a82 22519: initial multibyte parameter tests 2006-06-26 22:01:22 +00:00
Peter Stephenson
05bd0b2dd1 22518: Initial go at making parameter subscripts
use multibyte characters.
2006-06-26 18:17:31 +00:00
Peter Stephenson
bd50a3c516 22516: error in func() didn't pop command stack 2006-06-26 10:04:09 +00:00
Peter Stephenson
66b58d9c21 22501: missed README chunk 2006-06-26 09:57:16 +00:00
Clint Adams
9bbc6e7daa unposted: autoload is-at-least in _tar if using GNU tar. 2006-06-25 16:15:02 +00:00
Clint Adams
16db320811 22513: only do that for GNU tar >= 1.14.91. 2006-06-24 20:36:10 +00:00
Clint Adams
fdff42eaa7 22511: complete compressed archive filenames for GNU tar even when a compression
option is not specified.
2006-06-24 19:28:55 +00:00
Peter Stephenson
a940c36487 22501: reduce maximum function depth to 1000 2006-06-19 10:55:26 +00:00
Bart Schaefer
2da1610330 22492: url-quote-magic should detect syntactic word breaks correctly 2006-06-17 17:21:15 +00:00
Peter Stephenson
70a28c494e unposted: remove redundant TODO 2006-06-16 10:43:59 +00:00
Clint Adams
a4174f022d 22486: completion for dak (the debian-archive-kit). 2006-06-11 17:17:47 +00:00
Clint Adams
ef570806aa users/10282: complete associated sections with man page names. 2006-06-09 19:55:48 +00:00
Clint Adams
efd5cec449 unposted: complete the same way for rmadison. 2006-06-08 16:38:56 +00:00
Peter Stephenson
11836eb5e3 22484: support varargs.h in addition to stdarg.h 2006-06-05 16:55:38 +00:00
Peter Stephenson
8346a5e8d2 22483: add $sysparams to zsh/system 2006-06-05 13:21:56 +00:00
Clint Adams
38ad28d8ac 22481: complete svn diff and resolved subcommands. 2006-06-02 14:22:21 +00:00
Peter Stephenson
1cf30c353e 22480: autoload math functions from zmathfuncdef 2006-06-02 13:34:59 +00:00
Clint Adams
b8ce0ad122 22479: _arguments -s. 2006-05-31 17:04:20 +00:00
Wayne Davison
598cef03bc 22476 2006-05-31 09:43:22 +00:00
Peter Stephenson
dd5602f59b 22474: use variable argument lists to improve error message handling 2006-05-30 22:35:03 +00:00
Wayne Davison
2a90661e24 Option changes for _rsync. 2006-05-30 18:34:33 +00:00
Peter Stephenson
116ee236d1 22473: tweak bad interpreter formatting 2006-05-30 17:54:26 +00:00
Peter Stephenson
cd821f5f5f 22470: attempt to improve errno.h searching 2006-05-29 16:01:17 +00:00
Peter Stephenson
29ed6c7e3a 10343: improve error message for bad #! lines 2006-05-29 15:36:25 +00:00
Clint Adams
ef04a34480 22469: use _canonical_paths. 2006-05-28 18:46:56 +00:00
Clint Adams
989f7a825c 22468: fixes and updates. 2006-05-28 18:42:01 +00:00
Clint Adams
9ececd4179 22467: utility function which completes all paths given to it, and also
tries to offer completions which point to the same file as one of the paths
given.
2006-05-28 18:36:05 +00:00
Clint Adams
ad49fe14d7 22466: cope with autoconf 2.60 config.status syntax. 2006-05-27 17:49:53 +00:00
Clint Adams
12dbe463df 22465: add datarootdir for substitution in order to cope with change in autoconf CVS. 2006-05-27 14:21:20 +00:00
Peter Stephenson
09aaf50cda 22464: bad recursion if error in prompt substitution 2006-05-26 22:43:51 +00:00
Wayne Davison
7c87409d62 22454 2006-05-25 08:04:39 +00:00
Clint Adams
9e46734898 22457, R. Ramkumar: fix buggy quoting of zstyle contexts. 2006-05-25 04:01:11 +00:00
Clint Adams
49365f4542 22456, R. Ramkumar: update for mpc 0.11.2. 2006-05-25 03:58:35 +00:00
Clint Adams
4d9385a969 22455, R. Ramkumar: update for valgrind 3.1.1. 2006-05-25 03:53:52 +00:00
Peter Stephenson
81bdedf6cf 22451: cross-reference ${^spec} in brace expansion 2006-05-22 09:52:34 +00:00
Wayne Davison
3ac9a57ed4 More _bzr improvements. 2006-05-20 18:50:00 +00:00
Clint Adams
153c51be57 22450: completion for tcptraceroute. 2006-05-20 16:42:50 +00:00
Clint Adams
ca99502a98 22449: completion for tracepath and tracepath6. 2006-05-20 16:40:08 +00:00
Peter Stephenson
00446ee29c 22448: typo retrieving $RBUFFER in completion 2006-05-19 10:16:01 +00:00
Clint Adams
b58e90d277 22446: acknowledge that tags is an alias of tag. 2006-05-18 13:15:11 +00:00
Bart Schaefer
8251aa1028 Fix small but potentially confusing typo. 2006-05-15 15:53:53 +00:00
Wayne Davison
799246658b More _bzr completion improvements. 2006-05-12 18:25:30 +00:00
Peter Stephenson
518f437c68 22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin
unposted: improve docs for $$ and $PPID
2006-05-12 14:58:43 +00:00
Wayne Davison
38356d85ba Two more new subcommands for _bzr. 2006-05-06 04:46:09 +00:00
Wayne Davison
2f7c6880af A couple minor _bzr improvements. 2006-05-05 19:36:58 +00:00
Clint Adams
3c9f1d3d15 22436: completion for OpenBSD pax 2006-05-02 01:49:46 +00:00
Clint Adams
33185e23a3 22435: completion for GNU comm. 2006-04-30 22:02:27 +00:00
Clint Adams
f52938607d 22434: completion for vserver. 2006-04-29 04:47:12 +00:00
Clint Adams
903e3251fc 22433: add completion for --no-status option. 2006-04-26 04:37:49 +00:00