about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2013-01-22 16:28:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2013-01-22 16:28:58 +0000
commit44757a653cb547ae7b556e8c92629d296d3c1f12 (patch)
tree78e92732187aec860cce73a54a3d737c50b25df2 /ChangeLog
parent27c5a0d7744ffeaf677b097adbe9a094a3a49025 (diff)
downloadzsh-44757a653cb547ae7b556e8c92629d296d3c1f12.tar.gz
zsh-44757a653cb547ae7b556e8c92629d296d3c1f12.tar.xz
zsh-44757a653cb547ae7b556e8c92629d296d3c1f12.zip
30993: fix parameter modifier crash with :wq on empty string
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfad073d7..e984c0288 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-22  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 30993: Src/subst.c, Test/D04parameter.ztst: parameter
+	modifiers :wq operating on an empty string crashed the shell.
+	The shell isn't supposed to crash.
+
 2013-01-20  Oliver Kiddle <opk@zsh.org>
 
 	* 30987: Completion/X/Command/_xrandr: only call xrandr when
@@ -455,5 +461,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5787 $
+* $Revision: 1.5788 $
 *****************************************************