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

4593 Commits

Author SHA1 Message Date
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
Wayne Davison
dbc5657d34 Got rid of several compiler warnings about signed/unsigned problems by
switching patchar_t from wchar_t to wint_t (and renaming the typedef to
patint_t in the process), changing two "int" variables into "patint_t"
variables, and creating a PEOF define that uses either WEOF or EOF as an
invalid character value instead of a literal -1.
2006-05-31 01:02:05 +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
fd240e09b0 Made implied "int" on new static variable explicit (which silences
gcc).
2006-05-30 21:21:07 +00:00
Wayne Davison
2a90661e24 Option changes for _rsync. 2006-05-30 18:34:33 +00:00
Wayne Davison
efb9ec505f Option changes for the upcoming 2.6.9 release. 2006-05-30 18:32: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
Wayne Davison
01d081b8cf Hideki ONO's changes for *BSD. 2006-05-25 07:58:07 +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
Wayne Davison
80fc1f4e72 Added a bunch more missing options, a few missing sub-commands,
and a bunch of '=' specifiers to indicate that long-named args
can be attached with '=' to their arg value.
2006-05-20 18:46:38 +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
Wayne Davison
8a1ffaf790 - Unified the mv|move|rename completion (as happened in bzr).
- Added resolved, bind, break-lock, reconcile, unbind, nick,
  init-repo, init-repository, uncommit, and sign-my-commits.
2006-05-12 18:24:29 +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
6707e361d6 Added missing checkout and update sub-commands. 2006-05-06 04:45:19 +00:00
Wayne Davison
2f7c6880af A couple minor _bzr improvements. 2006-05-05 19:36:58 +00:00
Wayne Davison
364320d203 - Fixed _bzr_completeParents to read the parent info from the right
file.
- Separated the upgrade sub-command so that we can add its missing
  --format option.
2006-05-05 19:35:00 +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
Peter Stephenson
87b0f1c859 22432: bug with backtracking over repeated single parameterhs 2006-04-25 17:40:26 +00:00
Peter Stephenson
efe92714c6 this one got missed 2006-04-25 17:33:34 +00:00
Peter Stephenson
949f5b6dee 22431: set WIDGET etc. more consistently when executing zle functions 2006-04-25 15:00:25 +00:00
Peter Stephenson
20198effd4 22429: fix bug with pure string matching 2006-04-25 13:01:52 +00:00
Peter Stephenson
a2d5ebe3c0 22427: zle <widget> -w sets the environment for <widget> 2006-04-25 10:10:49 +00:00
Peter Stephenson
85f25bb845 users/10172: new zle command read-command 2006-04-23 23:13:47 +00:00
Peter Stephenson
9b844cfe73 unposted: improve recognition of parameter arguments in zmathfuncdef 2006-04-23 22:47:01 +00:00