diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2005-10-14 11:14:31 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2005-10-14 11:14:31 (GMT) |
commit | 25dac25a7acae9b4d403cd3a02160e7470be5c18 (patch) | |
tree | 00b6ea924753f686a36c10ce34028e4b294df520 /ChangeLog | |
parent | 4c4dbba0fe0d26097c20ac8bc74b873c7adbb28c (diff) | |
download | tcl-25dac25a7acae9b4d403cd3a02160e7470be5c18.zip tcl-25dac25a7acae9b4d403cd3a02160e7470be5c18.tar.gz tcl-25dac25a7acae9b4d403cd3a02160e7470be5c18.tar.bz2 |
* generic/tcl.h: Fix for bug #1256937 - correctly decorate
* generic/tclMain.c: imported functions from msvcrt in static builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-10-14 Pat Thoyts <patthoyts@users.sourceforge.net> + + * generic/tcl.h: Fix for bug #1256937 - correctly decorate + * generic/tclMain.c: imported functions from msvcrt in static builds. + 2005-10-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tests/format.test: "Forward"-port of test updates relating to |