summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-09-26 00:11:57 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-09-26 00:11:57 (GMT)
commitc2af4db9faa7e6de234f565278c8962543a2fc2d (patch)
treeee259933c999a7e141f7cfcd6cd74648092a9a30
parentd421cc6148b8573ae4284cb05be84eb936f44623 (diff)
downloadtcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.zip
tcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.tar.gz
tcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.tar.bz2
Fixing msvc8 and stat modifications
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b2c509..e8c8327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2006-09-25 Pat Thoyts <patthoyts@users.sourceforge.net>
- * generic/tclTimer.c: Tcl_Time structure members are longs.
+ * generic/tcl.h: More fixing which struct stat to refer to.
* generic/tclGetDate.y: Some casts from time_t to int required.
+ * generic/tclTimer.c: Tcl_Time structure members are longs.
+ * win/makefile.vc: Support for varying compiler options
+ * win/rules.vc: and build to platform-specific subdirs.
2006-09-25 Andreas Kupries <andreask@activestate.com>