Clone
Gustaf A. Neumann <neumann@Gustaf-A-Neumanns-iMac.local>
committed
on 27 Oct 10
- changed CallStackGetActiveProcFrame() to return also CMETHD frames This allows to execute :volatile in a initcmd and to delete the obj… Show more
- changed CallStackGetActiveProcFrame() to return also CMETHD frames   This allows to execute :volatile in a initcmd and to delete the   object at its end. As a consequence, code like      [CopyHandler new -volatile] copy [::nsf::self] $newName   has to be changed to       CopyHandler new {        :copy [:uplevel ::nsf::self] [uplevel set newName]        :destroy       } - renamed CallStackUseActiveFrames() to CallStackUseActiveFrame()   and ctx->framesSaved to ctx->frameSaved to reflect implementation

Show less