about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 23051: ${(Q)...} of RCQUOTE expression failed with DEBUG activePeter Stephenson2006-12-131-2/+6
* unposted: improve CUTBUFFER and killring documentationPeter Stephenson2006-12-101-20/+24
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-083-3/+22
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-038-69/+412
* c.f. 23023: new calendar function system.Peter Stephenson2006-12-011-0/+1
* 23008: failure to output error message could alter exit statusPeter Stephenson2006-11-191-3/+3
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-112-2/+16
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-0/+1
* 22984: add zshexit hookPeter Stephenson2006-11-091-0/+1
* 22983: exit could loop for everPeter Stephenson2006-11-082-0/+20
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-085-38/+60
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-072-11/+22
* fix error messagePeter Stephenson2006-11-062-2/+2