diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-01-25 14:39:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-01-25 14:39:55 (GMT) |
commit | 68fbac8d0f24ffb16077c6c3ecd6c1a61ab16bb1 (patch) | |
tree | cd1368cc4eeee7ad19d71b6daad4256bcffb9205 /ChangeLog | |
parent | 8df49a02756833a2aefa9dcba660412037e4f1c4 (diff) | |
download | tcl-68fbac8d0f24ffb16077c6c3ecd6c1a61ab16bb1.zip tcl-68fbac8d0f24ffb16077c6c3ecd6c1a61ab16bb1.tar.gz tcl-68fbac8d0f24ffb16077c6c3ecd6c1a61ab16bb1.tar.bz2 |
* generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When
copying an object, make sure that the configuration of the variable
resolver is also duplicated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ +2012-01-25 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When + copying an object, make sure that the configuration of the variable + resolver is also duplicated. + 2012-01-22 Jan Nijtmans <nijtmans@users.sf.net> - * tools/uniClass.tcl: [Frq 3473670]: Various Unicode-related + * tools/uniClass.tcl: [FRQ 3473670]: Various Unicode-related * tools/uniParse.tcl: speedups/robustness. Enhanced tools to * generic/tclUniData.c: be able to handle characters > 0xffff * generic/tclUtf.c: Done in all branches in order to simplify |