about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 23114: ${foo:s/bar/rod} brokenPeter Stephenson2007-01-181-1/+5
|
* 23104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2007-01-142-7/+36
| | | | tidy up some wordcode definitions
* 23101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson2007-01-121-1/+7
|
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-093-1/+19
|
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-12/+66
|
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-084-33/+72
|
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-042-4/+6
|
* 23086: printf should handle octal escapes in the \0NNN formPeter Stephenson2007-01-041-2/+3
|
* 23071: signed characters with no multibyte supportPeter Stephenson2006-12-191-3/+8
|
* document OS may handle negative or zero PID in killPeter Stephenson2006-12-192-51/+105
|
* 23054, part: error message for "kill -" with nothing after the - was confusingPeter Stephenson2006-12-181-0/+4
|
* 23052: multibyte characters in typeset -L/R/Z paddingPeter Stephenson2006-12-131-30/+46
|