1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00
Commit graph

5107 commits

Author SHA1 Message Date
Peter Stephenson
67bac99c0d unposted: another _ip typo 2007-02-27 11:18:13 +00:00
Bart Schaefer
07c5aeeb9a Small fix to 23177: compute *widthp and *swidep after nicechar(). 2007-02-26 18:47:25 +00:00
Peter Stephenson
9b1663b531 fix typo 2007-02-26 15:35:11 +00:00
Peter Stephenson
8a411bf1c9 23190: tweak _net_interfaces for Linux 2007-02-26 15:30:18 +00:00
Peter Stephenson
37bada4bf1 unposted: tweak ip route show abbreviations 2007-02-26 13:10:44 +00:00
Bart Schaefer
fbd4aaebbb Log a few belated commits. 2007-02-26 07:44:49 +00:00
Bart Schaefer
ac8ccbfc82 unposted: tweak for possible multibyte characters. 2007-02-26 07:44:10 +00:00
Bart Schaefer
236d910fb3 unposted (based on users/10881,10884): add auto-previous zstyle, update
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
2007-02-26 07:43:39 +00:00
Bart Schaefer
3fc59a0f09 23176: apply the (X) parameter flag to the (#) flag; fix comment typo. 2007-02-25 23:41:03 +00:00
Peter Stephenson
d98959ab67 23186: _ip completion and regex handling additions 2007-02-25 22:44:51 +00:00
Clint Adams
9d55e0002c 23185: qemu completion improvements. 2007-02-25 19:18:13 +00:00
Clint Adams
923e7cfa62 changelog typo 2007-02-24 05:39:52 +00:00
Clint Adams
0f7b1a9ebc 23183: Completion/Unix/Command/_qemu: completion for qemu. 2007-02-24 02:06:25 +00:00
Clint Adams
b5720e1f60 23183 complete comma-separated list of directories/modules for --added-modules. 2007-02-22 17:02:08 +00:00
Peter Stephenson
910d446ca7 unposted: document some limitations of utils.c 2007-02-18 15:01:29 +00:00
Peter Stephenson
9d43d061e1 23182: _arguments problem with --with-foo[=BAR] specifiers 2007-02-16 15:02:03 +00:00
Clint Adams
1f4fa4c02d 23178: update for modern versions of make-kpkg. 2007-02-14 18:27:51 +00:00
Peter Stephenson
d283709363 23177: better formatting of unprintable multibyte characters under 256 2007-02-14 16:26:41 +00:00
Bart Schaefer
f35ee0d1a0 23169 (tweaked): report error on failure to dup for multios 2007-02-14 08:21:57 +00:00
Peter Stephenson
bd6baa2ede 23172: typo displaying multiline explanation strings 2007-02-13 21:54:41 +00:00
Peter Stephenson
10f36dd29b 23168: fix error message for failed bind 2007-02-13 11:08:12 +00:00
Peter Stephenson
2c92d005d7 23165: fix problems with bases: error if over 36 and don't interpret octal 2007-02-12 16:43:40 +00:00
Felix Rosencrantz
9ed500a1cd 23164: Silence popd when PUSHD_SILENT is set. 2007-02-11 00:40:18 +00:00
Peter Stephenson
0a532a8f7f fix metafication of ${(#)x} 2007-02-10 22:12:58 +00:00
Peter Stephenson
471184c7c2 unposted: document BAUD change in README 2007-02-08 10:47:21 +00:00
Peter Stephenson
62b671f0d1 23159 plus minor doc tweaks: leave BAUD parameter unset by default 2007-02-08 10:43:28 +00:00
Peter Stephenson
6cf7a3ef11 23153: restore old ztrcmp() and add comment about why 2007-02-07 10:18:30 +00:00
Peter Stephenson
0108088f52 23152: make ztrcmp() respect MULTIBYTE
make sorting of printed hash tables more consistent
2007-02-06 21:47:54 +00:00
Peter Stephenson
bae2ec88e5 unposted: uninitialised variable could result from 23144 2007-02-06 10:12:20 +00:00
Clint Adams
49437215b2 23151: partial completion for mtn (monotone) command. 2007-02-05 19:26:12 +00:00
Clint Adams
b3fa980beb 23150: completion for cdbs-edit-patch. 2007-02-04 02:42:59 +00:00
Peter Stephenson
b2d709b22e 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.c 2007-02-02 23:47:47 +00:00
Peter Stephenson
54d692c4b5 23143: make =-expansion with metacharacters more consistent 2007-02-02 21:42:14 +00:00
Peter Stephenson
56085ffebb unposted: we could add checksched() twice to the timed event list 2007-02-01 10:42:30 +00:00
Peter Stephenson
483810a525 23142: calendar enhancements: relative times, recurring events 2007-01-31 16:53:31 +00:00
Peter Stephenson
a1476c1ee2 23141: don't zrfresh() after printjob() that didn't print 2007-01-30 19:03:45 +00:00
Clint Adams
2f6267dc31 23140: handle syntax for iputils variant as well as whichever arping for which we had already been completing. 2007-01-29 18:44:58 +00:00
Peter Stephenson
2b948e6c37 23138: further tweak to backslashes in $'...' 2007-01-27 23:52:13 +00:00
Peter Stephenson
df54eeed2c 23136: handle Bnulls now added in $'...' 2007-01-27 19:01:11 +00:00
Wayne Davison
040db61c32 Fixed a few problems revealed by compiler warnings. 2007-01-26 19:20:33 +00:00
Wayne Davison
914364061e Mark an arg as UNUSED(). 2007-01-26 19:18:37 +00:00
Wayne Davison
ecaf124c95 Silenced a compiler warning by making an int unsigned. 2007-01-26 19:18:17 +00:00
Wayne Davison
9abddc0ccf Fixed the error checking of mbrtowc() since its return vlaue can never
be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
2007-01-26 19:11:48 +00:00
Peter Stephenson
f223e9b4ee unposted: sched deleted timed function twice 2007-01-24 18:32:23 +00:00
Peter Stephenson
3be13f0b14 23131: new tests for command substitution 2007-01-24 10:19:49 +00:00
Peter Stephenson
61a5c826c8 23126, modified: bug in zle history inside $( and $(( 2007-01-23 16:07:46 +00:00
Peter Stephenson
e4cc61d5c6 23122: bug with new sort stuff 2007-01-22 17:28:15 +00:00
Peter Stephenson
e375d5ee88 23119: lower case in sorting properly 2007-01-22 14:35:12 +00:00
Peter Stephenson
c53aa4adee unposted; typo 2007-01-21 22:49:56 +00:00
Peter Stephenson
553e011320 23118: improve sorting to make it work with locales 2007-01-21 22:47:36 +00:00