summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-10/+37
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-1/+7
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-12/+79
2007-05-08Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson1-0/+1
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-2/+6
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson1-0/+2
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-03-1923221: Martin Koeppe: don't use XTABS if not definedPeter Stephenson1-0/+2
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-0/+45
2007-01-1923115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson1-15/+18
2007-01-1423104: fix line numbers for DEBUGBEFORECMDPeter Stephenson1-4/+7
tidy up some wordcode definitions
2007-01-09users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson1-0/+1
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson1-0/+4
2007-01-0423088: printf formats and arguments need different octal escape sequencesPeter Stephenson1-2/+4
2007-01-0423086: printf should handle octal escapes in the \0NNN formPeter Stephenson1-2/+3
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-2/+11
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-0/+4
make ${.../#%...} anchor at both ends
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-0/+35
plus completion bug fix with RCQUOTES
2006-09-2022742: parameter padding uses string lengths unless (m) flag setPeter Stephenson1-0/+2
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams1-0/+2
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson1-1/+1
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-0/+56
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-26/+46
input
2006-08-1122599: use wide character widths in completionPeter Stephenson1-1/+12
2006-07-2422556: Multibyte separators and delimitersPeter Stephenson1-0/+4
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-0/+1
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-07-0922542: deoverenthuse cmdpoppingPeter Stephenson1-14/+0
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson1-1/+12
2006-06-2622518: Initial go at making parameter subscriptsPeter Stephenson1-0/+6
use multibyte characters.
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-1/+4
unposted: add styles to pick-web-browser
2006-04-0922408: support for multibyte characters in patternsPeter Stephenson1-0/+24
2006-03-07Initialize the new "flags" integer when creating a list.Wayne Davison1-0/+2
2006-03-07Changed struct listnode to use "prev" for the previous pointer,Wayne Davison1-3/+3
not "last".
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-47/+35
2006-01-12Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.Wayne Davison1-0/+3
2005-11-15Changed two zle functions to each return a char pointer, not anWayne Davison1-2/+2
unsigned char pointer.
2005-11-01Changed zle_text to a "char *" to match the new ZLE_STRING_T.Wayne Davison1-2/+2
2005-10-28Made the two ZC_REDIR_*() macros return an int.Wayne Davison1-2/+2
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-1/+5
use multibyte versions of nicechar wherever possible.
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-2/+0
2005-10-1321870: bad INULL() definitionPeter Stephenson1-1/+1
21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson1-4/+25
substitutions that don't match anything.
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-0/+9
2005-07-15Added the PROMPTSP option plus 3 new termcap definesWayne Davison1-1/+5
(TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
2005-06-0121296: Add ERR alias for ZERR where possible.Peter Stephenson1-1/+2
"trap" reports alias names.
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson1-3/+14
2005-03-3121049: Don't close process substitution file descriptors for external programmesPeter Stephenson1-0/+26
2005-03-18Added HISTSAVEBYCOPY to the options enum.Wayne Davison1-0/+1
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-1/+6
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-8/+2
unposted: update version to 4.2.3-dev-1
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-3/+8