| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 23086: printf should handle octal escapes in the \0NNN form | Peter Stephenson | 2007-01-04 | 1 | -2/+3 |
* | Incomplete improvements for $'...' in completion | Peter Stephenson | 2006-12-03 | 1 | -2/+11 |
* | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 2006-11-01 | 1 | -0/+4 |
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -0/+35 |
* | 22742: parameter padding uses string lengths unless (m) flag set | Peter Stephenson | 2006-09-20 | 1 | -0/+2 |
* | 22728: $functrace parameter for function backtraces. | Clint Adams | 2006-09-17 | 1 | -0/+2 |
* | 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters | Peter Stephenson | 2006-09-13 | 1 | -1/+1 |
* | 22684: improve getkeystring() interface and make printf do octal escapes | Peter Stephenson | 2006-09-10 | 1 | -0/+56 |
* | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 2006-09-10 | 1 | -26/+46 |
* | 22599: use wide character widths in completion | Peter Stephenson | 2006-08-11 | 1 | -1/+12 |
* | 22556: Multibyte separators and delimiters | Peter Stephenson | 2006-07-24 | 1 | -0/+4 |
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -0/+1 |
* | 22542: deoverenthuse cmdpopping | Peter Stephenson | 2006-07-09 | 1 | -14/+0 |
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 1 | -1/+12 |
* | 22518: Initial go at making parameter subscripts | Peter Stephenson | 2006-06-26 | 1 | -0/+6 |
* | 22416, tweaked: math functions via shell functions | Peter Stephenson | 2006-04-19 | 1 | -1/+4 |
* | 22408: support for multibyte characters in patterns | Peter Stephenson | 2006-04-09 | 1 | -0/+24 |
* | Initialize the new "flags" integer when creating a list. | Wayne Davison | 2006-03-07 | 1 | -0/+2 |
* | Changed struct listnode to use "prev" for the previous pointer, | Wayne Davison | 2006-03-07 | 1 | -3/+3 |
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -47/+35 |
* | Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT. | Wayne Davison | 2006-01-12 | 1 | -0/+3 |
* | Changed two zle functions to each return a char pointer, not an | Wayne Davison | 2005-11-15 | 1 | -2/+2 |
* | Changed zle_text to a "char *" to match the new ZLE_STRING_T. | Wayne Davison | 2005-11-01 | 1 | -2/+2 |
* | Made the two ZC_REDIR_*() macros return an int. | Wayne Davison | 2005-10-28 | 1 | -2/+2 |
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -1/+5 |
* | 21871: replace INULL() by inull() | Peter Stephenson | 2005-10-13 | 1 | -2/+0 |
* | 21870: bad INULL() definition | Peter Stephenson | 2005-10-13 | 1 | -1/+1 |
* | 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter | Peter Stephenson | 2005-10-11 | 1 | -4/+25 |
* | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 2005-08-08 | 1 | -0/+9 |
* | Added the PROMPTSP option plus 3 new termcap defines | Wayne Davison | 2005-07-15 | 1 | -1/+5 |
* | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 2005-06-01 | 1 | -1/+2 |
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -3/+14 |
* | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 2005-03-31 | 1 | -0/+26 |
* | Added HISTSAVEBYCOPY to the options enum. | Wayne Davison | 2005-03-18 | 1 | -0/+1 |
* | 20863: fix history (i)searching for Unicode | Peter Stephenson | 2005-02-25 | 1 | -1/+6 |
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -8/+2 |
* | 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2 | Peter Stephenson | 2005-01-12 | 1 | -3/+8 |
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -32/+66 |
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 1 | -1/+1 |
* | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 2004-10-15 | 1 | -0/+1 |
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 1 | -4/+1 |
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -1/+10 |
* | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 2004-10-01 | 1 | -1/+1 |
* | Added HFILE_GOT_SIGNAL. | Wayne Davison | 2004-10-01 | 1 | -0/+1 |
* | 20331: Use internal zlong variables for consistency | Peter Stephenson | 2004-09-09 | 1 | -1/+2 |
* | 20308: add EVAL_LINENO option | Peter Stephenson | 2004-09-03 | 1 | -0/+1 |
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -1/+1 |
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -0/+11 |
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -1/+4 |
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 1 | -0/+1 |