summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-12-18 15:21:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-12-18 15:21:20 (GMT)
commit315bd588df6de70180a2b3279c7364f742ae39c0 (patch)
treeea1bfda2c044ad0afd621d6bcb88bbf1310f7961 /ChangeLog
parentb3487fd01575260657f3048607365dc2aa3ad6ac (diff)
downloadtcl-315bd588df6de70180a2b3279c7364f742ae39c0.zip
tcl-315bd588df6de70180a2b3279c7364f742ae39c0.tar.gz
tcl-315bd588df6de70180a2b3279c7364f742ae39c0.tar.bz2
Minor stub-table fixes; see ChangeLog for details
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f6849..f1c53bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-12-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.h (TCL_STUB_MAGIC): Added cast to force type to be
+ an int and get rid of a persistent and pointless warning with
+ SunPro compiler.
+
+ * generic/tclCkalloc.c (Tcl_AttemptDbCkalloc,Tcl_AttemptDbCkrealloc):
+ * generic/tcl.decls (Tcl_AttemptDbCkalloc,Tcl_AttemptDbCkrealloc):
+ Made the file parameters to these functions into CONST char *,
+ like they always should have been to match the other Tcl*Db* API
+ functions.
+
2001-12-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* Applied #219311 on behalf of Rolf Schroedter