Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
callstack since macro invocations result in nested macro_execute() calls
otherwise a macro could set labels with program counters which are invalid in other macros/the command line
|
|
|
|
* when a pointer to an abstract base class is "deleted", it must have a virtual destructor so the destructor of derived classes is executed
* fixes for instance, deletion of save point files when the command line is terminated (undo stack is discarded)
* simplified some undotoken code
|
|
|
|
* the other classes (Table, StringTable, StringTableUndo) do not yet work
|