summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2007-03-30unposted: better fix for complist line wrap from 23248Peter Stephenson1-4/+5
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson3-19/+33
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-03-2823246: fix completions of redirections that occur before the command wordPeter Stephenson1-4/+15
2007-03-27unposted: uninitialized variable in 23238Peter Stephenson1-8/+8
2007-03-2723238: jobs didn't get deleted if they weren't printedPeter Stephenson1-2/+15
2007-03-2323232: minor tweaks to zmodloadPeter Stephenson1-9/+3
2007-03-19fix output of prompt in single line ZLEPeter Stephenson1-68/+78
2007-03-1923221: Martin Koeppe: don't use XTABS if not definedPeter Stephenson1-0/+2
2007-03-15Fix lower casing of option names in some locales.Peter Stephenson1-1/+8
2007-02-26Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer1-1/+10
2007-02-2523176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer1-6/+20
2007-02-18unposted: document some limitations of utils.cPeter Stephenson1-0/+10
2007-02-1423177: better formatting of unprintable multibyte characters under 256Peter Stephenson1-1/+3
2007-02-1423169 (tweaked): report error on failure to dup for multiosBart Schaefer1-5/+39
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson1-1/+2
2007-02-1323168: fix error message for failed bindPeter Stephenson1-1/+1
2007-02-1223165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2-10/+29
2007-02-1123164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz1-3/+4
2007-02-10fix metafication of ${(#)x}Peter Stephenson1-4/+8
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson3-105/+11
2007-02-0723153: restore old ztrcmp() and add comment about whyPeter Stephenson1-46/+31
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson6-69/+100
make sorting of printed hash tables more consistent
2007-02-06unposted: uninitialised variable could result from 23144Peter Stephenson1-1/+1
2007-02-0223144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson1-0/+3
2007-02-0223143: make =-expansion with metacharacters more consistentPeter Stephenson2-11/+11
2007-02-01unposted: we could add checksched() twice to the timed event listPeter Stephenson1-9/+49
2007-01-3023141: don't zrfresh() after printjob() that didn't printPeter Stephenson1-5/+15
2007-01-2723138: further tweak to backslashes in $'...'Peter Stephenson1-8/+26
2007-01-2723136: handle Bnulls now added in $'...'Peter Stephenson1-9/+20
2007-01-26Mark an arg as UNUSED().Wayne Davison1-1/+1
2007-01-26Silenced a compiler warning by making an int unsigned.Wayne Davison1-1/+1
2007-01-26Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison1-1/+1
be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
2007-01-24unposted: sched deleted timed function twicePeter Stephenson1-4/+1
2007-01-2323126, modified: bug in zle history inside $( and $((Peter Stephenson1-9/+16
2007-01-2223122: bug with new sort stuffPeter Stephenson1-6/+13
2007-01-2223119: lower case in sorting properlyPeter Stephenson1-3/+45
2007-01-21unposted; typoPeter Stephenson1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson11-214/+434
2007-01-1923115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson5-25/+59
2007-01-1823114: ${foo:s/bar/rod} brokenPeter Stephenson1-1/+5
2007-01-1423104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2-7/+36
tidy up some wordcode definitions
2007-01-1223101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson1-1/+7
2007-01-09users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson3-1/+19
2007-01-0923098: printf multibyte character widthsPeter Stephenson1-12/+66
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson4-33/+72
2007-01-0423088: printf formats and arguments need different octal escape sequencesPeter Stephenson2-4/+6
2007-01-0423086: printf should handle octal escapes in the \0NNN formPeter Stephenson1-2/+3
2006-12-1923071: signed characters with no multibyte supportPeter Stephenson1-3/+8
2006-12-19document OS may handle negative or zero PID in killPeter Stephenson2-51/+105
2006-12-1823054, part: error message for "kill -" with nothing after the - was confusingPeter Stephenson1-0/+4