summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-21 19:52:12 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-21 19:52:12 (GMT)
commit28e10d16ff23e12b9d930dcc0a73140af1265d93 (patch)
tree385a4c1bcb6c38cfebf2b69a1d8c73e24eb9ee8c /ChangeLog
parent9001e4a12a8cb6226719049f272585d73ca82f54 (diff)
downloadtcl-28e10d16ff23e12b9d930dcc0a73140af1265d93.zip
tcl-28e10d16ff23e12b9d930dcc0a73140af1265d93.tar.gz
tcl-28e10d16ff23e12b9d930dcc0a73140af1265d93.tar.bz2
* generic/tclInt.decls: Yet another round of attempting
* generic/tclInt.h: to get the correct type signature * unix/tclUnixPort.h: for TclpLocaltime and TclpGmtime. * unix/tclUnixTime.c: CONST TclpTime_t is a 'time_t *CONST' * win/tclWinTime.c: and not a 'CONST time_t*'! * generic/tclIntDecls.h: [Bug 1677275] * generic/tclIntPlatDecls.h: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a969b..2e1a7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-21 Kevin B. Kenny <kennyb@acm.org>
+
+ * generic/tclInt.decls: Yet another round of attempting
+ * generic/tclInt.h: to get the correct type signature
+ * unix/tclUnixPort.h: for TclpLocaltime and TclpGmtime.
+ * unix/tclUnixTime.c: CONST TclpTime_t is a 'time_t *CONST'
+ * win/tclWinTime.c: and not a 'CONST time_t*'!
+ * generic/tclIntDecls.h: [Bug 1677275]
+ * generic/tclIntPlatDecls.h: Regenerated.
+
2007-03-24 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
* win/tclWinThrd.c: Thread exit handler marks the current