about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Clint Adams2007-04-051-5/+10
| | | | available.
* 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
| | | | If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
* 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
|
* 23172: typo displaying multiline explanation stringsPeter Stephenson2007-02-131-1/+2
|
* 23168: fix error message for failed bindPeter Stephenson2007-02-131-1/+1
|
* 23165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2007-02-122-10/+29
|
* 23164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2007-02-111-3/+4
|
* fix metafication of ${(#)x}Peter Stephenson2007-02-101-4/+8
|
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-083-105/+11
|
* 23153: restore old ztrcmp() and add comment about whyPeter Stephenson2007-02-071-46/+31
|
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-066-69/+100
| | | | make sorting of printed hash tables more consistent
* unposted: uninitialised variable could result from 23144Peter Stephenson2007-02-061-1/+1
|
* 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2007-02-021-0/+3
|
* 23143: make =-expansion with metacharacters more consistentPeter Stephenson2007-02-022-11/+11
|
* unposted: we could add checksched() twice to the timed event listPeter Stephenson2007-02-011-9/+49
|
* 23141: don't zrfresh() after printjob() that didn't printPeter Stephenson2007-01-301-5/+15
|
* 23138: further tweak to backslashes in $'...'Peter Stephenson2007-01-271-8/+26
|
* 23136: handle Bnulls now added in $'...'Peter Stephenson2007-01-271-9/+20
|
* Mark an arg as UNUSED().Wayne Davison2007-01-261-1/+1
|
* Silenced a compiler warning by making an int unsigned.Wayne Davison2007-01-261-1/+1
|
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
| | | | be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
* unposted: sched deleted timed function twicePeter Stephenson2007-01-241-4/+1
|
* 23126, modified: bug in zle history inside $( and $((Peter Stephenson2007-01-231-9/+16
|
* 23122: bug with new sort stuffPeter Stephenson2007-01-221-6/+13
|
* 23119: lower case in sorting properlyPeter Stephenson2007-01-221-3/+45
|
* unposted; typoPeter Stephenson2007-01-211-1/+1
|
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-2111-214/+434
|
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-195-25/+59
|