summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-20 18:38:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-20 18:38:58 (GMT)
commit9081893af6246e0efbedb0ffda8411f22785b292 (patch)
tree374ee743c99d0a2dd7c9c90adb10bff3cccfb425 /ChangeLog
parentcce5798dd2f809a21574d3cfec62dc1884b2f25b (diff)
downloadtcl-9081893af6246e0efbedb0ffda8411f22785b292.zip
tcl-9081893af6246e0efbedb0ffda8411f22785b292.tar.gz
tcl-9081893af6246e0efbedb0ffda8411f22785b292.tar.bz2
changes through 8.4.6 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a553a0a..fc3c4df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -596,7 +596,7 @@
* 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]
+ freed objects. Thanks to Paul Obermeir for the report. [Bug 851747]
2003-12-01 Miguel Sofer <msofer@users.sf.net>