diff options
author | vasiljevic <zv@archiware.com> | 2005-10-14 17:35:12 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2005-10-14 17:35:12 (GMT) |
commit | de550bbae367416da0f3616fbf91102cd385b1a5 (patch) | |
tree | 3eda2f4cc8fc407c6d6985f51a3c0a21bb0ad900 | |
parent | f86d2874490b7bae60488ff994e162fad5c70113 (diff) | |
download | tcl-de550bbae367416da0f3616fbf91102cd385b1a5.zip tcl-de550bbae367416da0f3616fbf91102cd385b1a5.tar.gz tcl-de550bbae367416da0f3616fbf91102cd385b1a5.tar.bz2 |
See file.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-10-14 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclIO.c (Tcl_ClearChannelHandlers): removed + change dated 2005-10-04 (see below). + Look into Bug# 1323992 for detailed discussion. + + * generic/tcl.h: Fixed bad definition of CRTEXPORT + which should have been CRTIMPORT rather. This broke + compilation of generic/tclMain.c and was probably + introduced by mistage while applying the fix for the + Tcl Bug# 1256937 below. + 2005-10-14 Kevin Kenny <kennykb@acm.org> * generic/tclExecute.c (TclIncrObj, TclExecuteByteCode): |