diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-12-18 15:21:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-12-18 15:21:20 (GMT) |
commit | 315bd588df6de70180a2b3279c7364f742ae39c0 (patch) | |
tree | ea1bfda2c044ad0afd621d6bcb88bbf1310f7961 /ChangeLog | |
parent | b3487fd01575260657f3048607365dc2aa3ad6ac (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |