summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-03-30 04:36:08 (GMT)
committerhobbs <hobbs>2000-03-30 04:36:08 (GMT)
commit5f7fd015c795c68b50b9f34e28deb81c5f5549d2 (patch)
tree6b5f76b81d605204fdd5800eab13e5da6f72abeb /ChangeLog
parent903cf0c3a7c1b8a6e73f5991bae107beb43e9d21 (diff)
downloadtcl-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--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 542ef26..f4a662e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.