diff options
author | hobbs <hobbs> | 2000-03-30 04:36:08 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-03-30 04:36:08 (GMT) |
commit | 5f7fd015c795c68b50b9f34e28deb81c5f5549d2 (patch) | |
tree | 6b5f76b81d605204fdd5800eab13e5da6f72abeb /ChangeLog | |
parent | 903cf0c3a7c1b8a6e73f5991bae107beb43e9d21 (diff) | |
download | tcl-5f7fd015c795c68b50b9f34e28deb81c5f5549d2.zip tcl-5f7fd015c795c68b50b9f34e28deb81c5f5549d2.tar.gz tcl-5f7fd015c795c68b50b9f34e28deb81c5f5549d2.tar.bz2 |
* generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup
more aware of TCL_BYTECODE_PRECOMPILED flagged structs (gen'd by
tbcload), to correctly clean them up.
* generic/tclClock.c (FormatClock): moved check for empty format
earlier, commented 0 result return value
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ +2000-03-29 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanup + more aware of TCL_BYTECODE_PRECOMPILED flagged structs (gen'd by + tbcload), to correctly clean them up. + + * generic/tclClock.c (FormatClock): moved check for empty format + earlier, commented 0 result return value + 2000-03-29 Sandeep Tamhankar <sandeep@scriptics.com> - * library/http2.1/http.tcl: Removed an unnecessary fileevent + * library/http2.1/http.tcl: Removed an unnecessary fileevent statement from the error processing part of the Write method. Also, fixed two potential memory leaks in wait and reset, in which the state array wasn't being unset before throwing an exception. |