Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 20 Jan 11
- 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 … Show more
- 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

Show less