diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-16 09:58:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-16 09:58:26 (GMT) |
commit | 423ee90c6a53e010fca820677dbeb39006e708b6 (patch) | |
tree | 71f81c214601bb092fc71583a9b9a05a4938b58a /ChangeLog | |
parent | eebca1b4221214a214fa33ce5708abbce7582602 (diff) | |
parent | 3bbe089a07471851d1352b8d2ac3a2f544c3d8bb (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |