about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-01 20:18:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-01 20:18:46 +0000
commit1f81bdcb47d42fc72340503eca46eb0a8b64c4ef (patch)
tree6407de32edf43bd93c648590c7abfe4ad2fa1324 /ChangeLog
parent2c9138bc21145c9680d4d10eea6f5e15e73f479c (diff)
downloadzsh-1f81bdcb47d42fc72340503eca46eb0a8b64c4ef.tar.gz
zsh-1f81bdcb47d42fc72340503eca46eb0a8b64c4ef.tar.xz
zsh-1f81bdcb47d42fc72340503eca46eb0a8b64c4ef.zip
25587: fix a==(stuff) and associated stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e61cc364b..9d331ae19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 25587: Src/exec.c, Src/parse.c, Src/subst.c: foo==(stuff)
+	was mishandled owing to parse errors; mishandling it caused
+	a crash because of lack of care on failure of process
+	substitution; assignments that went through execcmd() failed
+	to set the status.
+
 2008-09-01  Clint Adams  <clint@zsh.org>
 
 	* 25585: Completion/Unix/Command/_git: fix git command completion