diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-05-15 21:51:46 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-05-15 21:51:46 (GMT) |
commit | 6d32bfc2e3607fa604256d127278dc051779c549 (patch) | |
tree | 49e0fa2a9af827e2b90a9260b0cbb7364e6a0f7a /ChangeLog | |
parent | 254184a818b32e16b090faa444a90591c81c8c56 (diff) | |
download | tcl-6d32bfc2e3607fa604256d127278dc051779c549.zip tcl-6d32bfc2e3607fa604256d127278dc051779c549.tar.gz tcl-6d32bfc2e3607fa604256d127278dc051779c549.tar.bz2 |
Fixed Tcl bug 736425
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-05-15 Kevin B. Kenny <kennykb@hippolyta> + + * generic/tclGetDate.y: added further hackery to the yacc + * generic/tclDate.c: post-processing to arrange for the + * unix/Makefile.in: code to set up exit handlers to free + the stacks [Bug 736425]. + 2003-05-15 Jeff Hobbs <jeffh@ActiveState.com> * doc/socket.n: |