Index: TODO =================================================================== diff -u -rf3407d8d1674a3018603edb8c367d717441b72a2 -r5bdff1d1c1174aad3ee37081292a6ad8d8baa619 --- TODO (.../TODO) (revision f3407d8d1674a3018603edb8c367d717441b72a2) +++ TODO (.../TODO) (revision 5bdff1d1c1174aad3ee37081292a6ad8d8baa619) @@ -2277,6 +2277,13 @@ - nx.tcl: needsForwarder is true, when method "get" is specified on a slot - nx.tcl: Don't generate per-slot add/assign handlers, when not needed +- nsf.c: 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). +- added regression test + TODO: - object parameter type forward: