about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 23143: make =-expansion with metacharacters more consistentPeter Stephenson2007-02-023-11/+17
* unposted: we could add checksched() twice to the timed event listPeter Stephenson2007-02-012-9/+54
* 23142: calendar enhancements: relative times, recurring eventsPeter Stephenson2007-01-317-81/+397
* 23141: don't zrfresh() after printjob() that didn't printPeter Stephenson2007-01-302-5/+20
* 23140: handle syntax for iputils variant as well as whichever arping for whic...Clint Adams2007-01-292-2/+28
* 23138: further tweak to backslashes in $'...'Peter Stephenson2007-01-273-10/+43
* 23136: handle Bnulls now added in $'...'Peter Stephenson2007-01-273-9/+29
* Fixed a few problems revealed by compiler warnings.Wayne Davison2007-01-261-0/+10
* Mark an arg as UNUSED().Wayne Davison2007-01-261-1/+1
* Silenced a compiler warning by making an int unsigned.Wayne Davison2007-01-261-1/+1
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
* unposted: sched deleted timed function twicePeter Stephenson2007-01-242-4/+5
* 23131: new tests for command substitutionPeter Stephenson2007-01-243-1/+89
* 23126, modified: bug in zle history inside $( and $((Peter Stephenson2007-01-232-9/+23
* 23122: bug with new sort stuffPeter Stephenson2007-01-222-6/+18
* 23119: lower case in sorting properlyPeter Stephenson2007-01-224-4/+67
* unposted; typoPeter Stephenson2007-01-211-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-2115-221/+497
* 23117: strip out erroneous commas.Clint Adams2007-01-213-15/+16
* 23116: strip out erroneous commas.Clint Adams2007-01-212-7/+14
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-198-29/+101
* unposted: typo in calendar_scandate docPeter Stephenson2007-01-181-1/+1
* unposted: typo in calendar_scandate docPeter Stephenson2007-01-182-2/+3
* 23114: ${foo:s/bar/rod} brokenPeter Stephenson2007-01-182-1/+10
* users/11113: improve _todo.shPeter Stephenson2007-01-162-18/+18
* 23107, 23109: suppress parallel makes.Bart Schaefer2007-01-152-1/+11
* 23104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2007-01-143-7/+41
* 23101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson2007-01-123-1/+75
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-095-1/+31
* 23098: printf multibyte character widthsPeter Stephenson2007-01-093-12/+75
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-085-33/+77
* 23091: *roff problems noticed by doclifterPeter Stephenson2007-01-053-13/+17
* 20390: prefer ncurses to cursesPeter Stephenson2007-01-052-6/+21
* 23089: relax playlist glob pattern to work with newer versions.Clint Adams2007-01-042-1/+6
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-043-4/+9
* 23086: printf should handle octal escapes in the \0NNN formPeter Stephenson2007-01-043-2/+12
* 22817: update for modern options, add completion of releases.Clint Adams2007-01-022-3/+25
* 23080: fix -c and -g (both were mistakenly -b).Clint Adams2007-01-022-2/+7
* 23071: signed characters with no multibyte supportPeter Stephenson2006-12-192-3/+11
* 23070: Fix [[ -N file ]] test failure on NFSPeter Stephenson2006-12-192-0/+6
* document OS may handle negative or zero PID in killPeter Stephenson2006-12-194-51/+117
* 23054, part: error message for "kill -" with nothing after the - was confusingPeter Stephenson2006-12-182-0/+9
* 23060: make everything in Doc makes infoPeter Stephenson2006-12-172-1/+3
* 23057, 23058, 23059: completions from arnoPeter Stephenson2006-12-176-3/+171
* users/11083: functions for handling shell arguments in ZLEPeter Stephenson2006-12-155-19/+193
* 23052: multibyte characters in typeset -L/R/Z paddingPeter Stephenson2006-12-133-30/+60
* 23051: ${(Q)...} of RCQUOTE expression failed with DEBUG activePeter Stephenson2006-12-132-2/+11
* users/11079: 1(2##)Peter Stephenson2006-12-122-3/+9
* Unposted, see 23042: add some missing backslashes at the ends of lines.Bart Schaefer2006-12-111-3/+3
* unposted: improve CUTBUFFER and killring documentationPeter Stephenson2006-12-103-22/+37