Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 27 Jun 11
- nsf.c: * Don't output non-consuming procs (which are always called) via parametersyntax (shows, what a user can input) * additi… Show more
- nsf.c:    * Don't output non-consuming procs (which are always called)      via parametersyntax (shows, what a user can input)    * additional command ::nsf::object::initialized to check whether      an object is already initialized    * new function DispatchInitMethod() similar to DispatchDefaultMethod()    * let residualargs call init directly instead of doing it the inidrect way    * provided ability to call init with object parameters at arbitrary      times    * switch from Tcl_ObjCmdProc style interface (ClientData first)      to a C stype interface for DispatchDefaultMethod(), DispatchUnknownMethod()    * bring cmd definitions for nsf::object in right order - extended regression test

Show less