diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 00:11:57 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-09-26 00:11:57 (GMT) |
commit | c2af4db9faa7e6de234f565278c8962543a2fc2d (patch) | |
tree | ee259933c999a7e141f7cfcd6cd74648092a9a30 | |
parent | d421cc6148b8573ae4284cb05be84eb936f44623 (diff) | |
download | tcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.zip tcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.tar.gz tcl-c2af4db9faa7e6de234f565278c8962543a2fc2d.tar.bz2 |
Fixing msvc8 and stat modifications
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |