about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-12 15:43:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-12 15:43:16 +0000
commit709aee90ce3b082fdb16b987ebf515e259a5e153 (patch)
tree23e7760496d827adba8a4039b780b8887707eebe /ChangeLog
parent1a959dae01bca3b6e607dc15dda7e9f0c40078c0 (diff)
downloadzsh-709aee90ce3b082fdb16b987ebf515e259a5e153.tar.gz
zsh-709aee90ce3b082fdb16b987ebf515e259a5e153.tar.xz
zsh-709aee90ce3b082fdb16b987ebf515e259a5e153.zip
23553: unsubscripted array inside math eval behaves more rationally
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95cc20942..faafa6e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-06-12  Peter Stephenson  <pws@csr.com>
 
+	* 23553: Src/params.c: use of unsubscripted array inside
+	math evaluation now does something reasonable instead of
+	returning 0.
+
 	* 23552: Src/Builtins/sched.c: remove unnecessary debugging
 	warning.