summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-17 13:46:52 (GMT)
commitd31e503f35b1725bd85c3db7630961899da7d348 (patch)
treec8ab1107a2f04f107a8af058acfcf88491bc8957 /ChangeLog
parentde9162b57896208bbef88dfc0f2529881220d94c (diff)
parent6949095cb428058b23ff8f69600aff307217de35 (diff)
downloadtcl-d31e503f35b1725bd85c3db7630961899da7d348.zip
tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.gz
tcl-d31e503f35b1725bd85c3db7630961899da7d348.tar.bz2
merge trunk
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