about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-07-06 20:44:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-07-06 20:44:28 +0000
commitc6a3ccc8d725a1729131a328848ad5c509b821e5 (patch)
treeb447b4df2c081563d5fcaffe9e7afdb953d0c456 /ChangeLog
parent0cc033db7cddafebab6ec99e6aee464f816de393 (diff)
downloadzsh-c6a3ccc8d725a1729131a328848ad5c509b821e5.tar.gz
zsh-c6a3ccc8d725a1729131a328848ad5c509b821e5.tar.xz
zsh-c6a3ccc8d725a1729131a328848ad5c509b821e5.zip
27092: missing then-clause for if wasn't an error
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a8c06afc..fb30a1b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 27092: Src/parse.c, Test/A01grammar.ztst: "if" didn't check
+	for missing clauses so a missing then-clause wasn't spotted
+	as an error.
+
 2009-07-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* Brendan Cully: 27088: Completion/Unix/Command/_hg,
@@ -11904,5 +11910,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4727 $
+* $Revision: 1.4728 $
 *****************************************************