summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-07 21:14:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-07 21:14:22 (GMT)
commit2fcbb37a1b10ceee78d909cf4dc036e54651d058 (patch)
treebb1af55233b6c154581d72c4b8a21a8ff5293742 /ChangeLog
parentab2cff383bae8438e025d4f11ad7dfe7f2eecf17 (diff)
downloadtcl-2fcbb37a1b10ceee78d909cf4dc036e54651d058.zip
tcl-2fcbb37a1b10ceee78d909cf4dc036e54651d058.tar.gz
tcl-2fcbb37a1b10ceee78d909cf4dc036e54651d058.tar.bz2
* generic/tclObj.c: Restored registration of the "procbody"
Tcl_ObjType, as required by the tclcompiler application.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 8 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index aa7a75e..145e740 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclObj.c: Restored registration of the "procbody"
+ Tcl_ObjType, as required by the tclcompiler application.
+
+ * generic/tclDecls.h: make genstubs
+ * generic/tclStubInit.c:
+
2005-06-07 Donal K. Fellows <dkf@users.sf.net>
* tests/chan.test (chan-15.2): Added real test of truncation.
@@ -6,23 +14,12 @@
* generic/tcl.h: channel type versions
* doc/CrtChannel.3: following advice from AKu
-2005-06-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
-
Bump patchlevel to a4 to distinguish from a3 release.
-2005-06-07 Donal K. Fellows <dkf@users.sf.net>
-
* generic/tclInt.h (INTERP_TRACE_IN_PROGRESS): Add flag so the error
* generic/tclIndexObj.c (Tcl_WrongNumArgs): messages from ensembles
* generic/tclIOCmd.c (Tcl_ReadObjCmd): can be correct.
-2005-06-07 Don Porter <dgp@users.sourceforge.net>
-
- * generic/tclDecls.h: make genstubs
- * generic/tclStubInit.c:
-
-2005-06-07 Donal K. Fellows <dkf@users.sf.net>
-
TIP#208 IMPLEMENTATION
* library/init.tcl: Create the chan ensemble.