about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* 29867: pcre/ZTST_unimplemented change from BartPhil Pennock2011-10-261-1/+5
* 29844, 29845: remove bogusPeter Stephenson2011-10-261-2/+5
* 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock2011-10-241-0/+106
* 29776: fix case of double quotes in double-quote-stylePeter Stephenson2011-09-151-0/+8
* 29731: fix read -AE, test that and read -AePeter Stephenson2011-08-281-0/+17
* 29703: crash when failing to parse process substitutionsPeter Stephenson2011-08-171-0/+4
* users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson2011-08-171-0/+5
* fix tests using zsh/datetime that I brokePeter Stephenson2011-08-111-0/+10
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-031-0/+6
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-281-0/+17
* 29561: missed filePeter Stephenson2011-07-271-0/+3
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-011-0/+4
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-191-1/+28
* 29451: ${##stuff} removes stuff from the head of $#Peter Stephenson2011-06-031-1/+9
* 29422: fix g:: test failing in some localesMikael Magnusson2011-06-031-14/+7
* 29410: skip autoload persistence test when zsh/example is not available.Bart Schaefer2011-05-311-0/+2
* 29367: update tests redirection of stderr.Bart Schaefer2011-05-241-7/+19
* 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson2011-05-191-0/+14
* 29261: Add g:: flag.Mikael Magnusson2011-05-191-0/+20
* unposted (late commit): updates for 4.3.11-dev-3Peter Stephenson2011-05-131-0/+1
* Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completionPeter Stephenson2011-05-043-0/+37
* 29025: Test/A01grammar.ztst: in select test, assert LINES=3 to print listBart Schaefer2011-04-221-1/+1
* 28889: ${##} should return the length of $#Peter Stephenson2011-03-111-0/+8
* 28866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson2011-03-061-0/+7
* 28791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2011-02-221-0/+49
* 28783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson2011-02-211-0/+12
* 28784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson2011-02-211-0/+12
* Mikael: 28637: ${foo:0:} caused crashPeter Stephenson2011-01-181-0/+5
* 28630: Ricky Zhou: fix crash with isident()Peter Stephenson2011-01-161-0/+4
* 28617: NO_EXEC option was doing too much work inPeter Stephenson2011-01-101-0/+9
* 28590: make read return status non-zero on errorPeter Stephenson2011-01-071-0/+5
* 28588: fix textual display after =~ testPeter Stephenson2011-01-061-0/+15
* 28578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer2011-01-061-3/+2
* users/15662: array slice assignment with one index positive and one negative.Bart Schaefer2010-12-211-1/+23
* users/15663: some incomplete array assignment testsPeter Stephenson2010-12-211-0/+99
* 28537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson2010-12-191-0/+14
* 28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer2010-12-151-4/+4
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-141-0/+11
* 28526: remove bogus newline with stripped comment zplittingPeter Stephenson2010-12-131-0/+6
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-121-0/+39
* 28474, 28478: extended {START..END..STEP} syntaxPeter Stephenson2010-12-051-0/+47
* 28476: new set of tests for brace expansionPeter Stephenson2010-12-052-0/+53
* 28475: test that starting background job resets statusPeter Stephenson2010-12-051-0/+7
* 28434: make ${NAME:OFFSET} always use zero-offsetPeter Stephenson2010-11-251-7/+7
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-221-0/+22
* 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:Peter Stephenson2010-11-181-0/+29
* 28418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson2010-11-181-0/+46
* 28360: NO_UNSET option should check parameters with trailing optionsPeter Stephenson2010-10-221-2/+25
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-101-0/+18
* 28338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock2010-10-101-0/+13