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