diff options
author | jan <jan> | 2011-03-25 21:16:15 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-25 21:16:15 (GMT) |
commit | 5964f0af379da6d133cf236fa9ad9eb9a7fc39fb (patch) | |
tree | 47fc9b18491d0cc32c1fbd116fbe9c665475ac58 /ChangeLog | |
parent | 7f62526237f1fbba269a64a7a4c8a369d7b5e388 (diff) | |
download | tcl-5964f0af379da6d133cf236fa9ad9eb9a7fc39fb.zip tcl-5964f0af379da6d133cf236fa9ad9eb9a7fc39fb.tar.gz tcl-5964f0af379da6d133cf236fa9ad9eb9a7fc39fb.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.
Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-03-25 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. + Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76) + 2011-03-24 Donal K. Fellows <dkf@users.sf.net> * generic/tclFCmd.c (TclFileAttrsCmd): Ensure that any reference to |