summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Expand)AuthorFilesLines
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson1-0/+5
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson1-0/+4
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-0/+1
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson1-0/+5
2004-09-1720378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson1-0/+15
2004-09-09Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer1-1/+15
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-1/+1
2004-07-2620198: fix TRAPEXIT.Peter Stephenson3-1/+11
2004-07-0721042: add test for bug fixed in 21041Peter Stephenson1-0/+13
2004-07-0220126: tidy up before 4.2.1Peter Stephenson1-0/+1
2004-06-3020112: Forgot this bit.Peter Stephenson1-0/+24
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+79
2004-06-09c.f. 20034: zsh/mathfunc testsPeter Stephenson1-0/+106
2004-05-1319941: fix (( 3, ))Peter Stephenson1-0/+20
2004-04-2019800: reverse sense of `declare +m' test, -m now being allowed for declareOliver Kiddle1-4/+4
2004-04-06Test the new F glob qualifier.Wayne Davison1-6/+17
2004-03-3019707: negative index into arrays should return scalar and not one element arrayOliver Kiddle1-0/+15
2004-03-17mention HFS+ as possible cause of -N test failureOliver Kiddle1-2/+3
2004-03-1119603: Gracefully omit Y tests if zpty is not availablePeter Stephenson3-43/+49
2004-03-1019575: Fix problem with trap on EXIT overriding statusPeter Stephenson1-0/+16
2004-03-0719549: correct buffer size for printf specOliver Kiddle1-1/+1
2003-12-1719308: zsh crashes with $((##))Oliver Kiddle1-0/+8
2003-12-0319269: 8-bit characters in character classesPeter Stephenson1-0/+1
2003-10-0619167: fix NUL at start of BRACE_CCL range.Peter Stephenson1-0/+13
2003-09-2519139: add tests for typeset -TPeter Stephenson1-0/+12
2003-07-0918836: read with metafied delimiter didn't work.Peter Stephenson1-0/+6
2003-05-2118565: bug when ${(u)...} reduced array to length 1Peter Stephenson1-0/+10
2003-05-0718508: quoting of separator in ${foo//../..} was buggyPeter Stephenson1-0/+12
2003-05-05unposted: cvsignore VIM *.swp filesAndrey Borzenkov1-0/+1
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson2-12/+4
2003-04-2518472: spelling correctionsOliver Kiddle1-1/+1
2003-04-0118418: fix select test and add parameter testsPeter Stephenson2-1/+24
2003-03-2618391: add tests for read builtin a few glob qualifiers, 17678 and 18015Oliver Kiddle5-1/+99
2003-03-2618389: new for and select testsPeter Stephenson1-12/+34
2002-12-0617985: fix hiding/tagging testBart Schaefer1-1/+1
2002-11-2617967: Quote some arguments in B02typeset.ztst.Peter Stephenson1-3/+3
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson1-0/+18
2002-08-2717582: Change Test for different error messagePeter Stephenson1-1/+1
2002-08-0517502: Test changes for xtrace in 17492.Peter Stephenson5-31/+57
2002-07-0517432: typeset test, typeset shows base for integerPeter Stephenson1-1/+1
2002-04-17Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson1-1/+6
2002-03-1616820: change tests to match 16759.Bart Schaefer1-3/+0
2002-02-25make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky1-1/+1
2002-01-2316489: Test/C01arith.ztst: default output for whole numbersPeter Stephenson1-1/+1
2001-12-1716353: add += parameter assignmentsOliver Kiddle2-1/+254
2001-10-23zero %n value when reusing printf format (16122)Oliver Kiddle1-0/+5
2001-10-18allow arguments to be specified in printf format specifications (16080)Oliver Kiddle1-2/+56
2001-10-16fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle1-15/+22
2001-10-10enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle1-0/+1
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle2-1/+136