summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Expand)AuthorFilesLines
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-0/+4
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-0/+35
2006-09-2022742: parameter padding uses string lengths unless (m) flag setPeter Stephenson1-0/+2
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
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
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
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-1/+4
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
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
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
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-2/+0
2005-10-1321870: bad INULL() definitionPeter Stephenson1-1/+1
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson1-4/+25
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
2005-06-0121296: Add ERR alias for ZERR where possible.Peter Stephenson1-1/+2
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
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-3/+8
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-32/+66
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-1/+1
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson1-0/+1
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-4/+1
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-1/+10
2004-10-01Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison1-1/+1
2004-10-01Added HFILE_GOT_SIGNAL.Wayne Davison1-0/+1
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-1/+2
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson1-0/+1
2004-07-1120149: improve prompt-reset codePeter Stephenson1-1/+1
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+11
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-1/+4
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-0/+1
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle1-1/+1
2004-03-06zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson1-0/+1