diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-16 09:17:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-16 09:17:25 (GMT) |
commit | 3bbe089a07471851d1352b8d2ac3a2f544c3d8bb (patch) | |
tree | 274545e9246a2a642e1ceca8183e2f171205c59c /ChangeLog | |
parent | 5d8dc198ffb03372e3b66985f080b2d9a3a30297 (diff) | |
parent | 09c2f769ba9fbbb8a1b62ce432c0c7a26ca4f800 (diff) | |
download | tcl-3bbe089a07471851d1352b8d2ac3a2f544c3d8bb.zip tcl-3bbe089a07471851d1352b8d2ac3a2f544c3d8bb.tar.gz tcl-3bbe089a07471851d1352b8d2ac3a2f544c3d8bb.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 (this is not what TCL_NO_DEPRECATED is supposed to do).
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 |