diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-19 13:59:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-10-19 13:59:01 (GMT) |
commit | 28491fd18e605b9ed59f018d696242461a875639 (patch) | |
tree | 4db1f54ddf56e3c4c847582207a40aa87b0d2993 /ChangeLog | |
parent | 0e20ec5de2f4c95597a4c146ea2a6d469f37357f (diff) | |
download | tcl-28491fd18e605b9ed59f018d696242461a875639.zip tcl-28491fd18e605b9ed59f018d696242461a875639.tar.gz tcl-28491fd18e605b9ed59f018d696242461a875639.tar.bz2 |
General cleanup of reflected channel code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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> |