summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-12-02 09:29:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-12-02 09:29:53 (GMT)
commit714062429727db934f7ab082dbe42ecf849cd5ef (patch)
treec1cd1a077d80679a1fbc81f6019dbd2fe9d0e03f /ChangeLog
parent79877d101ab3004b17ba6d38218d0df877602876 (diff)
downloadtcl-714062429727db934f7ab082dbe42ecf849cd5ef.zip
tcl-714062429727db934f7ab082dbe42ecf849cd5ef.tar.gz
tcl-714062429727db934f7ab082dbe42ecf849cd5ef.tar.bz2
Stop losing references when variables are repeated in [binary scan]. [851747]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 136281c..3d7e7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclBinary.c (DeleteScanNumberCache, ScanNumber): Made
+ the numeric scan-value cache have proper references to the objects
+ within it so strange patterns of writes won't cause references to
+ freed objects. [Bug 851747]
+
2003-12-01 Miguel Sofer <msofer@users.sf.net>
* doc/lset.n: fix typo [Bug 852224]