summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-07-27 22:40:23 (GMT)
committernijtmans <nijtmans>2008-07-27 22:40:23 (GMT)
commitc5ed9debb3f2dd617c9c26aaa357b0af24acbfb6 (patch)
treeec8a4356dccdfd60342ba586f7d3810176fcb923 /ChangeLog
parent620325b7527923ddf3727210101f009552e00d47 (diff)
downloadtcl-c5ed9debb3f2dd617c9c26aaa357b0af24acbfb6.zip
tcl-c5ed9debb3f2dd617c9c26aaa357b0af24acbfb6.tar.gz
tcl-c5ed9debb3f2dd617c9c26aaa357b0af24acbfb6.tar.bz2
formatting only
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 7628b02..04d94e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,19 +5,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***
+ * 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>