summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-10-28 16:06:30 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-10-28 16:06:30 (GMT)
commit61617a7891a8266415ac5a14e6dce92693e10c5c (patch)
treefa5e94f8a83450fe3df0bb0bb427b9b66aba15f6 /ChangeLog
parentedd30d9489db089dcc47c6110335a1cee9bc6ed5 (diff)
downloadtcl-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--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 84eec09..6809a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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