summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-17 08:38:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-17 08:38:41 (GMT)
commit4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f (patch)
tree22b65965f9b38c6616be9189ca8a6b64dc72e478 /ChangeLog
parent445ffe85310c4a5853d313305b11a4323605c29c (diff)
parent6fe554cad0f2191435d30324f3e2b0caf121f891 (diff)
downloadtcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.zip
tcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.tar.gz
tcl-4a5ef05df5be16afdfdbf1a38f32d72bb3654f7f.tar.bz2
revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 968057f..23cd2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,17 +5,12 @@
2013-01-16 Jan Nijtmans <nijtmans@users.sf.net>
- * Makefile.in: Enable win32 build with -DTCL_NO_DEPRECATED, just as
+ * Makefile.in: Allow win32 build with -DTCL_NO_DEPRECATED, just as
* generic/tcl.h: in the UNIX build. Define Tcl_EvalObj and
* generic/tclDecls.h: Tcl_GlobalEvalObj as macros, even when
* generic/tclBasic.c: TCL_NO_DEPRECATED is defined, so Tk can benefit
from it too.
-2013-01-15 Jan Nijtmans <nijtmans@users.sf.net>
-
- * generic/tclPort.h: [Bug 3598300]: unix: tcl.h does not include
- * unix/tclUnixPort.h: sys/stat.h
-
2013-01-14 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4: More flexible search for win32 tclConfig.sh, backported