about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* 21882: extend prompt truncation to handle multibyte charactersPeter Stephenson2005-10-191-4/+4
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-112-1/+15
* 21758: optimise =(<<<...) to run within the shell.Peter Stephenson2005-09-231-0/+8
* 21701: Negative subscripts of scalars before start were brokenPeter Stephenson2005-09-061-0/+5
* 21678: Unsetting tied parameters caused various crashesPeter Stephenson2005-08-221-0/+34
* 21655: bug in ${..//../${..//../..}}Peter Stephenson2005-08-171-0/+8
* Third time's a charm: a better fix than using either a subshell orWayne Davison2005-08-111-11/+17
* A better fix than my last patch is to use "setopt localoptions".Wayne Davison2005-08-101-3/+3
* Put the last test into a sub-shell so that it doesn't interfereWayne Davison2005-08-101-2/+2
* 21580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison2005-08-091-1/+4
* Got rid of trap call for now.Wayne Davison2005-08-091-2/+2
* Test both %b and %s in the empty-arg test.Wayne Davison2005-08-091-1/+1
* 21576: test for 21575Peter Stephenson2005-08-081-0/+20
* Improved the %d and %g tests.Wayne Davison2005-08-041-4/+6
* Three more tests based on recent fixes.Wayne Davison2005-08-011-0/+14
* - Improved how we check the no-newline test cases.Wayne Davison2005-08-011-13/+17
* Added tests for \c escape handling.Wayne Davison2005-07-261-0/+28
* 21317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle2005-06-211-0/+4
* add test for 21352Oliver Kiddle2005-06-171-0/+8
* Add [[:IFS:]] etc. tests.Peter Stephenson2005-05-091-0/+25
* 21215: clean up after autoloaded trap testBart Schaefer2005-05-011-2/+6
* 21194: fix handling of zero-length quoted test strings for patternsPeter Stephenson2005-04-261-0/+5
* Test for fix of read with trailing metacharactersPeter Stephenson2005-04-251-0/+7
* Update test for change in error message.Bart Schaefer2005-04-161-1/+1
* 21141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson2005-04-141-1/+6
* Belated commit of 21064: test case for 21049Bart Schaefer2005-04-141-0/+7
* 21136: don't leave TRAPEXIT lying around in Test directoryPeter Stephenson2005-04-131-2/+2
* 21134: bad file descriptor error message system variation.Peter Stephenson2005-04-121-1/+5
* 21133: New {myfd} syntax for allocating file descriptorsPeter Stephenson2005-04-121-0/+25
* 21131: exit with status 127 when script not foundPeter Stephenson2005-04-111-0/+4
* 21082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson2005-04-041-0/+4
* 21078: parse errors didn't cause non-zero exit statusPeter Stephenson2005-04-011-0/+9
* 20983: failed glob from fixed strings segments in globbed pathsPeter Stephenson2005-03-161-0/+6
* 20959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2005-03-101-2/+3
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-061-2/+32
* Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson2005-02-022-0/+23
* 20698: Fix tail for POSIX conformancePeter Stephenson2005-01-131-3/+27
* 20692: unset POSIXLY_CORRECT in test.Peter Stephenson2005-01-121-0/+3
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-1/+93
* 20606: simple verification of pseudorandom numbersPeter Stephenson2004-12-071-0/+32
* 20599: test for $((##)) should now check for errorPeter Stephenson2004-11-301-2/+2
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-261-0/+5
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-221-0/+4
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-0/+1
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-151-0/+5
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-171-0/+15
* Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer2004-09-091-1/+15
* 20221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson2004-07-291-1/+1
* 20198: fix TRAPEXIT.Peter Stephenson2004-07-263-1/+11
* 21042: add test for bug fixed in 21041Peter Stephenson2004-07-071-0/+13