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
*
28434: make ${NAME:OFFSET} always use zero-offset
Peter Stephenson
2010-11-25
1
-7
/
+7
*
28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
Peter Stephenson
2010-11-18
1
-0
/
+29
*
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
2010-11-18
1
-0
/
+46
*
28319: (z) splitting oddities
Peter Stephenson
2010-10-06
1
-0
/
+28
*
unposted: fix typo in previous commit
Peter Stephenson
2010-05-12
1
-0
/
+9
*
27889: Force more use of GLOB_SUBST in parameters if ~ is used
Peter Stephenson
2010-04-20
1
-0
/
+2
*
27865: fix problem with glob_subst in parameter subsitution
Peter Stephenson
2010-04-09
1
-0
/
+10
*
27780: effect of backslashes in :s changed in _files
Peter Stephenson
2010-03-15
1
-0
/
+19
*
users/14905 + 14906: problems with :s in parameter expansion
Peter Stephenson
2010-02-27
1
-0
/
+26
*
27243: reverse indexing of arrays with beginning index out of range returned
Peter Stephenson
2009-09-05
1
-0
/
+28
*
27304: add ${(q-)..} flag
Peter Stephenson
2009-06-05
1
-0
/
+14
*
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
Peter Stephenson
2008-10-09
1
-0
/
+34
*
25760: add (~) flag
Peter Stephenson
2008-09-27
1
-0
/
+24
*
25627: add $ZSH_SUBSHELL
Peter Stephenson
2008-09-05
1
-0
/
+15
*
fix optimisation of string matching with multibyte mode
Peter Stephenson
2008-03-25
1
-0
/
+37
*
unposted: make test for added space in 24699 safer
Peter Stephenson
2008-03-11
1
-1
/
+1
*
24699: bug with ${(Q)...} on initial ">"
Peter Stephenson
2008-03-08
1
-0
/
+28
*
24611: fix ${+array[...]} for empty range
Peter Stephenson
2008-02-27
1
-0
/
+8
*
users/12149: "@" with splitting in double quotes retains empty fields
Peter Stephenson
2007-10-30
1
-0
/
+32
*
23795: improve ${(Q)...} with $'..'
Peter Stephenson
2007-08-23
1
-0
/
+5
*
23696: x=x; x[-10]=y did bad things
Peter Stephenson
2007-07-25
1
-0
/
+17
*
23660: fix numerical sorting of parameters + tests + documentation
Peter Stephenson
2007-07-06
1
-0
/
+7
*
23273: fix bad patterns in reverse array subscripting
Peter Stephenson
2007-04-13
1
-0
/
+10
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
1
-0
/
+17
*
22980: 22952 messed up parameter padding flag optional arguments
Peter Stephenson
2006-11-07
1
-0
/
+5
*
22952: fix some argument delimiters to work with multibyte characters
Peter Stephenson
2006-11-02
1
-0
/
+14
*
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
2006-09-13
1
-0
/
+12
*
22689: untokenize strings used in parameter substitution pattern matching
Peter Stephenson
2006-09-12
1
-0
/
+4
*
22572: use of (#m) was broken with pure strings
Peter Stephenson
2006-08-01
1
-0
/
+5
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
1
-0
/
+23
*
Make sure that the (A) assignment of a single-item array retains
Wayne Davison
2006-02-17
1
-1
/
+22
*
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
*
21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
Peter Stephenson
2005-10-11
1
-0
/
+14
*
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
*
21194: fix handling of zero-length quoted test strings for patterns
Peter Stephenson
2005-04-26
1
-0
/
+5
*
18565: bug when ${(u)...} reduced array to length 1
Peter Stephenson
2003-05-21
1
-0
/
+10
*
18508: quoting of separator in ${foo//../..} was buggy
Peter Stephenson
2003-05-07
1
-0
/
+12
*
18418: fix select test and add parameter tests
Peter Stephenson
2003-04-01
1
-0
/
+22
*
Equivalence of $(...) and `...` in ${(e)...}.
Bart Schaefer
2001-09-25
1
-2
/
+9
*
Assorted minor test tweaks.
Bart Schaefer
2001-08-22
1
-0
/
+2
*
15334: use string "(eval)" as script name in debugging messages in eval's
Peter Stephenson
2001-07-09
1
-3
/
+3
*
15329: test script changes to go with 15327 LINENO change
Peter Stephenson
2001-07-09
1
-1
/
+1
*
Fix, test and comment unsetting and resetting of special tied parameters
Peter Stephenson
2001-05-19
1
-0
/
+20
*
moved from ./Test/13parameter.ztst
Sven Wischnowsky
2001-04-02
1
-0
/
+528