about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-1/+2
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-10/+37
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+7
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-12/+79
* Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson2007-05-081-0/+1
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-2/+6
* 23248: Completion listing problem with lines nearly screen widthPeter Stephenson2007-03-291-0/+2
* 23221: Martin Koeppe: don't use XTABS if not definedPeter Stephenson2007-03-191-0/+2
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-0/+45
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-191-15/+18
* 23104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2007-01-141-4/+7
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-091-0/+1
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-081-0/+4
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-041-2/+4
* 23086: printf should handle octal escapes in the \0NNN formPeter Stephenson2007-01-041-2/+3
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-2/+11
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-0/+4
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-0/+35
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-201-0/+2
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-171-0/+2
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-131-1/+1
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-0/+56
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-26/+46
* 22599: use wide character widths in completionPeter Stephenson2006-08-111-1/+12
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-0/+4
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-0/+1
* 22542: deoverenthuse cmdpoppingPeter Stephenson2006-07-091-14/+0
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-1/+12
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-0/+6
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-1/+4
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-0/+24
* Initialize the new "flags" integer when creating a list.Wayne Davison2006-03-071-0/+2
* Changed struct listnode to use "prev" for the previous pointer,Wayne Davison2006-03-071-3/+3
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-47/+35
* Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.Wayne Davison2006-01-121-0/+3
* Changed two zle functions to each return a char pointer, not anWayne Davison2005-11-151-2/+2
* Changed zle_text to a "char *" to match the new ZLE_STRING_T.Wayne Davison2005-11-011-2/+2
* Made the two ZC_REDIR_*() macros return an int.Wayne Davison2005-10-281-2/+2
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-1/+5
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-2/+0
* 21870: bad INULL() definitionPeter Stephenson2005-10-131-1/+1
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-4/+25
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-0/+9
* Added the PROMPTSP option plus 3 new termcap definesWayne Davison2005-07-151-1/+5
* 21296: Add ERR alias for ZERR where possible.Peter Stephenson2005-06-011-1/+2
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-3/+14
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-311-0/+26
* Added HISTSAVEBYCOPY to the options enum.Wayne Davison2005-03-181-0/+1
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-1/+6
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-8/+2