summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-24 01:14:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-24 01:14:38 (GMT)
commitd1fefb7ec79f96d245eb6d5c88159ca70251ccd2 (patch)
tree1df679b5cc067e181ce58de48df471961b5d2fec /ChangeLog
parent910d08025cdac3f37d7cf798cee2b634f6ebd711 (diff)
downloadtcl-d1fefb7ec79f96d245eb6d5c88159ca70251ccd2.zip
tcl-d1fefb7ec79f96d245eb6d5c88159ca70251ccd2.tar.gz
tcl-d1fefb7ec79f96d245eb6d5c88159ca70251ccd2.tar.bz2
* generic/tclBasic.c: Corrections to the 2004-09-21 commit
* generic/tclExecute.c: regarding ERR_ALREADY_LOGGED. That commit * generic/tclNamesp.c: caused Tk test send-10.7 to fail. Added * tests/namespace.test (25.7,8): tests in the Tcl test suite * tests/pkg.test (2.25,26): to catch this error without the aid of Tk in the future.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cddd0a0..170a1ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
2004-09-23 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c: Corrections to the 2004-09-21 commit
+ * generic/tclExecute.c: regarding ERR_ALREADY_LOGGED. That commit
+ * generic/tclNamesp.c: caused Tk test send-10.7 to fail. Added
+ * tests/namespace.test (25.7,8): tests in the Tcl test suite
+ * tests/pkg.test (2.25,26): to catch this error without the
+ aid of Tk in the future.
+
* generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProc
of [expr] with a call to Tcl_ConcatObj.