summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-04 20:51:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-04 20:51:06 (GMT)
commit9cd3b6b2e13d2636c1b0455bd237e1231e1b9fc5 (patch)
tree4629d081436796671ba3419500517e5bf2be9674 /ChangeLog
parentee78c66928baca5068946e847951c4bfbb34ad81 (diff)
downloadtcl-9cd3b6b2e13d2636c1b0455bd237e1231e1b9fc5.zip
tcl-9cd3b6b2e13d2636c1b0455bd237e1231e1b9fc5.tar.gz
tcl-9cd3b6b2e13d2636c1b0455bd237e1231e1b9fc5.tar.bz2
Fix [Bug 3514761] and related ensemble/construction problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bb3f9f0..4c961d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2012-04-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOO.c (Tcl_NewObjectInstance, TclNRNewObjectInstance):
+ [Bug 3514761]: Fixed bogosity with automated argument description
+ handling when constructing an instance of a class that is itself a
+ member of an ensemble. Thanks to Andreas Kupries for identifying that
+ this was a problem case at all!
+ (Tcl_CopyObjectInstance): Fix potential bleed-over of ensemble
+ information into [oo::copy].
+
2012-04-04 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinSock.c: [Bug 510001]: TclSockMinimumBuffers needs plat imp
+ * win/tclWinSock.c: [Bug 510001]: TclSockMinimumBuffers needs plat imp
* generic/tclIOSock.c:
* generic/tclInt.decls:
* generic/tclIntDecls.h:
@@ -8,8 +18,8 @@
2012-04-03 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclStubInit.c Remove the TclpGetTZName implementation for
- * generic/tclIntDecls.h: Cygwin (from 2012-04-02 commit) , re-generated
+ * generic/tclStubInit.c: Remove the TclpGetTZName implementation for
+ * generic/tclIntDecls.h: Cygwin (from 2012-04-02 commit), re-generated
* generic/tclIntPlatDecls.h:
2012-04-02 Donal K. Fellows <dkf@users.sf.net>