Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 21882: extend prompt truncation to handle multibyte characters | Peter Stephenson | 2005-10-19 | 1 | -4/+4 |
| | |||||
* | 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter | Peter Stephenson | 2005-10-11 | 2 | -1/+15 |
| | | | | substitutions that don't match anything. | ||||
* | 21758: optimise =(<<<...) to run within the shell. | Peter Stephenson | 2005-09-23 | 1 | -0/+8 |
| | |||||
* | 21701: Negative subscripts of scalars before start were broken | Peter Stephenson | 2005-09-06 | 1 | -0/+5 |
| | |||||
* | 21678: Unsetting tied parameters caused various crashes | Peter Stephenson | 2005-08-22 | 1 | -0/+34 |
| | |||||
* | 21655: bug in ${..//../${..//../..}} | Peter Stephenson | 2005-08-17 | 1 | -0/+8 |
| | |||||
* | Third time's a charm: a better fix than using either a subshell or | Wayne Davison | 2005-08-11 | 1 | -11/+17 |
| | | | | | | | | | "setopt localoptions" is to use a function for the final test (since it destroys all the variables in the environment). This allows us to directly test that the environment was properly restored after the function call, and ensures that the caller (ZTST_execchunk, which directly exec'ed the test code) still has all the vars that it expects in the environment (such as ZTST_verbose, options, and ZTST_mainopts). | ||||
* | A better fix than my last patch is to use "setopt localoptions". | Wayne Davison | 2005-08-10 | 1 | -3/+3 |
| | |||||
* | Put the last test into a sub-shell so that it doesn't interfere | Wayne Davison | 2005-08-10 | 1 | -2/+2 |
| | | | | with the temp-file cleanup. | ||||
* | 21580: Thorsten's patch to make sure that no pre-existing traps | Wayne Davison | 2005-08-09 | 1 | -1/+4 |
| | | | | interfere with the tests. | ||||
* | Got rid of trap call for now. | Wayne Davison | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | Test both %b and %s in the empty-arg test. | Wayne Davison | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | 21576: test for 21575 | Peter Stephenson | 2005-08-08 | 1 | -0/+20 |
| | |||||
* | Improved the %d and %g tests. | Wayne Davison | 2005-08-04 | 1 | -4/+6 |
| | |||||
* | Three more tests based on recent fixes. | Wayne Davison | 2005-08-01 | 1 | -0/+14 |
| | |||||
* | - Improved how we check the no-newline test cases. | Wayne Davison | 2005-08-01 | 1 | -13/+17 |
| | | | | - Added a test case for "echo -n". | ||||
* | Added tests for \c escape handling. | Wayne Davison | 2005-07-26 | 1 | -0/+28 |
| | |||||
* | 21317: fix bug where recursive glob within e qualifier would hang the shell | Oliver Kiddle | 2005-06-21 | 1 | -0/+4 |
| | |||||
* | add test for 21352 | Oliver Kiddle | 2005-06-17 | 1 | -0/+8 |
| | |||||
* | Add [[:IFS:]] etc. tests. | Peter Stephenson | 2005-05-09 | 1 | -0/+25 |
| | |||||
* | 21215: clean up after autoloaded trap test | Bart Schaefer | 2005-05-01 | 1 | -2/+6 |
| | |||||
* | 21194: fix handling of zero-length quoted test strings for patterns | Peter Stephenson | 2005-04-26 | 1 | -0/+5 |
| | |||||
* | Test for fix of read with trailing metacharacters | Peter Stephenson | 2005-04-25 | 1 | -0/+7 |
| | |||||
* | Update test for change in error message. | Bart Schaefer | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | 21141: fix some issues associated with the {myfd}>... syntax | Peter Stephenson | 2005-04-14 | 1 | -1/+6 |
| | |||||
* | Belated commit of 21064: test case for 21049 | Bart Schaefer | 2005-04-14 | 1 | -0/+7 |
| | |||||
* | 21136: don't leave TRAPEXIT lying around in Test directory | Peter Stephenson | 2005-04-13 | 1 | -2/+2 |
| | |||||
* | 21134: bad file descriptor error message system variation. | Peter Stephenson | 2005-04-12 | 1 | -1/+5 |
| | | | | Hey, six nouns in a row! | ||||
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -0/+25 |
| | |||||
* | 21131: exit with status 127 when script not found | Peter Stephenson | 2005-04-11 | 1 | -0/+4 |
| | |||||
* | 21082: Dan Nelson: fix zsh -c exit status on parse error | Peter Stephenson | 2005-04-04 | 1 | -0/+4 |
| | |||||
* | 21078: parse errors didn't cause non-zero exit status | Peter Stephenson | 2005-04-01 | 1 | -0/+9 |
| | |||||
* | 20983: failed glob from fixed strings segments in globbed paths | Peter Stephenson | 2005-03-16 | 1 | -0/+6 |
| | |||||
* | 20959: fix crash unloading zsh/parameter and test the fix | Peter Stephenson | 2005-03-10 | 1 | -2/+3 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -2/+32 |
| | | | | (now traplists); improve trap tests | ||||
* | Test -nt and FOO=BAR BAR=FOO echo bugs | Peter Stephenson | 2005-02-02 | 2 | -0/+23 |
| | |||||
* | 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 |
| |