summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2006-10-3022913: set $! on "bg"Peter Stephenson1-2/+14
2006-10-2522911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson1-1/+2
2006-10-2322896: Src/Zle/complete.mdd: rename Mandrake to Mandriva.Clint Adams1-1/+1
2006-10-19unposted: typo in 22885Peter Stephenson1-1/+1
2006-10-1922885: fix problems with multibyte tokenized stringsPeter Stephenson1-0/+15
unposted: _todo.sh: more contexts
2006-10-16string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson1-1/+2
2006-10-16Add two widges for user control of auto-suffix remove/keep.Bart Schaefer2-0/+11
2006-10-1022852: users style effect changed in 22191Peter Stephenson1-1/+1
22853: unquoted ^ at end of bindkey string treated literally
2006-10-0722831: use CM_SPACE in compdescribeAndrey Borzenkov3-16/+9
2006-10-0622820: this time, fix handling of long accumulated completion linePeter Stephenson1-2/+2
2006-10-0610791: fix handling of long accumulated completion linePeter Stephenson1-1/+1
2006-10-0522819: improved internal use of string quotation,Peter Stephenson10-143/+377
plus completion bug fix with RCQUOTES
2006-09-30fix thinko in 22787Andrey Borzenkov1-1/+2
2006-09-29Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson1-8/+10
2006-09-2922787: fix calling convention of pattern_matchAndrey Borzenkov1-62/+73
2006-09-2822783: Frank Terbeck: don't load zsh/newuser unless interactivePeter Stephenson1-1/+1
2006-09-2722780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson1-0/+15
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson4-12/+12
2006-09-2322761: fix compdescrie for multibyte charactersAndrey Borzenkov2-58/+130
2006-09-2122753: minor character bugs spotted on CygwinPeter Stephenson3-4/+6
2006-09-2022742: parameter padding uses string lengths unless (m) flag setPeter Stephenson3-34/+75
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
2006-09-18operator precedence fixClint Adams1-1/+1
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams4-1/+37
2006-09-1722729: trunction in computil.c did't handle multibyte charactersPeter Stephenson1-2/+16
2006-09-1722727: "use 'exit' to exit" was suboptimalPeter Stephenson2-2/+17
2006-09-15unposted: spacing fixClint Adams1-2/+2
2006-09-15unposted: replace elided colonClint Adams1-1/+1
2006-09-1522718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams1-0/+22
2006-09-1522715: AUTOCONTINUE option never worked.Peter Stephenson1-8/+16
2006-09-1522713: word end in math completion context was screwyPeter Stephenson1-1/+1
2006-09-15assume width 1 for control characters;Peter Stephenson3-97/+118
don't crash if width of repeated padding string is 0
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson4-127/+394
2006-09-1222689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson1-2/+15
2006-09-1122686: unset array if assigning numeric parameterPeter Stephenson1-41/+32
2006-09-1122660: unmetafy directory for opendir() etc. in compctlPeter Stephenson1-6/+16
2006-09-1022685: make printf "%d" \"X handle multibyte charactersPeter Stephenson1-3/+18
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson9-56/+108
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson7-283/+721
input
2006-09-1022681: find all error number definitionsPeter Stephenson1-1/+2
2006-08-2222656: improve handling of monitor optionPeter Stephenson1-1/+10
2006-08-2022651: failed to unmetafy bytes for outputPeter Stephenson2-7/+29
2006-08-2022650: remove now buggy pointer to last added stylePeter Stephenson1-8/+5
2006-08-2022643: completing in math contextPeter Stephenson1-0/+2
2006-08-2022683: deleting style in context never removed style itselfPeter Stephenson1-14/+42
2006-08-1722613: add strftime -r to use strptime() if availablePeter Stephenson1-1/+65
2006-08-1722612: comment the static variablesPeter Stephenson1-3/+83
2006-08-1622610: allow zstyle -L to have argumentsPeter Stephenson1-2/+34
2006-08-1522611: bug scrolling wide completion listPeter Stephenson1-5/+1
2006-08-1422605: bug in complist wide character fixes introduced infinite loopPeter Stephenson1-0/+2
2006-08-1122599: use wide character widths in completionPeter Stephenson5-51/+110