about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-10-30 14:01:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-10-30 14:01:32 +0000
commita232ab562423eccb9523c190c5e03242320cc3fd (patch)
tree78161b5cbd651fd5174689950c226b301addd653 /ChangeLog
parent12a38ba4f725e423e9f5ab4c87af7fc03663b90e (diff)
downloadzsh-a232ab562423eccb9523c190c5e03242320cc3fd.tar.gz
zsh-a232ab562423eccb9523c190c5e03242320cc3fd.tar.xz
zsh-a232ab562423eccb9523c190c5e03242320cc3fd.zip
users/12149: "@" with splitting in double quotes retains empty fields
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf9096faa..757821aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-10-30  Peter Stephenson  <pws@csr.com>
 
+	* users/12149: Doc/Zsh/expn.yo, Src/subst.c,
+	Test/D04parameter.ztst:  "${(@s.:.)...}" retains empty
+	fields, although "${(s.:.)...}" remains backward compatible.
+
+2007-10-30  Peter Stephenson  <pws@csr.com>
+
 	* 24030, adapted: Src/Modules/curses.c: turning off a key timeout
 	on Solaris 8 seemed to need leaving and re-entering cbreak mode.
 	This can't be done per-window, so make this specific to Solaris