summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-01-24 18:32:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-01-24 18:32:23 +0000
commitf223e9b4ee528d3b6da604c2b0486a9384a88805 (patch)
tree43ac0b17b7a9fcf36e786c37891a19ee7e3827fd /ChangeLog
parent3be13f0b14401e6b420f7a35c300b485cbc8b97a (diff)
downloadzsh-f223e9b4ee528d3b6da604c2b0486a9384a88805.tar.gz
zsh-f223e9b4ee528d3b6da604c2b0486a9384a88805.tar.xz
zsh-f223e9b4ee528d3b6da604c2b0486a9384a88805.zip
unposted: sched deleted timed function twice
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc6d1644f..a7ed96ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-01-24  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Src/Builtins/sched.c: minor error in sched that no
+	one's spotted yet: we deleted a timed function twice if
+	there was anything left in the list after we ran an event.
+
 	* 23131: Test/.distfiles, Test/D08cmdsubst.ztst: new tests for
 	command substitution.