summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-16 09:58:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-16 09:58:26 (GMT)
commit423ee90c6a53e010fca820677dbeb39006e708b6 (patch)
tree71f81c214601bb092fc71583a9b9a05a4938b58a /ChangeLog
parenteebca1b4221214a214fa33ce5708abbce7582602 (diff)
parent3bbe089a07471851d1352b8d2ac3a2f544c3d8bb (diff)
downloadtcl-423ee90c6a53e010fca820677dbeb39006e708b6.zip
tcl-423ee90c6a53e010fca820677dbeb39006e708b6.tar.gz
tcl-423ee90c6a53e010fca820677dbeb39006e708b6.tar.bz2
Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default.
Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434cbea..fa41721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-16 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * Makefile.in: Enable win32 build with -DTCL_NO_DEPRECATED, just
+ * generic/tcl.h: as 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