summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-06-14 15:21:12 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-06-14 15:21:12 (GMT)
commit509281cd2ab88a10a9e781f373d5e59f29f3bc79 (patch)
treeb7f93c0f3fad3eccfb16e8fcd337ce453d85e1c7 /ChangeLog
parent0c32ed9ff184245f1517edf43a56d458a73b871f (diff)
downloadtcl-509281cd2ab88a10a9e781f373d5e59f29f3bc79.zip
tcl-509281cd2ab88a10a9e781f373d5e59f29f3bc79.tar.gz
tcl-509281cd2ab88a10a9e781f373d5e59f29f3bc79.tar.bz2
Enable building Tcl with Microsoft's latest compiler offering
(VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 957ccd0..0f64b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/regerror.c: Enable building Tcl with Microsoft's
+ * generic/tcl.h: latest compiler offering (VS2005).
+ * generic/tclDate.c: We have to handle a number of oddities
+ * tests/env.test: as they have deprecated most of the
+ * win/makefile.vc: standard C library and now generate
+ * win/nmakehlp.c: manifest files to be linked into the
+ * win/rules.vc: binaries. SF bug #1424909
+ * win/tclWinTime.c:
+
2006-06-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/tclLoadDl.c (TclpDlopen): Workaround for a compiler bug in Sun