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 | 3bb6d870416fa3e858f780bf958bd188d13d58a2 (patch) | |
tree | 71f81c214601bb092fc71583a9b9a05a4938b58a /ChangeLog | |
parent | 55804e86ba499482718af840b92ccf663eec5151 (diff) | |
parent | 3db744b60506ba65731f996d7e3dc5224d232bc9 (diff) | |
download | tcl-3bb6d870416fa3e858f780bf958bd188d13d58a2.zip tcl-3bb6d870416fa3e858f780bf958bd188d13d58a2.tar.gz tcl-3bb6d870416fa3e858f780bf958bd188d13d58a2.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 |