diff options
author | hobbs <hobbs> | 2005-12-08 20:20:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-12-08 20:20:31 (GMT) |
commit | 9a0b2f10b4c17659126642ca9fd595b75464d292 (patch) | |
tree | fe88a4206ae9725bedb9edc971c8ff90e15c52f7 /ChangeLog | |
parent | beb1e767c6d1b56803decc299a1046cbe27a1687 (diff) | |
download | tcl-9a0b2f10b4c17659126642ca9fd595b75464d292.zip tcl-9a0b2f10b4c17659126642ca9fd595b75464d292.tar.gz tcl-9a0b2f10b4c17659126642ca9fd595b75464d292.tar.bz2 |
* win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support
* win/tcl.m4, win/configure: CE still requires C code fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-12-08 Jeff Hobbs <jeffh@ActiveState.com> + + * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support + * win/tcl.m4, win/configure: CE still requires C code fixes. + + * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= + 1400 (i.e. latest Platform SDK). + 2005-12-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * doc/socket.n: Cross-referenced the socket documentation better to |