about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 28319: (z) splitting odditiesPeter Stephenson2010-10-061-0/+28
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-0/+4
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-121-0/+17
* 28220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson2010-08-311-0/+15
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-141-2/+2
* Alexey: 27999: fix error messagePeter Stephenson2010-06-071-1/+1
* unposted: fix typo in previous commitPeter Stephenson2010-05-121-0/+9
* c.f. 27950: strip bogus whitespace from testsPeter Stephenson2010-05-101-4/+4
* 27947: some cases where we should execute EXIT trapsPeter Stephenson2010-05-051-0/+20
* 27889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson2010-04-201-0/+2
* 27865: fix problem with glob_subst in parameter subsitutionPeter Stephenson2010-04-091-0/+10
* unposted: change new test in A02alias.ztst to use catPeter Stephenson2010-03-251-2/+2
* 27827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson2010-03-251-0/+6
* unposted: fix new test in A01grammar.ztstPeter Stephenson2010-03-181-1/+1
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-0/+18
* 27780: effect of backslashes in :s changed in _filesPeter Stephenson2010-03-151-0/+19
* users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson2010-02-271-0/+26
* 27722: bad error reporting and checking in conditionsPeter Stephenson2010-02-192-1/+9
* 27723: eval shouldn't modify non-zero return statusesPeter Stephenson2010-02-191-1/+1
* 27694: add P glob qualifier for prependingPeter Stephenson2010-02-091-0/+41