summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-1411484: allow zmv to rename to equivalent but differently named filesPeter Stephenson2-7/+5
2007-05-1423438 (tweaked): improve _printers to use lpstatPeter Stephenson1-1/+3
2007-05-1423438 (tweaked): improve _printers to use lpstatPeter Stephenson2-1/+41
2007-05-1423437: typo noted by WaynePeter Stephenson2-1/+5
2007-05-1323435: Nikloai Weibull: bug testing end of string for sorting when ignoringPeter Stephenson2-2/+6
backslashes
2007-05-1323436: consistency with null strings in local variablesPeter Stephenson3-11/+45
unposted: Phil Pennock: POSIX RE's are extended
2007-05-13use _configure for config.statusPeter Stephenson2-1/+4
2007-05-1323433: fix shift for ZMAXTIMEOUTPeter Stephenson2-1/+6
2007-05-1023409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov3-3/+13
2007-05-10Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson2-1/+5
2007-05-08Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson7-35/+169
2007-05-02unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson3-2/+35
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson14-52/+393
2007-05-01unposted: typo in widget name in contrib docPeter Stephenson2-2/+4
2007-05-01Guillaume Chazarain: 23364: fix race in POSIX signal blockingPeter Stephenson3-40/+21
by using local variables
2007-05-0123363: fake-files now allows patternsPeter Stephenson4-3/+27
2007-04-3023339: make malloc(0) allocate a bytePeter Stephenson2-1/+22
2007-04-2723337: fix unmetafication for stat() of files in compctlPeter Stephenson2-1/+13
2007-04-26Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson2-1/+9
2007-04-23unposted: fix error message for short ZWC filePeter Stephenson2-1/+4
2007-04-2323313: fix test for incorrect version in ZWC filePeter Stephenson2-2/+6
2007-04-23parse.cPeter Stephenson1-1/+1
2007-04-2323312: fix versioning and initialisation of word code headersPeter Stephenson3-1/+7
2007-04-2323308: sanity for tindent in text outputPeter Stephenson2-18/+30
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson1-2/+2
2007-04-23Christoph Bauer: 23309ish: extra #define for hpuxPeter Stephenson2-1/+11
2007-04-2123303: use _guard.Clint Adams2-2/+6
2007-04-1923302: complete properties after svn propget and propedit.Clint Adams2-0/+17
2007-04-1923301: fix semicolon mistyped as a colon.Clint Adams2-2/+7
2007-04-19unposted: set version to 4.3.4-dev-0Peter Stephenson2-1/+3
2007-04-19users/11419: zle copy-region-as-kill <string>Peter Stephenson7-49/+92
adds text to the kill ring
2007-04-19unposted: meant to add add-zsh-hook a while agoPeter Stephenson2-0/+66
2007-04-19release 4.3.4Peter Stephenson4-6/+11
2007-04-18Made changelog better.Wayne Davison1-2/+2
2007-04-18users/11421: smart-insert-last-word fix.Wayne Davison1-0/+5
2007-04-18users/11424: don't embed a comment inside a math expression.Wayne Davison1-2/+2
2007-04-17users/11421: %{...%} was broken in completion listingsPeter Stephenson2-4/+5
2007-04-17Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson2-2/+7
2007-04-17update LICENCE to 2007Geoff Wing1-0/+4
2007-04-17update year to 2007Geoff Wing1-1/+1
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson9-10/+25
2007-04-1523278: fix NUMERICGLOBSORT, broken by multibyte fixesPeter Stephenson3-3/+25
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 Stephenson2-1/+7
2007-04-1423275: change order of arguments to _arguments so that options will actually ↵Clint Adams2-2/+8
be completed.
2007-04-1323273: fix bad patterns in reverse array subscriptingPeter Stephenson3-228/+240
2007-04-13post 23271 _sqsh puncuationPeter Stephenson1-5/+3
2007-04-1323271: Pete Hollobon: completion for sqshPeter Stephenson3-0/+59
2007-04-1223270: fix strptime() on SolarisPeter Stephenson2-0/+17
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are ↵Clint Adams2-5/+15
available.