Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 23138: further tweak to backslashes in $'...' | Peter Stephenson | 2007-01-27 | 1 | -0/+14 |
| | |||||
* | 23136: handle Bnulls now added in $'...' | Peter Stephenson | 2007-01-27 | 1 | -0/+4 |
| | |||||
* | 23131: new tests for command substitution | Peter Stephenson | 2007-01-24 | 2 | -1/+84 |
| | |||||
* | 23119: lower case in sorting properly | Peter Stephenson | 2007-01-22 | 2 | -1/+17 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 2 | -0/+34 |
| | |||||
* | 23115: ";|" at end of case clause causes later patterns to be tested | Peter Stephenson | 2007-01-19 | 1 | -0/+23 |
| | |||||
* | 23101: various combinations of ZERR with function returns were feature-ridden | Peter Stephenson | 2007-01-12 | 1 | -0/+63 |
| | |||||
* | 23098: printf multibyte character widths | Peter Stephenson | 2007-01-09 | 1 | -0/+4 |
| | |||||
* | 23086: printf should handle octal escapes in the \0NNN form | Peter Stephenson | 2007-01-04 | 1 | -0/+4 |
| | |||||
* | 23070: Fix [[ -N file ]] test failure on NFS | Peter Stephenson | 2006-12-19 | 1 | -0/+3 |
| | |||||
* | 23022: don't allow WORDCHARS to be exported to tests | Peter Stephenson | 2006-11-28 | 1 | -0/+3 |
| | |||||
* | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 2006-11-08 | 1 | -0/+12 |
| | | | | 22980: add hook array for special functions | ||||
* | 22980: 22952 messed up parameter padding flag optional arguments | Peter Stephenson | 2006-11-07 | 2 | -2/+7 |
| | |||||
* | 22952: fix some argument delimiters to work with multibyte characters | Peter Stephenson | 2006-11-02 | 2 | -0/+28 |
| | |||||
* | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 2006-11-01 | 1 | -0/+14 |
| | | | | make ${.../#%...} anchor at both ends | ||||
* | revert 22758 and add LC_NUMERIC and LC_MESSAGES | Andrey Borzenkov | 2006-09-23 | 4 | -13/+4 |
| | | | | to test harness instead | ||||
* | 22758: fix tests by setting locale to C | Andrey Borzenkov | 2006-09-22 | 3 | -2/+13 |
| | |||||
* | 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters | Peter Stephenson | 2006-09-13 | 2 | -0/+26 |
| | |||||
* | 22689: untokenize strings used in parameter substitution pattern matching | Peter Stephenson | 2006-09-12 | 1 | -0/+4 |
| | |||||
* | 22686: unset array if assigning numeric parameter | Peter Stephenson | 2006-09-11 | 1 | -0/+6 |
| | |||||
* | 22572: use of (#m) was broken with pure strings | Peter Stephenson | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | 22562: make ${...#...} etc. understand multibyte characters | Peter Stephenson | 2006-07-30 | 1 | -0/+19 |
| | |||||
* | 22557: turn on multibyte option by default | Peter Stephenson | 2006-07-25 | 2 | -3/+44 |
| | |||||
* | 22556: Multibyte separators and delimiters | Peter Stephenson | 2006-07-24 | 2 | -0/+77 |
| | |||||
* | unposted: update .distfiles | Peter Stephenson | 2006-07-18 | 1 | -1/+2 |
| | |||||
* | 22550: put "exec" tests | Peter Stephenson | 2006-07-12 | 2 | -31/+52 |
| | | | | | in subshells and allow substitution on test output to occur after the test. | ||||
* | 22546: fix {myfd}>... bug and tweak tests | Peter Stephenson | 2006-07-11 | 2 | -4/+9 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -0/+9 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | ||||
* | 22529: multibyte conversion in math expressions | Peter Stephenson | 2006-06-30 | 1 | -0/+10 |
| | |||||
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 1 | -0/+34 |
| | |||||
* | 22524: searchable parameter subscripts with multibyte chars, | Peter Stephenson | 2006-06-27 | 1 | -0/+36 |
| | | | | a few other fixes | ||||
* | 22519: initial multibyte parameter tests | Peter Stephenson | 2006-06-26 | 1 | -0/+87 |
| | |||||
* | 22518: Initial go at making parameter subscripts | Peter Stephenson | 2006-06-26 | 1 | -2/+15 |
| | | | | use multibyte characters. | ||||
* | 22416, tweaked: math functions via shell functions | Peter Stephenson | 2006-04-19 | 1 | -0/+59 |
| | | | | unposted: add styles to pick-web-browser | ||||
* | 22277: missed bit | Peter Stephenson | 2006-03-03 | 1 | -0/+34 |
| | |||||
* | Make sure that the (A) assignment of a single-item array retains | Wayne Davison | 2006-02-17 | 1 | -1/+22 |
| | | | | | its arrayness. Also ensure that the array/scalar type of each assigned variable is correct. | ||||
* | Test that ${(A)=name:=word} avoids splitting on quoted whitespace. | Wayne Davison | 2006-02-16 | 1 | -1/+2 |
| | |||||
* | Added a test for ${name+$array$scalar}. | Wayne Davison | 2006-02-15 | 1 | -0/+5 |
| | |||||
* | - Some changes to handle ${1+"$@"} being fixed. | Wayne Davison | 2006-02-15 | 1 | -13/+149 |
| | | | | - Added quite a few new tests. | ||||
* | 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 |
| |