summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2007-05-1323436: consistency with null strings in local variablesPeter Stephenson1-10/+38
unposted: Phil Pennock: POSIX RE's are extended
2007-05-1323433: fix shift for ZMAXTIMEOUTPeter Stephenson1-1/+1
2007-05-1023409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov2-3/+6
2007-05-10Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson1-1/+1
2007-05-08Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson2-20/+92
2007-05-02unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson1-2/+3
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson8-48/+332
2007-05-01Guillaume Chazarain: 23364: fix race in POSIX signal blockingPeter Stephenson2-40/+17
by using local variables
2007-05-0123363: fake-files now allows patternsPeter Stephenson1-2/+11
2007-04-3023339: make malloc(0) allocate a bytePeter Stephenson1-1/+17
2007-04-2723337: fix unmetafication for stat() of files in compctlPeter Stephenson1-1/+6
2007-04-26Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson1-1/+3
2007-04-23unposted: fix error message for short ZWC filePeter Stephenson1-1/+1
2007-04-2323313: fix test for incorrect version in ZWC filePeter Stephenson1-2/+3
2007-04-23parse.cPeter Stephenson1-1/+1
2007-04-2323312: fix versioning and initialisation of word code headersPeter Stephenson2-1/+3
2007-04-2323308: sanity for tindent in text outputPeter Stephenson1-17/+25
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson1-2/+2
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson1-0/+5
2007-04-19users/11419: zle copy-region-as-kill <string>Peter Stephenson2-13/+45
adds text to the kill ring
2007-04-17users/11421: %{...%} was broken in completion listingsPeter Stephenson1-4/+2
2007-04-17Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson1-2/+2
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson3-3/+3
2007-04-1523278: fix NUMERICGLOBSORT, broken by multibyte fixesPeter Stephenson1-3/+3
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-0/+2
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-1/+2
2007-04-1323273: fix bad patterns in reverse array subscriptingPeter Stephenson1-228/+226
2007-04-1223270: fix strptime() on SolarisPeter Stephenson1-0/+12
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are ↵Clint Adams1-5/+10
available.
2007-04-0223258: fix debugging added in 23248Peter Stephenson1-1/+2
2007-04-0223257: buffer too short for multibyte ${(#)...} evalutionPeter Stephenson1-2/+3
2007-03-30unposted: better fix for complist line wrap from 23248Peter Stephenson1-4/+5
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson3-19/+33
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-03-2823246: fix completions of redirections that occur before the command wordPeter Stephenson1-4/+15
2007-03-27unposted: uninitialized variable in 23238Peter Stephenson1-8/+8
2007-03-2723238: jobs didn't get deleted if they weren't printedPeter Stephenson1-2/+15
2007-03-2323232: minor tweaks to zmodloadPeter Stephenson1-9/+3
2007-03-19fix output of prompt in single line ZLEPeter Stephenson1-68/+78
2007-03-1923221: Martin Koeppe: don't use XTABS if not definedPeter Stephenson1-0/+2
2007-03-15Fix lower casing of option names in some locales.Peter Stephenson1-1/+8
2007-02-26Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer1-1/+10
2007-02-2523176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer1-6/+20
2007-02-18unposted: document some limitations of utils.cPeter Stephenson1-0/+10
2007-02-1423177: better formatting of unprintable multibyte characters under 256Peter Stephenson1-1/+3
2007-02-1423169 (tweaked): report error on failure to dup for multiosBart Schaefer1-5/+39
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson1-1/+2
2007-02-1323168: fix error message for failed bindPeter Stephenson1-1/+1
2007-02-1223165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2-10/+29
2007-02-1123164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz1-3/+4
2007-02-10fix metafication of ${(#)x}Peter Stephenson1-4/+8