about summary refs log tree commit diff
path: root/Test
Commit message (Collapse)AuthorAgeFilesLines
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-111-0/+23
|
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-0/+9
|
* users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson2012-05-011-1/+15
| | | | substitution on null parameter
* 30439: ${...:*...} with nonexistent or non-array after *Peter Stephenson2012-04-221-0/+5
| | | | should return no results
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-221-0/+23
| | | | add ${...:|...} and ${...:*...} operators, as documented
* 30413: (q-) parameter flag should quote null stringPeter Stephenson2012-04-161-0/+7
| | | | (q-q) etc. should be treated as errors
* 30383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() byBart Schaefer2012-04-101-0/+10
| | | | implementing a hash seive algorithm; add test to exercise it.
* 30299: "$*" was split with SHWORDSPLIT if IFS was empty or unsetPeter Stephenson2012-02-291-0/+10
|
* 30270: don't need errors when testing to see if mtime test will workPeter Stephenson2012-02-261-1/+1
|
* 30242: Tests for ${...=...} in POSIX emulationBart Schaefer2012-02-221-1/+4
|
* unposted: 4.3.16Peter Stephenson2012-02-191-0/+1
|
* 30181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson2012-02-121-0/+14
| | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option.
* Felipe: 30158: compgen test not useful with current bashcompinitPeter Stephenson2012-01-313-38/+0
|
* 30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime'Frank Terbeck2011-12-301-0/+3
|
* 29955++: IGNORE_CLOSE_BRACES optionPeter Stephenson2011-12-081-0/+15
|
* 29928: belated commit to fix OpenBSD redirection testPeter Stephenson2011-12-081-2/+3
|
* unposted: fix documentation for "*" test output syntaxPeter Stephenson2011-12-021-2/+2
|
* unposted: fix documentation for "*" test output syntaxPeter Stephenson2011-12-021-7/+7
|
* unposted: fix documentation for "*" test output syntaxPeter Stephenson2011-12-021-4/+4
|
* unposted: fix documentation for "*" test output syntaxPeter Stephenson2011-12-021-10/+10
|
* 29924: add ability to match test output using patternsPeter Stephenson2011-12-013-28/+75
|
* 29923: work around test problem with invalid file descriptor messagePeter Stephenson2011-12-011-5/+19
|
* 29867: pcre/ZTST_unimplemented change from BartPhil Pennock2011-10-261-1/+5
|
* 29844, 29845: remove bogusPeter Stephenson2011-10-261-2/+5
| | | | error on closing fd's 0 to 9; update test
* 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
| | | | parsing where end character is something else
* 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
|