Index: TODO =================================================================== diff -u -r5357e15dadb6bbb59394222187096850742f8c3b -rce0ccaa71d0383f20978031448b1fb3adabec3ad --- TODO (.../TODO) (revision 5357e15dadb6bbb59394222187096850742f8c3b) +++ TODO (.../TODO) (revision ce0ccaa71d0383f20978031448b1fb3adabec3ad) @@ -1874,8 +1874,18 @@ - show "unwind unstacked entry" message appear only when debug level>0 - removed fixed TODO entries +- New function NsfNamespaceInit() to + initialize pre-existing namespaces in PrimitiveOInit() + TODO: +- Since we have to do a TclGetNamespaceForQualName in PrimitiveOInit() + and since the resulting nsPtr has a parentPtr, we should be able to + omit/simplify NSCheckForParent(); +- For preexisting namespaces, we do not set the deleteProc. + Is this desired? Should nsPtr->deleteProc be moved to + NsfNamespaceInit()? + - "-returns" * leave syntax as is for method? * add flag to alias and forward?