summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 14:05:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 14:05:50 (GMT)
commitc784b1f0894524685e6439e53ae4c96c1064f805 (patch)
tree9f7c3c2a4ab49d052d852a364e113efe948ecd51 /ChangeLog
parent7a8321aedc04c3f345ba3ca7350e1af95a2c4c65 (diff)
downloadtcl-c784b1f0894524685e6439e53ae4c96c1064f805.zip
tcl-c784b1f0894524685e6439e53ae4c96c1064f805.tar.gz
tcl-c784b1f0894524685e6439e53ae4c96c1064f805.tar.bz2
clean-up tcl.decls the same way as tclInt.decls
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b222e7..d985048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,14 +2,15 @@
* tools/genStubs.tcl: Let genStubs.tcl do the void -> VOID and
const -> CONST translations, so we cannot forget it in the *.decls file
- * generic/tclInt.decls: VOID -> void and CONST -> const, so depend
- on genStubs.tcl to generate the correct form in the *Decls.h file.
- This brings tclInt.decls in the same form as Tcl 8.5/8.6, so a diff
- can show us the real signature differences.
+ * generic/tcl.decls: VOID -> void and CONST -> const, so depend
+ * generic/tclInt.decls: on genStubs.tcl to generate the correct form
+ form in the *Decls.h file. This brings tclInt.decls in the same form as
+ Tcl 8.5/8.6, so a diff can show us the real signature differences.
(Backported from Tcl 8.5, no change in any function signature)
* generic/tclStubInit.c Remove the TclpGetTZName implementation for
* generic/tclIntDecls.h: Cygwin (from previous commit) , re-generated
* generic/tclIntPlatDecls.h:
+ * generic/tclDecls.h
2012-03-30 Jan Nijtmans <nijtmans@users.sf.net>