Index: ChangeLog =================================================================== diff -u -r09b69017b6e76294eb4553341a98e5409d4a5741 -r5fae57ab03ce52f7e2e5b3bc954eb6b97c3f33d1 --- ChangeLog (.../ChangeLog) (revision 09b69017b6e76294eb4553341a98e5409d4a5741) +++ ChangeLog (.../ChangeLog) (revision 5fae57ab03ce52f7e2e5b3bc954eb6b97c3f33d1) @@ -1,13 +1,17 @@ +2011-02-09 + * Backport of nsf to handle partial implicit deletes + 2011-01-20 * Change backport of fix below to a check of numEntries - + 2011-01-20 * Backport of fix for nsf : fixed a nasty bug within namespace deletion, when a deletion of one tcl cmd caused implicit deletions of other cmds in the same namespace. The classical idiom for looking over hash tables with Tcl_GetHashValue() and Tcl_NextHashEntry(hSrch) can lead to crashes (and has different - behavior depending on the number of buckets). + behavior depending on the number of buckets). This fix handles + complete implicit deletes. 2010-12-26 * Make cppcheck happy