summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-27 11:11:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-27 11:11:44 (GMT)
commit960bd1422f5ba24fa513f9738934538ab3140c73 (patch)
tree134e578f0c907dd96a6f92f6c5f3ce1bef0ca0cb /ChangeLog
parent038ad9c8c8c8a7c63a58858d7693942420d5babd (diff)
downloadtcl-960bd1422f5ba24fa513f9738934538ab3140c73.zip
tcl-960bd1422f5ba24fa513f9738934538ab3140c73.tar.gz
tcl-960bd1422f5ba24fa513f9738934538ab3140c73.tar.bz2
Fix [Bug 2531577]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c4ede0..806b7ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
-2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+2009-01-27 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOODefineCmds.c (Tcl_ClassSetConstructor):
+ [Bug 2531577]: Ensure that caches of constructor chains are cleared
+ when the constructor is changed.
+
+2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclInt.h: Fix [Bug 1028264]: WSACleanup() too early.
* generic/tclEvent.c: The fix introduces "late exit handlers"
* win/tclWinSock.c: for similar late process-wide cleanups.
-2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+2009-01-26 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* win/tclWinSocl.c: Fix [Bug 2446662]: resync Win behavior on RST
with that of unix (EOF).
@@ -20,15 +26,15 @@
2009-01-22 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCompile.h: CONSTify TclPrintInstruction (TIP #27)
+ * generic/tclCompile.h: CONSTify TclPrintInstruction (TIP #27)
* generic/tclCompile.c
- * generic/tclInt.h: CONSTify TclpNativeJoinPath (TIP #27)
+ * generic/tclInt.h: CONSTify TclpNativeJoinPath (TIP #27)
* generic/tclFileName.c
- * generic/tcl.decls {unix win} is equivalent to {generic}
+ * generic/tcl.decls: {unix win} is equivalent to {generic}
* generic/tclInt.decls
- * generic/tclDecls.h (regenerated)
+ * generic/tclDecls.h: (regenerated)
* generic/tclIntDecls.h
- * generic/tclGetDate.y: Single internal const decoration.
+ * generic/tclGetDate.y: Single internal const decoration.
* generic/tclDate.c:
2009-01-22 Kevin B. Kenny <kennykb@acm.org>