about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* test needs -f flag to zshPeter Stephenson2008-10-101-1/+1
* 25831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2008-10-091-0/+34
* 25791: force return from eval-style DEBUG trap lost statusPeter Stephenson2008-10-011-0/+10
* 25760: add (~) flagPeter Stephenson2008-09-271-0/+24
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-0/+43
* Rocky: 25734: typoPeter Stephenson2008-09-241-1/+1
* Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson2008-09-232-0/+12
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-0/+15
* 25671: non existing variable in typeset -p should cause status 1Peter Stephenson2008-09-151-1/+1
* 25662: declare -p should never create argumentsPeter Stephenson2008-09-131-0/+9
* 25627: add $ZSH_SUBSHELLPeter Stephenson2008-09-051-0/+15
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-051-0/+25
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-1/+30
* 25571: when parsing use line numbers for the start of a token, not the endPeter Stephenson2008-08-313-88/+115
* 25570: line numbers of complex sublists were wrong, plus testPeter Stephenson2008-08-311-0/+10
* 25568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson2008-08-312-0/+113
* 25532: problem skipping assignments etc. with setopt ERREXITPeter Stephenson2008-08-251-0/+14
* unposted: test changed needed by foregoing patchPeter Stephenson2008-08-131-0/+1
* 25443 (tweaked): allow $functrace to show sourced filesPeter Stephenson2008-08-121-1/+7
* unposted: fix test failure in previous commitPeter Stephenson2008-08-111-5/+1
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-113-0/+39
* 25429: Rocky Bernstein: dont assume PS4 is set to the defaultPeter Stephenson2008-08-112-23/+25
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-072-0/+15
* 25409: fix eval's use of lastvalPeter Stephenson2008-08-062-0/+35
* 25400: Rockys test for second part of trapreturn bugPeter Stephenson2008-08-061-0/+14
* 25392: test for 25367Peter Stephenson2008-08-051-0/+38
* 25364: fix k flag in hash subscriptPeter Stephenson2008-07-311-0/+10
* 25255: add anonymous function capabilityPeter Stephenson2008-06-301-0/+79
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-121-0/+10
* 25145: make sure XTRACE output is redirected with stderrPeter Stephenson2008-06-111-8/+8
* unposted addition to 25144 for testsPeter Stephenson2008-06-101-1/+1
* users/12848: return, break, continue in always block override try blockPeter Stephenson2008-05-111-0/+8
* 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson2008-03-301-0/+15
* unposted: fix alias test in 24736 properlyPeter Stephenson2008-03-271-4/+8
* 24736: a couple more tests failing on SolarisPeter Stephenson2008-03-262-10/+2
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-251-0/+37
* 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer2008-03-181-2/+6
* 24711: fix re-presentation of here-documents munged internallyPeter Stephenson2008-03-141-0/+52
* unposted: make test for added space in 24699 saferPeter Stephenson2008-03-111-1/+1
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-081-0/+28
* 24673: another attempt to sort characters the same way on multiple UTF-8Peter Stephenson2008-03-031-21/+15
* 24618: avoid problems with sorting of UTF-8 characters by using sortPeter Stephenson2008-02-271-2/+8
* 24611: fix ${+array[...]} for empty rangePeter Stephenson2008-02-271-0/+8
* 24600: yet another typoPeter Stephenson2008-02-261-4/+4
* 4.3.5 zsh-4.3.5Peter Stephenson2008-02-011-1/+0
* 24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.Clint Adams2008-02-011-0/+1
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-101-1/+25
* 24356: regex =~ test wasnt handled by gettext()Peter Stephenson2008-01-041-0/+12
* 24316: count skipped tests differently from successes and failures.Clint Adams2007-12-252-3/+8
* 24289 plus Ismail's suggestion 24290: count test scripts succeeded and failedPeter Stephenson2007-12-184-17/+72