diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-03 22:03:43 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-03 22:03:43 +0000 |
commit | 22af58bf2b5b695cdbfaf4b7cdf82bb09136860b (patch) | |
tree | f30446b7473ab48abd4a4488d0284e68965a9e7d /ChangeLog | |
parent | 16324d2ff347e96e43dd95780ff014d2183faf8d (diff) | |
download | zsh-22af58bf2b5b695cdbfaf4b7cdf82bb09136860b.tar.gz zsh-22af58bf2b5b695cdbfaf4b7cdf82bb09136860b.tar.xz zsh-22af58bf2b5b695cdbfaf4b7cdf82bb09136860b.zip |
29451: ${##stuff} removes stuff from the head of $#
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3377ae3ba..5a727fd4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ 2011-06-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 29451: Src/subst.c, Test/D04parameter.ztst: ${##stuff} + removes stuff from the head of $#. + * 29413: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hist.c: print -S takes a single argument, applies lexical history word splitting, and puts it on the history. @@ -14942,5 +14945,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5359 $ +* $Revision: 1.5360 $ ***************************************************** |