summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Expand)AuthorFilesLines
2011-05-13unposted (late commit): updates for 4.3.11-dev-3Peter Stephenson1-0/+1
2011-05-04Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completionPeter Stephenson3-0/+37
2011-04-2229025: Test/A01grammar.ztst: in select test, assert LINES=3 to print listBart Schaefer1-1/+1
2011-03-1128889: ${##} should return the length of $#Peter Stephenson1-0/+8
2011-03-0628866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson1-0/+7
2011-02-2228791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson1-0/+49
2011-02-2128783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson1-0/+12
2011-02-2128784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson1-0/+12
2011-01-18Mikael: 28637: ${foo:0:} caused crashPeter Stephenson1-0/+5
2011-01-1628630: Ricky Zhou: fix crash with isident()Peter Stephenson1-0/+4
2011-01-1028617: NO_EXEC option was doing too much work inPeter Stephenson1-0/+9
2011-01-0728590: make read return status non-zero on errorPeter Stephenson1-0/+5
2011-01-0628588: fix textual display after =~ testPeter Stephenson1-0/+15
2011-01-0628578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer1-3/+2
2010-12-21users/15662: array slice assignment with one index positive and one negative.Bart Schaefer1-1/+23
2010-12-21users/15663: some incomplete array assignment testsPeter Stephenson1-0/+99
2010-12-1928537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson1-0/+14
2010-12-1528530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer1-4/+4
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-0/+11
2010-12-1328526: remove bogus newline with stripped comment zplittingPeter Stephenson1-0/+6
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-0/+39
2010-12-0528474, 28478: extended {START..END..STEP} syntaxPeter Stephenson1-0/+47
2010-12-0528476: new set of tests for brace expansionPeter Stephenson2-0/+53
2010-12-0528475: test that starting background job resets statusPeter Stephenson1-0/+7
2010-11-2528434: make ${NAME:OFFSET} always use zero-offsetPeter Stephenson1-7/+7
2010-11-2228424: new POSIX_STRINGS optionPeter Stephenson1-0/+22
2010-11-1828419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:Peter Stephenson1-0/+29
2010-11-1828418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson1-0/+46
2010-10-2228360: NO_UNSET option should check parameters with trailing optionsPeter Stephenson1-2/+25
2010-10-1028339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson1-0/+18
2010-10-1028338: keep =~ from inverting sense of subsequent tests (after &&/||)pdpennock1-0/+13
2010-10-0628319: (z) splitting odditiesPeter Stephenson1-0/+28
2010-09-1428259: Finally fix some ancient problems with here-documentsPeter Stephenson1-0/+4
2010-09-1228253: document -h argument to atribute commandsPeter Stephenson1-0/+17
2010-08-3128220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson1-0/+15
2010-06-1428037: improved error messages for module autoloadsPeter Stephenson1-2/+2
2010-06-07Alexey: 27999: fix error messagePeter Stephenson1-1/+1
2010-05-12unposted: fix typo in previous commitPeter Stephenson1-0/+9
2010-05-10c.f. 27950: strip bogus whitespace from testsPeter Stephenson1-4/+4
2010-05-0527947: some cases where we should execute EXIT trapsPeter Stephenson1-0/+20
2010-04-2027889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson1-0/+2
2010-04-0927865: fix problem with glob_subst in parameter subsitutionPeter Stephenson1-0/+10
2010-03-25unposted: change new test in A02alias.ztst to use catPeter Stephenson1-2/+2
2010-03-2527827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson1-0/+6
2010-03-18unposted: fix new test in A01grammar.ztstPeter Stephenson1-1/+1
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson1-0/+18
2010-03-1527780: effect of backslashes in :s changed in _filesPeter Stephenson1-0/+19
2010-02-27users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson1-0/+26
2010-02-1927722: bad error reporting and checking in conditionsPeter Stephenson2-1/+9
2010-02-1927723: eval shouldn't modify non-zero return statusesPeter Stephenson1-1/+1