about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-30 13:07:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-30 13:07:45 +0000
commitdb59a707c6a149a2c5849fa8439aa148a887e175 (patch)
tree681281976986ca274cf39be787bf42dfb3ccd6d2 /ChangeLog
parent950756d57943a0bf104d9f015b8da604171a956e (diff)
downloadzsh-db59a707c6a149a2c5849fa8439aa148a887e175.tar.gz
zsh-db59a707c6a149a2c5849fa8439aa148a887e175.tar.xz
zsh-db59a707c6a149a2c5849fa8439aa148a887e175.zip
unlocalised variable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a49bf6ce..607b3e5ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-30  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Functions/Calendar/calendar_scandate: unlocalised
+	variable spotted with warncreateglobal.
+
 	* 25255: Doc/Zsh/func.yo, Src/exec.c, Test/C04funcdef.ztst:
 	anonymous functions using "() { ... }" and "function { ... }".