1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00
Commit graph

4882 commits

Author SHA1 Message Date
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
Clint Adams
f3bf48149a 23117: strip out erroneous commas. 2007-01-21 16:47:31 +00:00
Clint Adams
5bed084737 23116: strip out erroneous commas. 2007-01-21 16:45:02 +00:00
Peter Stephenson
de272e0309 23115: ";|" at end of case clause causes later patterns to be tested 2007-01-19 21:36:00 +00:00
Peter Stephenson
a5729be835 unposted: typo in calendar_scandate doc 2007-01-18 18:55:29 +00:00
Peter Stephenson
5a6ac4ed43 unposted: typo in calendar_scandate doc 2007-01-18 18:52:11 +00:00
Peter Stephenson
481d1b7560 23114: ${foo:s/bar/rod} broken 2007-01-18 17:27:10 +00:00
Peter Stephenson
110ae85114 users/11113: improve _todo.sh 2007-01-16 10:54:07 +00:00
Bart Schaefer
7f6ea229a8 23107, 23109: suppress parallel makes. 2007-01-15 16:36:41 +00:00
Peter Stephenson
6dbc34b0d4 23104: fix line numbers for DEBUGBEFORECMD
tidy up some wordcode definitions
2007-01-14 19:22:45 +00:00
Peter Stephenson
b4a7ad8269 23101: various combinations of ZERR with function returns were feature-ridden 2007-01-12 23:10:15 +00:00
Peter Stephenson
e8b56578db users/11111: add DEBUG_BEFORE_CMD option 2007-01-09 21:59:31 +00:00
Peter Stephenson
de815e3d22 23098: printf multibyte character widths 2007-01-09 21:45:45 +00:00
Peter Stephenson
94bdf92a06 23097: splitting of $'...' strings in completion 2007-01-08 22:05:54 +00:00
Peter Stephenson
aab842a0c6 23091: *roff problems noticed by doclifter 2007-01-05 20:55:01 +00:00
Peter Stephenson
a27f79c882 20390: prefer ncurses to curses 2007-01-05 13:58:03 +00:00
Clint Adams
572a860eb3 23089: relax playlist glob pattern to work with newer versions. 2007-01-04 18:06:39 +00:00
Peter Stephenson
46a163bd34 23088: printf formats and arguments need different octal escape sequences 2007-01-04 17:24:01 +00:00
Peter Stephenson
cfbcd2dbe0 23086: printf should handle octal escapes in the \0NNN form 2007-01-04 15:41:21 +00:00
Clint Adams
f7476178bc 22817: update for modern options, add completion of releases. 2007-01-02 22:05:12 +00:00
Clint Adams
912b7db108 23080: fix -c and -g (both were mistakenly -b). 2007-01-02 19:58:19 +00:00
Peter Stephenson
507c58262a 23071: signed characters with no multibyte support 2006-12-19 13:01:43 +00:00
Peter Stephenson
3778f5a3ba 23070: Fix [[ -N file ]] test failure on NFS 2006-12-19 12:09:46 +00:00
Peter Stephenson
8b800f8fd1 document OS may handle negative or zero PID in kill 2006-12-19 10:35:54 +00:00
Peter Stephenson
b5a0b49dff 23054, part: error message for "kill -" with nothing after the - was confusing 2006-12-18 11:16:00 +00:00
Peter Stephenson
2c6bf597b9 23060: make everything in Doc makes info 2006-12-17 16:02:01 +00:00