Index: TODO =================================================================== diff -u -r2b8b3b10404d6e67ce420e8e2a2fda57991d7c5f -r65ec5477000f631789c0809b8a832f45e1b634a4 --- TODO (.../TODO) (revision 2b8b3b10404d6e67ce420e8e2a2fda57991d7c5f) +++ TODO (.../TODO) (revision 65ec5477000f631789c0809b8a832f45e1b634a4) @@ -2548,6 +2548,12 @@ * make sure to create the cmds for objects with Tcl_NRCreateCommand() to choose trampoline-path in the trunk version of Tcl +* The newest trunk version of Tcl in fossil has TclStackFree() and + TclStackAlloc() removed We had to substitute this + functions. Unfortunately, the lifetime of the strack structures has + changed, so we had shuffle some interals around. + + TODO: - maybe the destructor of a slot should remove the setter/forwarder - how to delete attributes?