summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-31 17:15:16 (GMT)
committernijtmans <nijtmans>2010-12-31 17:15:16 (GMT)
commite5d83fec3fdbff4766dde47e113d88b02626bc70 (patch)
tree68339dc73e8b71722bf29619d460ba1226b37b7e /ChangeLog
parentb6620722042118591eb20a1be3cb565d2518a94c (diff)
downloadtcl-e5d83fec3fdbff4766dde47e113d88b02626bc70.zip
tcl-e5d83fec3fdbff4766dde47e113d88b02626bc70.tar.gz
tcl-e5d83fec3fdbff4766dde47e113d88b02626bc70.tar.bz2
[Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called.
They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. (Backported from Tcl 8.6)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c30d590..c5090f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-31 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclHash.c: [Bug 3007895]: Tcl_(Find|Create)HashEntry
+ stub entries can never be called. They still cannot be called
+ (no change in functionality), but at least they now do
+ exactly the same as the Tcl_(Find|Create)HashEntry macro's,
+ so the confusion addressed in this Bug report is gone.
+ (Backported from Tcl 8.6)
+
2010-12-17 Stuart Cassoff <stwo@users.sourceforge.net>
* unix/Makefile.in: Remove unwanted/obsolete 'ddd' target.