summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-1522552: update for tla 1.3.4.Clint Adams2-4/+21
2006-07-1222550: put "exec" testsPeter Stephenson3-31/+58
in subshells and allow substitution on test output to occur after the test.
2006-07-1222549: improve svn propset completion slightly.Clint Adams2-0/+12
2006-07-1122546: fix {myfd}>... bug and tweak testsPeter Stephenson4-5/+16
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson18-110/+270
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-07-0922543: completion for clusterssh.Clint Adams2-0/+26
2006-07-0922542: deoverenthuse cmdpoppingPeter Stephenson4-18/+28
2006-07-0322573: rm -rf autom4te.cache on distcleanPeter Stephenson2-0/+5
2006-06-3022529: multibyte conversion in math expressionsPeter Stephenson5-9/+48
2006-06-2822526: enhance ${(#)...} to handle UnicodePeter Stephenson3-14/+31
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson9-115/+226
2006-06-2722524: searchable parameter subscripts with multibyte chars,Peter Stephenson3-24/+206
a few other fixes
2006-06-2722522: infinite loop with invalid character in mb_metastrlen()Peter Stephenson2-2/+7
2006-06-2622519: initial multibyte parameter testsPeter Stephenson2-0/+91
2006-06-2622518: Initial go at making parameter subscriptsPeter Stephenson5-26/+259
use multibyte characters.
2006-06-2622516: error in func() didn't pop command stackPeter Stephenson2-1/+7
2006-06-2622501: missed README chunkPeter Stephenson2-0/+10
2006-06-25unposted: autoload is-at-least in _tar if using GNU tar.Clint Adams2-1/+5
2006-06-2422513: only do that for GNU tar >= 1.14.91.Clint Adams2-1/+10
2006-06-2422511: complete compressed archive filenames for GNU tar even when a compressionClint Adams3-0/+11
option is not specified.
2006-06-1922501: reduce maximum function depth to 1000Peter Stephenson2-3/+8
2006-06-1722492: url-quote-magic should detect syntactic word breaks correctlyBart Schaefer2-1/+8
2006-06-16unposted: remove redundant TODOPeter Stephenson2-4/+5
2006-06-1122486: completion for dak (the debian-archive-kit).Clint Adams2-0/+249
2006-06-09users/10282: complete associated sections with man page names.Clint Adams2-4/+20
2006-06-08unposted: complete the same way for rmadison.Clint Adams2-1/+6
2006-06-0522484: support varargs.h in addition to stdarg.hPeter Stephenson5-62/+150
2006-06-0522483: add $sysparams to zsh/systemPeter Stephenson4-12/+112
2006-06-0222481: complete svn diff and resolved subcommands.Clint Adams2-5/+42
2006-06-0222480: autoload math functions from zmathfuncdefPeter Stephenson2-0/+31
2006-05-3122479: _arguments -s.Clint Adams2-1/+5
2006-05-3122476Wayne Davison1-0/+5
2006-05-31Got rid of several compiler warnings about signed/unsigned problems byWayne Davison1-14/+19
switching patchar_t from wchar_t to wint_t (and renaming the typedef to patint_t in the process), changing two "int" variables into "patint_t" variables, and creating a PEOF define that uses either WEOF or EOF as an invalid character value instead of a literal -1.
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson52-931/+937
2006-05-30Made implied "int" on new static variable explicit (which silencesWayne Davison1-1/+1
gcc).
2006-05-30Option changes for _rsync.Wayne Davison1-0/+5
2006-05-30Option changes for the upcoming 2.6.9 release.Wayne Davison1-1/+3
2006-05-3022473: tweak bad interpreter formattingPeter Stephenson2-3/+11
2006-05-2922470: attempt to improve errno.h searchingPeter Stephenson2-7/+20
2006-05-2910343: improve error message for bad #! linesPeter Stephenson2-4/+16
2006-05-2822469: use _canonical_paths.Clint Adams2-1/+5
2006-05-2822468: fixes and updates.Clint Adams2-12/+69
2006-05-2822467: utility function which completes all paths given to it, and alsoClint Adams2-0/+101
tries to offer completions which point to the same file as one of the paths given.
2006-05-2722466: cope with autoconf 2.60 config.status syntax.Clint Adams2-2/+6
2006-05-2722465: add datarootdir for substitution in order to cope with change in ↵Clint Adams2-0/+6
autoconf CVS.
2006-05-2622464: bad recursion if error in prompt substitutionPeter Stephenson2-4/+14
2006-05-2522454Wayne Davison1-0/+5
2006-05-25Hideki ONO's changes for *BSD.Wayne Davison1-74/+127
2006-05-2522457, R. Ramkumar: fix buggy quoting of zstyle contexts.Clint Adams2-3/+6
2006-05-2522456, R. Ramkumar: update for mpc 0.11.2.Clint Adams2-0/+25