summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2005-10-14 17:35:12 (GMT)
committervasiljevic <zv@archiware.com>2005-10-14 17:35:12 (GMT)
commitde550bbae367416da0f3616fbf91102cd385b1a5 (patch)
tree3eda2f4cc8fc407c6d6985f51a3c0a21bb0ad900
parentf86d2874490b7bae60488ff994e162fad5c70113 (diff)
downloadtcl-de550bbae367416da0f3616fbf91102cd385b1a5.zip
tcl-de550bbae367416da0f3616fbf91102cd385b1a5.tar.gz
tcl-de550bbae367416da0f3616fbf91102cd385b1a5.tar.bz2
See file.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8556d8f..d13b412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):