summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-16 21:25:07 (GMT)
committerhobbs <hobbs>2003-07-16 21:25:07 (GMT)
commit8950d01535cc68e18a799015b5bd31af5c9562c3 (patch)
tree7420a60f355dca8b31bfe9fec2dc4a6bb9cf47be /ChangeLog
parent807f03b48dcdb08f9acb0493b804a5b41d5bf7a0 (diff)
downloadtcl-8950d01535cc68e18a799015b5bd31af5c9562c3.zip
tcl-8950d01535cc68e18a799015b5bd31af5c9562c3.tar.gz
tcl-8950d01535cc68e18a799015b5bd31af5c9562c3.tar.bz2
* generic/tclPreserve.c: In Result and Preserve'd routines, do not
* generic/tclUtil.c: assume that ckfree == free, as that is not * generic/tclResult.c: always true. [Bug 756791] (fuller)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 17 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 800da69..2381202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-16 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclPreserve.c: In Result and Preserve'd routines, do not
+ * generic/tclUtil.c: assume that ckfree == free, as that is not
+ * generic/tclResult.c: always true. [Bug 756791] (fuller)
+
2003-07-16 Mo DeJong <mdejong@users.sourceforge.net>
* win/Makefile.in: Don't define TCL_DBGX
@@ -99,11 +105,11 @@
do encoding conversion by dropping high bytes, unlike the rest of
the core. [Bug 735364]
-2003-07-11 Don Porter <dgp@users.sourceforge.net>
+2003-07-11 Don Porter <dgp@users.sourceforge.net>
- * library/package.tcl: Corrected [pkg_mkIndex] bug reported on
- comp.lang.tcl. The indexer was searching for newly indexed packages
- instead of newly provided packages.
+ * library/package.tcl: Corrected [pkg_mkIndex] bug reported on
+ comp.lang.tcl. The indexer was searching for newly indexed packages
+ instead of newly provided packages.
2003-07-04 Donal K. Fellows <fellowsd@cs.man.ac.uk>
@@ -152,17 +158,17 @@
the part of [Bug 495830] that is new in 8.4.
* tests/interp.test: Added tests 18.9 (knownbug) and 18.10
-2003-06-09 Don Porter <dgp@users.sourceforge.net>
+2003-06-09 Don Porter <dgp@users.sourceforge.net>
- * string.test (string-4.15): Added test for [string first] bug
- reported in Tcl 8.3, where test for all-single-byte-encoded strings
- was not reliable.
+ * tests/string.test (string-4.15): Added test for [string first] bug
+ reported in Tcl 8.3, where test for all-single-byte-encoded strings
+ was not reliable.
2003-06-04 Joe Mistachkin <joe@mistachkin.com>
- * tools/man2help.tcl: Added duplicate help section checking
- * tools/index.tcl: and corrected a comment typo for the
- getTopics proc in index.tcl [Bug #748700].
+ * tools/man2help.tcl: Added duplicate help section checking
+ * tools/index.tcl: and corrected a comment typo for the
+ getTopics proc in index.tcl [Bug #748700].
2003-05-23 Don Porter <dgp@users.sourceforge.net>