diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-28 16:06:30 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-28 16:06:30 (GMT) |
commit | 61617a7891a8266415ac5a14e6dce92693e10c5c (patch) | |
tree | fa5e94f8a83450fe3df0bb0bb427b9b66aba15f6 /ChangeLog | |
parent | edd30d9489db089dcc47c6110335a1cee9bc6ed5 (diff) | |
download | tcl-61617a7891a8266415ac5a14e6dce92693e10c5c.zip tcl-61617a7891a8266415ac5a14e6dce92693e10c5c.tar.gz tcl-61617a7891a8266415ac5a14e6dce92693e10c5c.tar.bz2 |
added CONST to TclpLocaltime and TclpGmtime param throughout
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,7 +1,18 @@ +2004-10-28 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclInt.decls: + * unix/tclUnixTime.c (TclpGmtime, TclpLocaltime): + * win/tclWinTime.c (TclpGmtime, TclpLocaltime): + Changed type signatures of TclpGmtime and TclpLocaltime + to accept CONST TclpTime_t throughout, to avoid any possible + confusion in pedantic compilers. [Bug 1001319] + * generic/tclIntDecls.h: + * generic/tclIntPlatDecls.h: Regenerated. + 2004-10-27 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdAH.c (Tcl_FormatObjCmd): Restored missing - line from yesterdays' 868486 backport that caused failed alloc's + line from yesterdays' 868489 backport that caused failed alloc's on LP64 systems. * tests/appendComp.test: Backport test suite fixes of errors @@ -19,7 +30,7 @@ 2004-10-26 Kevin B. Kenny <kennykb@acm.org> * generic/tclCmdAH.c (Tcl_FormatObjCmd): Backport a missing bit - of the bug 868486 fix. + of the bug 868489 fix. * generic/tclObj.c (SetBooleanFromAny): Backport fix for Bug 1026125. * tests/format.test (format-19.1): Additional regression test for |