Index: TODO =================================================================== diff -u -re0d21a9856a40f8ea20454452aae3295fe572011 -rf7e7dd532f08b253e4b81e73074e216674685d60 --- TODO (.../TODO) (revision e0d21a9856a40f8ea20454452aae3295fe572011) +++ TODO (.../TODO) (revision f7e7dd532f08b253e4b81e73074e216674685d60) @@ -2295,7 +2295,19 @@ but handles triggered hash entry deletions - fixed reference count in AliasDeleteObjectReference() +- nsf.c: changed handling of cmdPtrs in callstack content. + * we use now explicit reference counting using + NsfCommandPreserve/NsfCommandRelease + * as a consequence, we do not need the following + functions Nsf_DeleteCommandFromToken() and + CallStackClearCmdReferences() any more. + * the flag NSF_CSC_OBJECT_ACTIVATED is not needed + anymore and was removed +- removed a small memory leak when a destroy method of an object o + deletes its grandparents namespace, containing also this class of o + (and its methods). Significantly eased by the change above. + TODO: - document value added replacements of Tcl functions