summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-19 08:37:45 (GMT)
committernijtmans <nijtmans>2011-01-19 08:37:45 (GMT)
commit483906b2bfc4adbe469fbf90f6aabeabb554a2e9 (patch)
tree911310903c090107b9cb8385ea90409ba2841932 /ChangeLog
parent6b7380b1f6825b586217d2398fe5d44fa775c6a1 (diff)
downloadtk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.zip
tk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.tar.gz
tk-483906b2bfc4adbe469fbf90f6aabeabb554a2e9.tar.bz2
Make sure to use CONST/VOID in stead of
const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71de34f..81da836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-19 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/ttk/ttkGenStubs.tcl: Make sure to use CONST/VOID in stead of
+ * generic/tclIntDecls.h const/void when appropriate. This allows to
+ * generic/tclIntPlatDecls.h use const/void in the *.decls file always,
+ * generic/tclTomMathDecls.h genStubs will do the right thing.
+
2011-01-17 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4: handle --enable-64bit=ia64 for gcc. BACKPORT.