diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-21 22:42:47 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-21 22:42:47 (GMT) |
commit | 184d051d02dfd8fac7ea89ac7672f3c865b88fdd (patch) | |
tree | 74f27840a66f878f15af8a6a5360a1b624736860 /ChangeLog | |
parent | 28e10d16ff23e12b9d930dcc0a73140af1265d93 (diff) | |
download | tcl-184d051d02dfd8fac7ea89ac7672f3c865b88fdd.zip tcl-184d051d02dfd8fac7ea89ac7672f3c865b88fdd.tar.gz tcl-184d051d02dfd8fac7ea89ac7672f3c865b88fdd.tar.bz2 |
Restored Cygwin buildability [Bug 1387154]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ 2007-04-21 Kevin B. Kenny <kennyb@acm.org> + * generic/tclClock.c: Restored Cygwin buildability [Bug 1387154] * 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] + * win/tclWinTime.c: and not a 'CONST time_t*' [Bug 1677275] + * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: Regenerated. 2007-03-24 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> |