diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-15 02:38:27 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-15 02:38:27 (GMT) |
commit | f2ba23c5317d5946330c79c359b396664ede4bc9 (patch) | |
tree | 0e9c66a63a8fd53bedbe6c3580140f04ca87e91b /ChangeLog | |
parent | cbc0b3c930089c8d255b4ff129ee8ef971592b00 (diff) | |
download | tcl-f2ba23c5317d5946330c79c359b396664ede4bc9.zip tcl-f2ba23c5317d5946330c79c359b396664ede4bc9.tar.gz tcl-f2ba23c5317d5946330c79c359b396664ede4bc9.tar.bz2 |
* generic/tclExecute.c: missing semicolons caused failure to
compile with TCL_COMPILE_DEBUG.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-04-15 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: missing semicolons caused failure to + compile with TCL_COMPILE_DEBUG. + 2005-04-13 David Gravereaux <davygrvy@pobox.com> * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit |