about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* 23486: use {fd} syntax to get fd's for testsPeter Stephenson2007-05-295-11/+15
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+0
* see 23479: add initial features support for modulesPeter Stephenson2007-05-283-4/+166
* John Buddery: 23461: fix race setting up input multiosPeter Stephenson2007-05-231-0/+10
* 23460: fix problem with ( stuff ) >multio1 >multio2Peter Stephenson2007-05-231-0/+12
* 23440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson2007-05-211-2/+1
* Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility optionsPeter Stephenson2007-05-081-0/+16
* 23278: fix NUMERICGLOBSORT, broken by multibyte fixesPeter Stephenson2007-04-151-0/+19
* 23273: fix bad patterns in reverse array subscriptingPeter Stephenson2007-04-131-0/+10
* 23165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2007-02-121-0/+12
* fix metafication of ${(#)x}Peter Stephenson2007-02-101-0/+32
* 23138: further tweak to backslashes in $'...'Peter Stephenson2007-01-271-0/+14
* 23136: handle Bnulls now added in $'...'Peter Stephenson2007-01-271-0/+4
* 23131: new tests for command substitutionPeter Stephenson2007-01-242-1/+84
* 23119: lower case in sorting properlyPeter Stephenson2007-01-222-1/+17
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-212-0/+34
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-191-0/+23
* 23101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson2007-01-121-0/+63
* 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: 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
* revert 22758 and add LC_NUMERIC and LC_MESSAGESAndrey Borzenkov2006-09-234-13/+4
* 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
* 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
* 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
* 22519: initial multibyte parameter testsPeter Stephenson2006-06-261-0/+87
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-2/+15
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-0/+59
* 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
* 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