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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
subst.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
29313: better sh emulation with SHWORDPLIT and empty $IFS
Bart Schaefer
2011-05-18
1
-13
/
+18
*
28936: ${#$} and ${#?} also didn't work
Peter Stephenson
2011-03-21
1
-0
/
+2
*
28889: ${##} should return the length of $#
Peter Stephenson
2011-03-11
1
-0
/
+1
*
users/15864: turn zsh_directory_name into a hook
Peter Stephenson
2011-03-11
1
-3
/
+1
*
Mikael: 28637: ${foo:0:} caused crash
Peter Stephenson
2011-01-18
1
-6
/
+8
*
28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).
Bart Schaefer
2010-12-15
1
-8
/
+34
*
28528: Rearrange zleparse to lexflags
Peter Stephenson
2010-12-14
1
-8
/
+11
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
1
-2
/
+27
*
28434: make ${NAME:OFFSET} always use zero-offset
Peter Stephenson
2010-11-25
1
-6
/
+5
*
28425: remove null arguments and untokenize
Peter Stephenson
2010-11-20
1
-0
/
+2
*
28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
Peter Stephenson
2010-11-18
1
-2
/
+34
*
28418: add ${NAME:OFFSET:LENGTH} substitution
Peter Stephenson
2010-11-18
1
-0
/
+128
*
28360: NO_UNSET option should check parameters with trailing options
Peter Stephenson
2010-10-22
1
-1
/
+7
*
28309: fix infinite loop padding with extra wide characters
Peter Stephenson
2010-10-02
1
-6
/
+54
*
28025: (D) parameter flag
Peter Stephenson
2010-06-11
1
-11
/
+23
*
27965, 27966: Improve ${(q)...}: newline appears as $'\n;,
Peter Stephenson
2010-05-27
1
-3
/
+3
*
27889: Force more use of GLOB_SUBST in parameters if ~ is used
Peter Stephenson
2010-04-20
1
-5
/
+10
*
27865: fix problem with glob_subst in parameter subsitution
Peter Stephenson
2010-04-09
1
-1
/
+1
*
rationalise widths of non-printing characters to zero.
Peter Stephenson
2010-03-27
1
-28
/
+56
*
users/14905 + 14906: problems with :s in parameter expansion
Peter Stephenson
2010-02-27
1
-3
/
+28
*
unposted: a couple of typeset -g's and a comment
Peter Stephenson
2010-02-08
1
-0
/
+5
*
27304: add ${(q-)..} flag
Peter Stephenson
2009-06-05
1
-10
/
+39
*
users/14143 plus tweak in padding code:
Peter Stephenson
2009-05-20
1
-3
/
+4
*
26748: c modifier to add command path
Peter Stephenson
2009-03-23
1
-18
/
+54
*
Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiers
Peter Stephenson
2009-03-15
1
-0
/
+14
*
26705: multibyte characters with Meta in ${(%)foo} etc.
Peter Stephenson
2009-03-10
1
-7
/
+3
*
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
2009-02-11
1
-1
/
+1
*
26061: fix clash between process subst and numeric glob
Peter Stephenson
2008-11-18
1
-2
/
+3
*
26055: ensure process substitution is handled before parameter and command
Peter Stephenson
2008-11-17
1
-4
/
+9
*
26042 with some fixes from 26043 (Mikael):
Peter Stephenson
2008-11-13
1
-38
/
+52
*
25969: two bugs with metafication plus a test for one
Peter Stephenson
2008-10-30
1
-4
/
+4
*
25760: add (~) flag
Peter Stephenson
2008-09-27
1
-19
/
+43
*
25755/25756: Jörg Sommer: improved handling of module arguments
Peter Stephenson
2008-09-27
1
-4
/
+4
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-2
/
+17
*
25587: fix a==(stuff) and associated stuff.
Peter Stephenson
2008-09-01
1
-0
/
+1
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-2
/
+2
*
24788: ${(m)#...} returns string print width
Peter Stephenson
2008-04-03
1
-2
/
+3
*
24611: fix ${+array[...]} for empty range
Peter Stephenson
2008-02-27
1
-1
/
+2
*
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
2007-12-16
1
-1
/
+4
*
24234: apply typeset parameter flags consistently
Peter Stephenson
2007-12-13
1
-140
/
+4
*
users/12149: "@" with splitting in double quotes retains empty fields
Peter Stephenson
2007-10-30
1
-10
/
+13
*
23670: rationalise some linked list functions
Peter Stephenson
2007-06-27
1
-8
/
+1
*
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
2007-06-18
1
-5
/
+9
*
23257: buffer too short for multibyte ${(#)...} evalution
Peter Stephenson
2007-04-02
1
-2
/
+3
*
23176: apply the (X) parameter flag to the (#) flag; fix comment typo.
Bart Schaefer
2007-02-25
1
-6
/
+20
*
fix metafication of ${(#)x}
Peter Stephenson
2007-02-10
1
-4
/
+8
*
23143: make =-expansion with metacharacters more consistent
Peter Stephenson
2007-02-02
1
-10
/
+10
*
Silenced a compiler warning by making an int unsigned.
Wayne Davison
2007-01-26
1
-1
/
+1
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
1
-167
/
+18
*
23114: ${foo:s/bar/rod} broken
Peter Stephenson
2007-01-18
1
-1
/
+5
[prev]
[next]