about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-235-12/+18
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-233-58/+134
* fix typoAndrey Borzenkov2006-09-231-1/+1
* revert 22758 and add LC_NUMERIC and LC_MESSAGESAndrey Borzenkov2006-09-235-13/+11
* 22758: fix tests by setting locale to CAndrey Borzenkov2006-09-224-2/+19
* 22752: improved introduction to completionPeter Stephenson2006-09-214-26/+125
* 22739: arno: different test for theme in prompt -cPeter Stephenson2006-09-212-1/+4
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-214-4/+12
* users/10748: improve a couple of minor things in compsys docPeter Stephenson2006-09-202-13/+12
* unposted: add p4d and some undoc suppport in _perforcePeter Stephenson2006-09-202-9/+88
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-206-39/+110
* operator precedence fixClint Adams2006-09-182-2/+2
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-176-1/+49
* 22729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2006-09-172-2/+19
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-173-2/+22
* 22721: add pdf target to top Makefile.inAndrey Borzenkov2006-09-162-1/+5
* unposted: spacing fixClint Adams2006-09-151-2/+2
* unposted: replace elided colonClint Adams2006-09-151-1/+1
* 22719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work.Clint Adams2006-09-152-0/+5
* 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams2006-09-152-0/+27
* zsh-users/10720: a couple of checkmail fixesPeter Stephenson2006-09-151-1/+2
* 22715: AUTOCONTINUE option never worked.Peter Stephenson2006-09-152-8/+18
* 22713: word end in math completion context was screwyPeter Stephenson2006-09-152-1/+4
* assume width 1 for control characters;Peter Stephenson2006-09-156-98/+134
* 22692: additional notes on a couple of parameter expansion featuresPeter Stephenson2006-09-142-0/+23
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-138-130/+440
* 22704: new completion for todo.shPeter Stephenson2006-09-132-0/+110
* 22689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson2006-09-123-2/+26
* unposted: Mikael Magnusson: typos in sched docPeter Stephenson2006-09-112-2/+6
* 22686: unset array if assigning numeric parameterPeter Stephenson2006-09-113-41/+43
* 22660: unmetafy directory for opendir() etc. in compctlPeter Stephenson2006-09-112-6/+21
* 22685: make printf "%d" \"X handle multibyte charactersPeter Stephenson2006-09-102-3/+21
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-1010-56/+114
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-1010-290/+766
* 22681: find all error number definitionsPeter Stephenson2006-09-103-7/+14
* 22672: arno: unset ksharrays for prompt functionsPeter Stephenson2006-09-071-0/+6
* 22672: arno: unset ksharrays for prompt functionsPeter Stephenson2006-09-072-3/+5
* fix article numClint Adams2006-08-221-1/+1
* 2265x: update for tla 1.3.5.Clint Adams2006-08-222-1/+8
* 22656: improve handling of monitor optionPeter Stephenson2006-08-222-1/+15
* zsh-users/10634: try to fix relative paths of completion configuration filePeter Stephenson2006-08-212-4/+25
* 22655: completion for sisu.Clint Adams2006-08-213-1/+68
* unposted: tweak completion docsPeter Stephenson2006-08-212-0/+12
* 22651: failed to unmetafy bytes for outputPeter Stephenson2006-08-203-7/+32
* 22650: remove now buggy pointer to last added stylePeter Stephenson2006-08-202-8/+8
* 22643: completing in math contextPeter Stephenson2006-08-202-0/+5
* 22683: deleting style in context never removed style itselfPeter Stephenson2006-08-202-14/+47
* 22613: add strftime -r to use strptime() if availablePeter Stephenson2006-08-174-6/+90
* 22612: comment the static variablesPeter Stephenson2006-08-172-3/+87
* 22610: allow zstyle -L to have argumentsPeter Stephenson2006-08-163-5/+52