diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-16 08:55:17 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-16 08:55:17 (GMT) |
commit | 983937330a6bac21581e964cb6db12583896570b (patch) | |
tree | b7f230639f385480fd8e797acb33827ff2fe9faf | |
parent | 17a59b88cd2393c078b84bf0188c192bd907fc83 (diff) | |
download | tcl-983937330a6bac21581e964cb6db12583896570b.zip tcl-983937330a6bac21581e964cb6db12583896570b.tar.gz tcl-983937330a6bac21581e964cb6db12583896570b.tar.bz2 |
and changelog
FossilOrigin-Name: de775cfc919853bcd4c30d99e8cc59552bcd80fe
-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-08 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinFile.c: [Bug 3092089]: [file normalize] can remove path |