diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 21:40:35 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 21:40:35 (GMT) |
commit | ce214ead30c417294e6701b0b07d0b6cc8f455c2 (patch) | |
tree | 31f99b53eebeaa5a255e51509f28407c43ff23f8 /ChangeLog | |
parent | c211c9903b52974bb4397841b10bcdefeb0329c1 (diff) | |
download | tcl-ce214ead30c417294e6701b0b07d0b6cc8f455c2.zip tcl-ce214ead30c417294e6701b0b07d0b6cc8f455c2.tar.gz tcl-ce214ead30c417294e6701b0b07d0b6cc8f455c2.tar.bz2 |
* win/makefile.vc: Updated MSVC build to properly deal with
* win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5
* win/rules.vc:
* generic/tcl.h: Fixed stat definition for MSVC8 AMD64.
* win/tclWinSock.c: Casting type police.
* win/tclWinTime.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-09-26 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/makefile.vc: Updated MSVC build to properly deal with + * win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5 + * win/rules.vc: + * generic/tcl.h: Fixed stat definition for MSVC8 AMD64. + * win/tclWinSock.c: Casting type police. + * win/tclWinTime.c: + 2006-09-26 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows |