Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20698: Fix tail for POSIX conformance | Peter Stephenson | 2005-01-13 | 1 | -3/+27 |
| | |||||
* | 20692: unset POSIXLY_CORRECT in test. | Peter Stephenson | 2005-01-12 | 1 | -0/+3 |
| | | | | unposted: minor comment change in _perforce | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -1/+93 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20606: simple verification of pseudorandom numbers | Peter Stephenson | 2004-12-07 | 1 | -0/+32 |
| | |||||
* | 20599: test for $((##)) should now check for error | Peter Stephenson | 2004-11-30 | 1 | -2/+2 |
| | |||||
* | 20522: must-match optimisation in parameter substitution broken | Peter Stephenson | 2004-10-26 | 1 | -0/+5 |
| | |||||
* | 20513: fix tests of zero-length patterns | Peter Stephenson | 2004-10-22 | 1 | -0/+4 |
| | | | | trivial optimisation in jobs.c (unposted) | ||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 1 | -0/+1 |
| | |||||
* | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 2004-10-15 | 1 | -0/+5 |
| | |||||
* | 20378: Matthias B.: fix bugs joining with metafied chars. | Peter Stephenson | 2004-09-17 | 1 | -0/+15 |
| | |||||
* | Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. | Bart Schaefer | 2004-09-09 | 1 | -1/+15 |
| | |||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 3 | -1/+11 |
| | |||||
* | 21042: add test for bug fixed in 21041 | Peter Stephenson | 2004-07-07 | 1 | -0/+13 |
| | |||||
* | 20126: tidy up before 4.2.1 | Peter Stephenson | 2004-07-02 | 1 | -0/+1 |
| | | | | 20127: tweaked version of Wayne's patch to reexand prompts | ||||
* | 20112: Forgot this bit. | Peter Stephenson | 2004-06-30 | 1 | -0/+24 |
| | |||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -0/+79 |
| | |||||
* | c.f. 20034: zsh/mathfunc tests | Peter Stephenson | 2004-06-09 | 1 | -0/+106 |
| | |||||
* | 19941: fix (( 3, )) | Peter Stephenson | 2004-05-13 | 1 | -0/+20 |
| | |||||
* | 19800: reverse sense of `declare +m' test, -m now being allowed for declare | Oliver Kiddle | 2004-04-20 | 1 | -4/+4 |
| | |||||
* | Test the new F glob qualifier. | Wayne Davison | 2004-04-06 | 1 | -6/+17 |
| | |||||
* | 19707: negative index into arrays should return scalar and not one element array | Oliver Kiddle | 2004-03-30 | 1 | -0/+15 |
| | |||||
* | mention HFS+ as possible cause of -N test failure | Oliver Kiddle | 2004-03-17 | 1 | -2/+3 |
| | |||||
* | 19603: Gracefully omit Y tests if zpty is not available | Peter Stephenson | 2004-03-11 | 3 | -43/+49 |
| | |||||
* | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 2004-03-10 | 1 | -0/+16 |
| | |||||
* | 19549: correct buffer size for printf spec | Oliver Kiddle | 2004-03-07 | 1 | -1/+1 |
| | |||||
* | 19308: zsh crashes with $((##)) | Oliver Kiddle | 2003-12-17 | 1 | -0/+8 |
| | |||||
* | 19269: 8-bit characters in character classes | Peter Stephenson | 2003-12-03 | 1 | -0/+1 |
| | |||||
* | 19167: fix NUL at start of BRACE_CCL range. | Peter Stephenson | 2003-10-06 | 1 | -0/+13 |
| | |||||
* | 19139: add tests for typeset -T | Peter Stephenson | 2003-09-25 | 1 | -0/+12 |
| | |||||
* | 18836: read with metafied delimiter didn't work. | Peter Stephenson | 2003-07-09 | 1 | -0/+6 |
| | |||||
* | 18565: bug when ${(u)...} reduced array to length 1 | Peter Stephenson | 2003-05-21 | 1 | -0/+10 |
| | |||||
* | 18508: quoting of separator in ${foo//../..} was buggy | Peter Stephenson | 2003-05-07 | 1 | -0/+12 |
| | |||||
* | unposted: cvsignore VIM *.swp files | Andrey Borzenkov | 2003-05-05 | 1 | -0/+1 |
| | |||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 2 | -12/+4 |
| | | | | asynchronicity problem. Document workarounds for remaining problems. | ||||
* | 18472: spelling corrections | Oliver Kiddle | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | 18418: fix select test and add parameter tests | Peter Stephenson | 2003-04-01 | 2 | -1/+24 |
| | |||||
* | 18391: add tests for read builtin a few glob qualifiers, 17678 and 18015 | Oliver Kiddle | 2003-03-26 | 5 | -1/+99 |
| | |||||
* | 18389: new for and select tests | Peter Stephenson | 2003-03-26 | 1 | -12/+34 |
| | |||||
* | 17985: fix hiding/tagging test | Bart Schaefer | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | 17967: Quote some arguments in B02typeset.ztst. | Peter Stephenson | 2002-11-26 | 1 | -3/+3 |
| | |||||
* | 17673: Fix bug with &&s and ||s in complex constructs | Peter Stephenson | 2002-09-17 | 1 | -0/+18 |
| | |||||
* | 17582: Change Test for different error message post-opt-arg | Peter Stephenson | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | 17502: Test changes for xtrace in 17492. | Peter Stephenson | 2002-08-05 | 5 | -31/+57 |
| | | | | `F:' code indicates text to display in event of error. | ||||
* | 17432: typeset test, typeset shows base for integer | Peter Stephenson | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 1 | -1/+6 |
| | | | | | Careful with long filenames in internal condition test; fix block file test for `-f'. | ||||
* | 16820: change tests to match 16759. | Bart Schaefer | 2002-03-16 | 1 | -3/+0 |
| | |||||
* | make _message inhibit insertion of matches unless there are faked ones (16710) | Sven Wischnowsky | 2002-02-25 | 1 | -1/+1 |
| | |||||
* | 16489: Test/C01arith.ztst: default output for whole numbers | Peter Stephenson | 2002-01-23 | 1 | -1/+1 |
| | | | | as floats now has `.' at the end, c.f. 16423. | ||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 2 | -1/+254 |
| |