1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-25 21:40:54 +02:00
Commit Graph

5073 Commits

Author SHA1 Message Date
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
Peter Stephenson
e475a39d4c 23057, 23058, 23059: completions from arno 2006-12-17 15:33:27 +00:00
Peter Stephenson
937dc9a84d users/11083: functions for handling shell arguments in ZLE 2006-12-15 11:44:26 +00:00
Peter Stephenson
d8e36bffa2 23052: multibyte characters in typeset -L/R/Z padding 2006-12-13 22:30:37 +00:00
Peter Stephenson
f50dfd61f6 23051: ${(Q)...} of RCQUOTE expression failed with DEBUG active 2006-12-13 18:49:06 +00:00
Peter Stephenson
b8108d295f users/11079: 1(2##) 2006-12-12 10:55:35 +00:00
Bart Schaefer
03708e6b9f Unposted, see 23042: add some missing backslashes at the ends of lines. 2006-12-11 03:42:59 +00:00
Peter Stephenson
25134bc341 unposted: improve CUTBUFFER and killring documentation
23044: print -c and print -C didn't handle unmetafied input
2006-12-10 23:27:01 +00:00
Peter Stephenson
4ea03291a8 improved firefox support 2006-12-08 22:52:18 +00:00
Clint Adams
b6e6a91e0f 23039: handle iceweasel as firefox. 2006-12-08 21:54:43 +00:00