diff options
author | nijtmans <nijtmans> | 2010-12-31 17:15:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-31 17:15:16 (GMT) |
commit | e5d83fec3fdbff4766dde47e113d88b02626bc70 (patch) | |
tree | 68339dc73e8b71722bf29619d460ba1226b37b7e /ChangeLog | |
parent | b6620722042118591eb20a1be3cb565d2518a94c (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |