Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 19 Jan 12
- alias reform: instead of calling first an alias with a stack frame followed by the dispatched of the aliased cmd, resolve aliases inte… Show more
- alias reform: instead of calling first an alias with a stack frame   followed by the dispatched of the aliased cmd, resolve aliases   internally in dispatch. This has the advantage that we do not   have to ignore the "transparent" stack frame in some sitations,   and we have much less problems with the names of the aliased cmds   (e.g. objects) in the introspection methods. Additionally, several   problem cases disappeared from the regression test cases.   In addition, the new approach is faster. - eliminating obsolete flag NSF_CSC_CALL_IS_TRANSPARENT

Show less