New feature: added support for return value checker for nsf::proc One can now specify "-returns ...." in nsf::proc commands the same way as in nx/XOTcl2 methods.
Fix bug, where Tcl's "string is" checker modified result, when used as a return value checker The new code saves and restores the original result value. The regression test was extended. Many thanks to Antonio Pisano for pointing out this issue.