summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-07-27 22:18:21 (GMT)
committernijtmans <nijtmans>2008-07-27 22:18:21 (GMT)
commit18bbede136bbdbc5867f284093730f6b5b57cff6 (patch)
tree9addfbbe83939c7f293726911007b5a5c83bb4be /ChangeLog
parent496f531a89bb73a3d70a47ab4ef3d124081806ec (diff)
downloadtcl-18bbede136bbdbc5867f284093730f6b5b57cff6.zip
tcl-18bbede136bbdbc5867f284093730f6b5b57cff6.tar.gz
tcl-18bbede136bbdbc5867f284093730f6b5b57cff6.tar.bz2
* doc/Object.3 CONSTified 3 functions using
* doc/ObjectType.3 Tcl_ObjType which all are supposed * generic/tcl.decls to be a constant, but this was not * generic/tcl.h reflected in the API: * generic/tclDecls.h Tcl_ConvertToType * generic/tclObj.c Tcl_GetObjType * generic/tclCompCmds.c Tcl_RegisterObjType * generic/tclOOMethod.c Introduced a CONST86_RETURN, so extensions which * generic/tclTestobj.c use Tcl_ObjType directly can be modified to compile against both Tcl 8.5 and Tcl 8.6 tclDecls.h is re-generated with "make genstubs" This change complies with TIP #24 ***POTENTIAL INCOMPATIBILITY***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d093b6..43c21e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-07-27 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * doc/Object.3 CONSTified 3 functions using
+ * doc/ObjectType.3 Tcl_ObjType which all are supposed
+ * generic/tcl.decls to be a constant, but this was not
+ * generic/tcl.h reflected in the API:
+ * generic/tclDecls.h Tcl_ConvertToType
+ * generic/tclObj.c Tcl_GetObjType
+ * generic/tclCompCmds.c Tcl_RegisterObjType
+ * generic/tclOOMethod.c Introduced a CONST86_RETURN, so extensions which
+ * generic/tclTestobj.c use Tcl_ObjType directly can be modified to compile
+ against both Tcl 8.5 and Tcl 8.6
+ tclDecls.h is re-generated with "make genstubs"
+ This change complies with TIP #24
+ ***POTENTIAL INCOMPATIBILITY***
+
2008-07-25 Andreas Kupries <andreask@activestate.com>
* test/info.test: More work on singleTestInterp usability. This