nsf

Clone Tools
  • last updated 33 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add one more testcase for wideint

- added tests for integer, wideinteger and bignums

- fixed memory leak in "... info mixin classes -heritage"

- moved mixin reg type converter to a new file (nsfObj.c) - added NsfFilterregObjType, to provide a converter for filter registration similar to mixin registrations - replaced dummy dupIntRepProc and updateStringProc in nsfObj.c by NULL

- moved mixin reg type converter to a new file (nsfObj.c)

    • -0
    • +179
    /generic/nsfObj.c
- Use mixinregObjType as well in NsfRelationCmd(), so this is the only place, where mixin and guards are processed. - Since the type converter converts Tcl-Objs, we have less context information (e.g. we have no base class, on which we can decide to call e.g. __unknown on on of the objects systems). - because of the point above, i removed ::xotcl::Class->__unknown and ::nx::Class->__unknown in favor of a global proc ::nsf::unknown, for which unknown handlers can be registered - GetClassFromObj() receives as last argument "withUnknown" instead of baseClass to indicate, when unknown should be tried. - new function NsfCallUnkownHandler()

- improve code documentation

- renamed converter from "mixinspec" to "mixinreg"

- improve code documentation

- nsf.c: fix small memory leak for nsf::is in error cases

- nsf.c: use NsfObjectRefCountIncr() instead of object->refCount++

- improve code documentation

- removal of unneeded flags "-incontext" and "-nomixins" from * /obj/ info methods * /cls/ info methods These flags are correct for "info lookup", but unneeded for "info methods" + cleanup of ListDefinedMethods()

- remove unneeded var when compiled without profile support

* added profiling support for nsf::proc when NSF_INVOKE_SHADOWED_TRADITIONAL is turned off.

- nsf.c: * added a new converter for converting mixins with guards (named mixinspec) * used mixinspec in nx.tcl and xotcl2.tcl * extended nx regression test.

- removed unneeded expr

- nsf.c: generalized disposition handling (forward, alias, initcmd) for object parameter * disposition is now an option for object parameters rather than than an own type. Therefore, one can check the arguments passed to the disposition cases * changed specification of name of method from arg= to method= * this way "type" info in "info parameter syntax" is handled automatically

- nsf.c: removed unneeded casts to (ClientData)

- nsf.c: document two more functions

- nsf.c: fixed bad interaction between mixins and ensembles in tcl8.6

- nsf.c: fixed possible crash in tcl8.6 with nsfprocs, still one inconsistency

- remove alias warnings from gcc under ubuntu (4.2.4)

- added "link" from 2.4 (parameters) to "info parameters" in migration guide

- bring defined commands in the source code in alphabetical order - generate interface for NsfUnsetUnknownArgsCmd() - delete some obsolete code

- nsf.c: added cmd "::nsd::method::registered /handle/" that returns the object on which the method identified by the handle was registered, or empty. - extended regression test

Merge branch '2.0.0-develop' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl into 2.0.0-develop

Conflicts:

TODO

- nsf.c: changes to use trunk-branches with and without TclStackAlloc() and TclStackFree()

- migration-guide: add third level to toc

- fix test for 8.6 to use nx prefix