diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-10-09 00:29:27 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-10-09 00:29:27 (GMT) |
commit | e7ee62989ba32781bf9225e6e5e4d1d3800535c0 (patch) | |
tree | c9406dd2cfb8ad400bbaef02bce71a357ac0ca27 /ChangeLog | |
parent | 834dd44b02f471e7a56355d1085568f7f9a2f006 (diff) | |
download | tcl-e7ee62989ba32781bf9225e6e5e4d1d3800535c0.zip tcl-e7ee62989ba32781bf9225e6e5e4d1d3800535c0.tar.gz tcl-e7ee62989ba32781bf9225e6e5e4d1d3800535c0.tar.bz2 |
* win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin
* win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in
* generic/tclObj.c: Win32 VC builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-09 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin + * win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in + * generic/tclObj.c: Win32 VC builds. + 2003-10-08 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Save and restore the iPtr->flag bits that |