summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-19 13:59:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-19 13:59:01 (GMT)
commit28491fd18e605b9ed59f018d696242461a875639 (patch)
tree4db1f54ddf56e3c4c847582207a40aa87b0d2993 /ChangeLog
parent0e20ec5de2f4c95597a4c146ea2a6d469f37357f (diff)
downloadtcl-28491fd18e605b9ed59f018d696242461a875639.zip
tcl-28491fd18e605b9ed59f018d696242461a875639.tar.gz
tcl-28491fd18e605b9ed59f018d696242461a875639.tar.bz2
General cleanup of reflected channel code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d9347d6..eae470d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2005-10-19 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * generic/tclIORChan.c: General cleanup, removing checks that are
+ unnecessary due to the general contracts of other functions in the
+ core, converting to using ANSI declarations, etc. Note that nearly
+ the whole file has changed, but it is often just cosmetic.
+
2005-10-19 Miguel Sofer <msofer@users.sf.net>
- * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND):
- fixed faulty peephole optimisation that can cause crashes
- [Bug 1331475]
+ * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed
+ faulty peephole optimisation that can cause crashes [Bug 1331475]
2005-10-18 Don Porter <dgp@users.sourceforge.net>