summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-06-09 13:52:58 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-06-09 13:52:58 (GMT)
commit84b4642f23e9ce612ea65bb135c9ffadfe21352d (patch)
tree03dfbf68bc437cb16e8388c65e7bcc12cd0f030d /ChangeLog
parent78c6dc0737b02640bdefa7f048a3ae3ad50fc725 (diff)
downloadtcl-84b4642f23e9ce612ea65bb135c9ffadfe21352d.zip
tcl-84b4642f23e9ce612ea65bb135c9ffadfe21352d.tar.gz
tcl-84b4642f23e9ce612ea65bb135c9ffadfe21352d.tar.bz2
* generic/tclGetDate.y: Fixed a thread safety bug in the generated
* library/clock.tcl: Bison parser (needed a %pure-parser * tests/clock.test: declaration to avoid static variables). Discovered that the %pure-parser declaration allowed for returning the Bison error message to the Tcl caller in the event of a syntax error, so did so. * generic/tclDate.c: bison 2.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab531a..fb2f2b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-09 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclGetDate.y: Fixed a thread safety bug in the generated
+ * library/clock.tcl: Bison parser (needed a %pure-parser
+ * tests/clock.test: declaration to avoid static variables).
+ Discovered that the %pure-parser declaration
+ allowed for returning the Bison error message
+ to the Tcl caller in the event of a syntax
+ error, so did so.
+ * generic/tclDate.c: bison 2.3
+
2006-06-08 Kevin B. Kenny <kennykb@acm.org>
* library/tzdata/Asia/Dhaka: New DST rule for Bangladesh.