summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2006-09-26 21:40:34 (GMT)
committerpatthoyts <patthoyts@noemail.net>2006-09-26 21:40:34 (GMT)
commit8bc2536ce744ac7e819a93776fbbcc89b7119f05 (patch)
tree31f99b53eebeaa5a255e51509f28407c43ff23f8 /ChangeLog
parentcadd36f2f8db957f8a228ef49a971cb0f4418a13 (diff)
downloadtcl-8bc2536ce744ac7e819a93776fbbcc89b7119f05.zip
tcl-8bc2536ce744ac7e819a93776fbbcc89b7119f05.tar.gz
tcl-8bc2536ce744ac7e819a93776fbbcc89b7119f05.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: FossilOrigin-Name: 962a33862b39e8b8cb638dccffd3e0a9230b0f15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18adec0..bcae001 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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