about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-015-45/+130
* 22924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson2006-10-304-20/+32
* obscure crash with hasbrpsfx()Peter Stephenson2006-10-301-2/+12
* 22913: set $! on "bg"Peter Stephenson2006-10-301-2/+14
* 22911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson2006-10-251-1/+2
* 22896: Src/Zle/complete.mdd: rename Mandrake to Mandriva.Clint Adams2006-10-231-1/+1
* unposted: typo in 22885Peter Stephenson2006-10-191-1/+1
* 22885: fix problems with multibyte tokenized stringsPeter Stephenson2006-10-191-0/+15
* string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson2006-10-161-1/+2
* Add two widges for user control of auto-suffix remove/keep.Bart Schaefer2006-10-162-0/+11
* 22852: users style effect changed in 22191Peter Stephenson2006-10-101-1/+1
* 22831: use CM_SPACE in compdescribeAndrey Borzenkov2006-10-073-16/+9
* 22820: this time, fix handling of long accumulated completion linePeter Stephenson2006-10-061-2/+2
* 10791: fix handling of long accumulated completion linePeter Stephenson2006-10-061-1/+1
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-0510-143/+377
* 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