| Commit message (Expand) | Author | Age | Files | Lines |
* | 25931: Test for prompt code reentrancy | Peter Stephenson | 2008-10-24 | 1 | -0/+54 |
* | 25911: see if we can work around multibyte problems in file system | Peter Stephenson | 2008-10-18 | 1 | -9/+6 |
* | Rocky: 25907: Makefile needs .exe to run zsh on Cygwin | Peter Stephenson | 2008-10-17 | 1 | -2/+2 |
* | 25905: fix and test doubled-hash radix output | Peter Stephenson | 2008-10-16 | 1 | -0/+16 |
* | unposted, c.f. 25848: attempt to sanitize comptest environment | Peter Stephenson | 2008-10-12 | 1 | -0/+2 |
* | 25845: fix pattern but with backslashed and metafied charaters | Peter Stephenson | 2008-10-11 | 1 | -0/+11 |
* | users/13323: new test wasnt robust about ignoring /etc/zshenv | Peter Stephenson | 2008-10-10 | 1 | -1/+2 |
* | test needs -f flag to zsh | Peter Stephenson | 2008-10-10 | 1 | -1/+1 |
* | 25831: fix empty return values from subscript matches with RC_EXPAND_PARAM | Peter Stephenson | 2008-10-09 | 1 | -0/+34 |
* | 25791: force return from eval-style DEBUG trap lost status | Peter Stephenson | 2008-10-01 | 1 | -0/+10 |
* | 25760: add (~) flag | Peter Stephenson | 2008-09-27 | 1 | -0/+24 |
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -0/+43 |
* | Rocky: 25734: typo | Peter Stephenson | 2008-09-24 | 1 | -1/+1 |
* | Rocky Bernstein: 25727: allow fc non-interactively | Peter Stephenson | 2008-09-23 | 2 | -0/+12 |
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -0/+15 |
* | 25671: non existing variable in typeset -p should cause status 1 | Peter Stephenson | 2008-09-15 | 1 | -1/+1 |
* | 25662: declare -p should never create arguments | Peter Stephenson | 2008-09-13 | 1 | -0/+9 |
* | 25627: add $ZSH_SUBSHELL | Peter Stephenson | 2008-09-05 | 1 | -0/+15 |
* | 25615: $ZSH_DEBUG_CMD for use in DEBUG traps | Peter Stephenson | 2008-09-05 | 1 | -0/+25 |
* | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 2008-09-03 | 1 | -1/+30 |
* | 25571: when parsing use line numbers for the start of a token, not the end | Peter Stephenson | 2008-08-31 | 3 | -88/+115 |
* | 25570: line numbers of complex sublists were wrong, plus test | Peter Stephenson | 2008-08-31 | 1 | -0/+10 |
* | 25568: Frank Terbeck & pws: invalid continue and break arguments | Peter Stephenson | 2008-08-31 | 2 | -0/+113 |
* | 25532: problem skipping assignments etc. with setopt ERREXIT | Peter Stephenson | 2008-08-25 | 1 | -0/+14 |
* | unposted: test changed needed by foregoing patch | Peter Stephenson | 2008-08-13 | 1 | -0/+1 |
* | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 2008-08-12 | 1 | -1/+7 |
* | unposted: fix test failure in previous commit | Peter Stephenson | 2008-08-11 | 1 | -5/+1 |
* | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2008-08-11 | 3 | -0/+39 |
* | 25429: Rocky Bernstein: dont assume PS4 is set to the default | Peter Stephenson | 2008-08-11 | 2 | -23/+25 |
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 2 | -0/+15 |
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 2 | -0/+35 |
* | 25400: Rockys test for second part of trapreturn bug | Peter Stephenson | 2008-08-06 | 1 | -0/+14 |
* | 25392: test for 25367 | Peter Stephenson | 2008-08-05 | 1 | -0/+38 |
* | 25364: fix k flag in hash subscript | Peter Stephenson | 2008-07-31 | 1 | -0/+10 |
* | 25255: add anonymous function capability | Peter Stephenson | 2008-06-30 | 1 | -0/+79 |
* | 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence | Peter Stephenson | 2008-06-12 | 1 | -0/+10 |
* | 25145: make sure XTRACE output is redirected with stderr | Peter Stephenson | 2008-06-11 | 1 | -8/+8 |
* | unposted addition to 25144 for tests | Peter Stephenson | 2008-06-10 | 1 | -1/+1 |
* | users/12848: return, break, continue in always block override try block | Peter Stephenson | 2008-05-11 | 1 | -0/+8 |
* | 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst: | Peter Stephenson | 2008-03-30 | 1 | -0/+15 |
* | unposted: fix alias test in 24736 properly | Peter Stephenson | 2008-03-27 | 1 | -4/+8 |
* | 24736: a couple more tests failing on Solaris | Peter Stephenson | 2008-03-26 | 2 | -10/+2 |
* | fix optimisation of string matching with multibyte mode | Peter Stephenson | 2008-03-25 | 1 | -0/+37 |
* | 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1 | Bart Schaefer | 2008-03-18 | 1 | -2/+6 |
* | 24711: fix re-presentation of here-documents munged internally | Peter Stephenson | 2008-03-14 | 1 | -0/+52 |
* | unposted: make test for added space in 24699 safer | Peter Stephenson | 2008-03-11 | 1 | -1/+1 |
* | 24699: bug with ${(Q)...} on initial ">" | Peter Stephenson | 2008-03-08 | 1 | -0/+28 |
* | 24673: another attempt to sort characters the same way on multiple UTF-8 | Peter Stephenson | 2008-03-03 | 1 | -21/+15 |
* | 24618: avoid problems with sorting of UTF-8 characters by using sort | Peter Stephenson | 2008-02-27 | 1 | -2/+8 |
* | 24611: fix ${+array[...]} for empty range | Peter Stephenson | 2008-02-27 | 1 | -0/+8 |