summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-10 17:50:11 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-10 17:50:11 (GMT)
commit02ca88a79487e618d0aa1bf9a949ecb18cbd0acc (patch)
tree4fef37d05f8f4b25936248edab8b9337623ea24b /ChangeLog
parent7ae4115a5e7d953245963c4287ad342e9c0f54ba (diff)
downloadtcl-02ca88a79487e618d0aa1bf9a949ecb18cbd0acc.zip
tcl-02ca88a79487e618d0aa1bf9a949ecb18cbd0acc.tar.gz
tcl-02ca88a79487e618d0aa1bf9a949ecb18cbd0acc.tar.bz2
fixed a bug where %z was always positive in :localtime
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0fd156..3821263 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-10 Kevin Kenny <kennykb@acm.org>
+
+ * library/clock.tcl: Fixed a bug where %z always put a plus
+ sign on the time zone in :localtime.
+ * tests/clock.test: Added test case for the above bug.
+
2004-09-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (INST_CONCAT1): added a peephole