about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* fix thinko in 22787Andrey Borzenkov2006-09-301-1/+2
* Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson2006-09-291-8/+10
* 22787: fix calling convention of pattern_matchAndrey Borzenkov2006-09-291-62/+73
* 22783: Frank Terbeck: don't load zsh/newuser unless interactivePeter Stephenson2006-09-281-1/+1
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-0/+15
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-234-12/+12
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-232-58/+130
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-213-4/+6
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-203-34/+75
* operator precedence fixClint Adams2006-09-181-1/+1
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-174-1/+37
* 22729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2006-09-171-2/+16
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-172-2/+17
* unposted: spacing fixClint Adams2006-09-151-2/+2
* unposted: replace elided colonClint Adams2006-09-151-1/+1
* 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams2006-09-151-0/+22
* 22715: AUTOCONTINUE option never worked.Peter Stephenson2006-09-151-8/+16
* 22713: word end in math completion context was screwyPeter Stephenson2006-09-151-1/+1
* assume width 1 for control characters;Peter Stephenson2006-09-153-97/+118
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-134-127/+394
* 22689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson2006-09-121-2/+15
* 22686: unset array if assigning numeric parameterPeter Stephenson2006-09-111-41/+32
* 22660: unmetafy directory for opendir() etc. in compctlPeter Stephenson2006-09-111-6/+16
* 22685: make printf "%d" \"X handle multibyte charactersPeter Stephenson2006-09-101-3/+18
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-109-56/+108
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-107-283/+721
* 22681: find all error number definitionsPeter Stephenson2006-09-101-1/+2
* 22656: improve handling of monitor optionPeter Stephenson2006-08-221-1/+10
* 22651: failed to unmetafy bytes for outputPeter Stephenson2006-08-202-7/+29
* 22650: remove now buggy pointer to last added stylePeter Stephenson2006-08-201-8/+5
* 22643: completing in math contextPeter Stephenson2006-08-201-0/+2
* 22683: deleting style in context never removed style itselfPeter Stephenson2006-08-201-14/+42
* 22613: add strftime -r to use strptime() if availablePeter Stephenson2006-08-171-1/+65
* 22612: comment the static variablesPeter Stephenson2006-08-171-3/+83
* 22610: allow zstyle -L to have argumentsPeter Stephenson2006-08-161-2/+34
* 22611: bug scrolling wide completion listPeter Stephenson2006-08-151-5/+1
* 22605: bug in complist wide character fixes introduced infinite loopPeter Stephenson2006-08-141-0/+2
* 22599: use wide character widths in completionPeter Stephenson2006-08-115-51/+110
* 22597: back off two column-subtraction hunksPeter Stephenson2006-08-102-3/+12
* 22595: paranoid bounds-checking on someBart Schaefer2006-08-101-9/+9
* 22594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson2006-08-093-8/+35
* unposted: badly positioned declaration in complist.cPeter Stephenson2006-08-071-1/+3
* 22589: bug with long lines in menu selectionPeter Stephenson2006-08-071-0/+4
* 22586: fix warnings spotted on CygwinPeter Stephenson2006-08-042-1/+16
* 22585: fix zsh.exportsPeter Stephenson2006-08-042-2/+10
* 22583: erand48() needs initialisation on Cygwin.Peter Stephenson2006-08-041-0/+7
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-036-44/+50
* 22578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson2006-08-021-4/+15
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-016-148/+163
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-011-0/+26