summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 11:55:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-03 11:55:28 (GMT)
commit952d24142b646af79e23c6182cf4646295eec215 (patch)
tree876fd25342f6885be1eba0f216d2a7085f508dbd /ChangeLog
parentf3146e6826308cf112fccc9ac29ab18bca2a6071 (diff)
downloadtcl-952d24142b646af79e23c6182cf4646295eec215.zip
tcl-952d24142b646af79e23c6182cf4646295eec215.tar.gz
tcl-952d24142b646af79e23c6182cf4646295eec215.tar.bz2
cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,
so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63b2747..6b222e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-04-03 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * 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.
+ (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:
+
2012-03-30 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.decls: [Bug 3508771] load tclreg.dll in cygwin tclsh