Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 27 Aug 10
- Fixed a relict of switching from ::nx::core::* to ::nsf::*. Removing the *::unsetUnknowArgs script fragment from proc bodies assumed 29 … Show more
- Fixed a relict of switching from ::nx::core::* to ::nsf::*. Removing   the *::unsetUnknowArgs script fragment from proc bodies assumed 29   characters rather than 24 characters. This left proc bodies   amputated when e.g. retrieved through [info method definition] in   the presence of unknown (non-initialised) proc-local variables. - Corrected the submethod definition of Object->info()->is(): It did   not check for the existence of the optional trailing parameter and   so info()->is() barfed.

Show less