about summary refs log tree commit diff
path: root/Test
Commit message (Collapse)AuthorAgeFilesLines
...
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-0/+4
|
* 23086: printf should handle octal escapes in the \0NNN formPeter Stephenson2007-01-041-0/+4
|
* 23070: Fix [[ -N file ]] test failure on NFSPeter Stephenson2006-12-191-0/+3
|
* 23022: don't allow WORDCHARS to be exported to testsPeter Stephenson2006-11-281-0/+3
|
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-0/+12
| | | | 22980: add hook array for special functions
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-072-2/+7
|
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-022-0/+28
|
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-0/+14
| | | | make ${.../#%...} anchor at both ends
* revert 22758 and add LC_NUMERIC and LC_MESSAGESAndrey Borzenkov2006-09-234-13/+4
| | | | to test harness instead
* 22758: fix tests by setting locale to CAndrey Borzenkov2006-09-223-2/+13
|
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-132-0/+26
|
* 22689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson2006-09-121-0/+4
|
* 22686: unset array if assigning numeric parameterPeter Stephenson2006-09-111-0/+6
|
* 22572: use of (#m) was broken with pure stringsPeter Stephenson2006-08-011-0/+5
|
* 22562: make ${...#...} etc. understand multibyte charactersPeter Stephenson2006-07-301-0/+19
|
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-252-3/+44
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-242-0/+77
|
* unposted: update .distfilesPeter Stephenson2006-07-181-1/+2
|
* 22550: put "exec" testsPeter Stephenson2006-07-122-31/+52
| | | | | in subshells and allow substitution on test output to occur after the test.
* 22546: fix {myfd}>... bug and tweak testsPeter Stephenson2006-07-112-4/+9
|
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-0/+9
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 22529: multibyte conversion in math expressionsPeter Stephenson2006-06-301-0/+10
|
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-0/+34
|
* 22524: searchable parameter subscripts with multibyte chars,Peter Stephenson2006-06-271-0/+36
| | | | a few other fixes
* 22519: initial multibyte parameter testsPeter Stephenson2006-06-261-0/+87
|
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-2/+15
| | | | use multibyte characters.
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-0/+59
| | | | unposted: add styles to pick-web-browser
* 22277: missed bitPeter Stephenson2006-03-031-0/+34
|
* Make sure that the (A) assignment of a single-item array retainsWayne Davison2006-02-171-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 Davison2006-02-161-1/+2
|
* Added a test for ${name+$array$scalar}.Wayne Davison2006-02-151-0/+5
|
* - Some changes to handle ${1+"$@"} being fixed.Wayne Davison2006-02-151-13/+149
| | | | - Added quite a few new tests.
* 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
| | | | substitutions that don't match anything.
* 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
| | | | | | | | | "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 Davison2005-08-101-3/+3
|
* Put the last test into a sub-shell so that it doesn't interfereWayne Davison2005-08-101-2/+2
| | | | with the temp-file cleanup.
* 21580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison2005-08-091-1/+4
| | | | interfere with the tests.
* 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 a test case for "echo -n".
* 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
|