about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-112-2/+16
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-0/+1
* 22984: add zshexit hookPeter Stephenson2006-11-091-0/+1
* 22983: exit could loop for everPeter Stephenson2006-11-082-0/+20
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-085-38/+60
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-072-11/+22
* fix error messagePeter Stephenson2006-11-062-2/+2
* 22968: fix metafication for print -z and print -sPeter Stephenson2006-11-051-0/+16
* 22953: Mikael Magnusson: _most_recent_file fix.Peter Stephenson2006-11-031-8/+9
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-023-75/+162
* 22950: fix reverse-menu-complete as start of completionPeter Stephenson2006-11-021-2/+8
* 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