about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 23446: fix typo producing wrong values for alias parametersPeter Stephenson2007-05-211-1/+1
* 23440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson2007-05-211-1/+20
* 23444: handle multibyte characters in print -c/-CPeter Stephenson2007-05-201-9/+55
* 23437: typo noted by WaynePeter Stephenson2007-05-141-1/+1
* 23435: Nikloai Weibull: bug testing end of string for sorting when ignoringPeter Stephenson2007-05-131-1/+2
* 23436: consistency with null strings in local variablesPeter Stephenson2007-05-131-10/+38
* 23433: fix shift for ZMAXTIMEOUTPeter Stephenson2007-05-131-1/+1
* 23409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov2007-05-102-3/+6
* Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson2007-05-101-1/+1
* Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson2007-05-082-20/+92
* unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson2007-05-021-2/+3
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-018-48/+332
* Guillaume Chazarain: 23364: fix race in POSIX signal blockingPeter Stephenson2007-05-012-40/+17
* 23363: fake-files now allows patternsPeter Stephenson2007-05-011-2/+11
* 23339: make malloc(0) allocate a bytePeter Stephenson2007-04-301-1/+17
* 23337: fix unmetafication for stat() of files in compctlPeter Stephenson2007-04-271-1/+6
* Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson2007-04-261-1/+3
* unposted: fix error message for short ZWC filePeter Stephenson2007-04-231-1/+1
* 23313: fix test for incorrect version in ZWC filePeter Stephenson2007-04-231-2/+3
* parse.cPeter Stephenson2007-04-231-1/+1
* 23312: fix versioning and initialisation of word code headersPeter Stephenson2007-04-232-1/+3
* 23308: sanity for tindent in text outputPeter Stephenson2007-04-231-17/+25
* Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson2007-04-231-2/+2
* Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson2007-04-231-0/+5
* users/11419: zle copy-region-as-kill <string>Peter Stephenson2007-04-192-13/+45
* users/11421: %{...%} was broken in completion listingsPeter Stephenson2007-04-171-4/+2
* Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson2007-04-171-2/+2
* unposted: prepare for release of 4.3.3 zsh-4.3.3Peter Stephenson2007-04-163-3/+3
* 23278: fix NUMERICGLOBSORT, broken by multibyte fixesPeter Stephenson2007-04-151-3/+3
* users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson2007-04-151-0/+2
* users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson2007-04-151-1/+2
* 23273: fix bad patterns in reverse array subscriptingPeter Stephenson2007-04-131-228/+226
* 23270: fix strptime() on SolarisPeter Stephenson2007-04-121-0/+12
* 23264: don't add the -pcre-match operator unless the pcre functions are avail...Clint Adams2007-04-051-5/+10
* 23258: fix debugging added in 23248Peter Stephenson2007-04-021-1/+2
* 23257: buffer too short for multibyte ${(#)...} evalutionPeter Stephenson2007-04-021-2/+3
* unposted: better fix for complist line wrap from 23248Peter Stephenson2007-03-301-4/+5
* 23248: Completion listing problem with lines nearly screen widthPeter Stephenson2007-03-293-19/+33
* 23246: fix completions of redirections that occur before the command wordPeter Stephenson2007-03-281-4/+15
* unposted: uninitialized variable in 23238Peter Stephenson2007-03-271-8/+8
* 23238: jobs didn't get deleted if they weren't printedPeter Stephenson2007-03-271-2/+15
* 23232: minor tweaks to zmodloadPeter Stephenson2007-03-231-9/+3
* fix output of prompt in single line ZLEPeter Stephenson2007-03-191-68/+78
* 23221: Martin Koeppe: don't use XTABS if not definedPeter Stephenson2007-03-191-0/+2
* Fix lower casing of option names in some locales.Peter Stephenson2007-03-151-1/+8
* Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer2007-02-261-1/+10
* 23176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer2007-02-251-6/+20
* unposted: document some limitations of utils.cPeter Stephenson2007-02-181-0/+10
* 23177: better formatting of unprintable multibyte characters under 256Peter Stephenson2007-02-141-1/+3
* 23169 (tweaked): report error on failure to dup for multiosBart Schaefer2007-02-141-5/+39