index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
D04parameter.ztst
Commit message (
Expand
)
Author
Age
Files
Lines
*
49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash
Jun-ichi Takimoto
2022-03-29
1
-0
/
+32
*
49166: fix coredump in ${name:offset:length} with ill-formatted length
Jun-ichi Takimoto
2021-07-19
1
-4
/
+3
*
48379: Make the parameter expansion subscript flags parse error message, "err...
Daniel Shahaf
2021-04-08
1
-0
/
+5
*
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
2020-07-03
1
-0
/
+7
*
45900: Fix issues with escaped newline in $-substitution.
Peter Stephenson
2020-05-23
1
-3
/
+21
*
45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.
Daniel Shahaf
2020-05-20
1
-0
/
+10
*
unposted: Add tests for previous commit
Mikael Magnusson
2020-05-12
1
-1
/
+7
*
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
2020-01-09
1
-1
/
+1
*
45181: Fix workers/45164: ${(S)%%} will now consider the empty string as a po...
Daniel Shahaf
2020-01-02
1
-1
/
+1
*
unposted: Add some tests for ${(S)}, including a regression test for workers/...
Daniel Shahaf
2020-01-01
1
-0
/
+25
*
users/24582 + users/24583: Add regression tests for the previous commit.
Daniel Shahaf
2019-12-31
1
-0
/
+68
*
45001: Fix zero-length matches with ${...%...}
Peter Stephenson
2019-12-12
1
-0
/
+23
*
44664: Fix problem with temporary assignment.
Peter Stephenson
2019-08-14
1
-0
/
+12
*
44435: Handling digita arguments for :h and :t.
Peter Stephenson
2019-06-20
1
-0
/
+77
*
unposted: test for 43938
Peter Stephenson
2018-12-30
1
-0
/
+8
*
43837 plus test from Daniel: Empty string in nested subst.
Peter Stephenson
2018-11-21
1
-0
/
+7
*
43264: fix ${+assoc[nonexistent]} with KSH_ARRAYS
Peter Stephenson
2018-08-09
1
-0
/
+8
*
41902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ...
Barton E. Schaefer
2017-10-17
1
-0
/
+21
*
41773: Array index assignment tests for KSH_ARRAYS
Peter Stephenson
2017-09-28
1
-1
/
+66
*
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
2017-09-27
1
-0
/
+34
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
1
-0
/
+27
*
First go at var=([key]=value) syntax.
Peter Stephenson
2017-09-13
1
-0
/
+68
*
41661: Need to remove tokens before using bufferwords() for (z)
Peter Stephenson
2017-09-10
1
-0
/
+7
*
22760: fix partial string length reports with NO_MULTIBYTE
Peter Stephenson
2017-07-02
1
-0
/
+20
*
40909: Stress test for parameter substitution
Sebastian Gniazdowski
2017-03-30
1
-0
/
+12
*
40891: fix more zero-length matches.
Peter Stephenson
2017-03-23
1
-0
/
+10
*
22601: Fix for parameter substitution pattern matches.
Peter Stephenson
2017-03-23
1
-0
/
+10
*
40803, 40804, 40805, 40806: Parameter test additions.
Peter Stephenson
2017-03-09
1
-1
/
+13
*
40565 (tweaked): test cases for assigning array to scalar with various combin...
Barton E. Schaefer
2017-02-20
1
-0
/
+80
*
40088: atttempt to make interactive param test more robust
Peter Stephenson
2016-12-04
1
-3
/
+4
*
unposted: regression test for 40071
Barton E. Schaefer
2016-12-03
1
-0
/
+6
*
39947: Additional test for array subscripts.
Peter Stephenson
2016-11-15
1
-0
/
+8
*
39815: Read input to end on parse error in $(...) inside a string.
Peter Stephenson
2016-11-03
1
-0
/
+8
*
zsh-users/21903: Fix ${...?...} in interactive shell.
Peter Stephenson
2016-09-14
1
-0
/
+14
*
unposted: Add tests for ${(q)} being aware of the EQUALS option.
Daniel Shahaf
2016-09-09
1
-0
/
+4
*
39141: Use zsh instead of sh in SHLVL test.
Peter Stephenson
2016-08-31
1
-12
/
+14
*
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
2016-08-31
1
-0
/
+18
*
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
2016-08-29
1
-0
/
+9
*
39035: ${(A)name=word} should expand as an array even when there is only one ...
Barton E. Schaefer
2016-08-12
1
-0
/
+5
*
39028: more join/split cases fixed and tested.
Barton E. Schaefer
2016-08-12
1
-2
/
+8
*
39019 (cf. PWS 39013): add test cases for more join/split combinations
Barton E. Schaefer
2016-08-11
1
-0
/
+55
*
37752: More tests for the previous patch.
Daniel Shahaf
2016-01-29
1
-0
/
+18
*
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
2016-01-29
1
-0
/
+16
*
37705: don't turn - to Dash after start of brace parameter
Peter Stephenson
2016-01-20
1
-0
/
+6
*
37348: Tests and fix for ${(q+)...}.
Peter Stephenson
2015-12-08
1
-0
/
+14
*
37344: restore old printable quoting, add ${(q+)...}.
Peter Stephenson
2015-12-07
1
-1
/
+1
*
37335: fix tests after 34314
Peter Stephenson
2015-12-07
1
-2
/
+2
*
20974: Bug with scalar assignment to special array in typeset
Peter Stephenson
2015-11-20
1
-0
/
+19
*
37096: Another $${(P)...} tweak.
Peter Stephenson
2015-11-12
1
-1
/
+1
*
37094: Further tweaks to parameter name references.
Peter Stephenson
2015-11-11
1
-0
/
+49
[next]