diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-06-09 13:52:36 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-06-09 13:52:36 (GMT) |
commit | 77651df52750776dce287030cc8a1d2c0bf61385 (patch) | |
tree | b2dcc08f29597ef2f2118108a90471a3acb0e559 /ChangeLog | |
parent | a7d705dbe689171d9fe8c79b7fc19bb2ef0ae7a1 (diff) | |
download | tcl-77651df52750776dce287030cc8a1d2c0bf61385.zip tcl-77651df52750776dce287030cc8a1d2c0bf61385.tar.gz tcl-77651df52750776dce287030cc8a1d2c0bf61385.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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |