about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-12-16 22:20:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-12-16 22:20:31 +0000
commit6176062298c7efcebaf5458c63a125de93294bc9 (patch)
tree1b5badc6cf29303c6cdcb29b2152d7dd0f4646ea /ChangeLog
parent0963ce3a64a2921cd4eead8708ca4d6c4d20d33c (diff)
downloadzsh-6176062298c7efcebaf5458c63a125de93294bc9.tar.gz
zsh-6176062298c7efcebaf5458c63a125de93294bc9.tar.xz
zsh-6176062298c7efcebaf5458c63a125de93294bc9.zip
24271: handle parse failures in command substitution better
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ed03ec4f..5eb988215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 24271: Src/lex.c, Test/C01arith.ztst: handle parse failures
+	in math substitution better.
+
 	* 24268: Completion/Unix/Type/_mailboxes: handle backslashed =.
 
 	* 24264: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Src/params.c,