xotcl

Clone Tools
  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- xotcl.c: * new function GetObjectFromNsName() to obtail object or class from a fully qualified namespace name used in method handles (such as e.g. ::nx::core::classes::X) * new function MethodHandleObj() to return a tcl_obj containing the methodhandle * removed obsolete method getFullProcQualifier() * info methods obtain now object and/or class from fully qualified method names (method handles) if possible * return message handles in "current next", "current filterreg" and "... info filter ... -order", which can be used in "info method .... " for obtaining more details. * change all occurrances of "self" in next regression tests to current. - xotcl2.tcl * implemented "self" as a proc to provide extensibility and full backward compatibilty; this opens opportunity to replace now e.g. "self proc" by "current method", etc. * provide full compatibility for "self next", "self filterreg" and "... info filter ... -order", returning old-style multiword method handles (such as e.g. "::C instproc foo") - changed "next" to current in documentation framework and templates

  1. … 18 more files in changeset.
- deactivated __next for now - iterated thought doc.tcl-TODOs - fixed path in invocation of xotcl doc script

  1. … 11 more files in changeset.
- moved slottest to library/xotcl - added new Makefile target test-xotcl - finished test migration for now

    • -0
    • +630
    ./tests/slottest.xotcl
  1. … 3 more files in changeset.
- moved some more xotcl specfic tests to library/xotcl - transformed forwardtest from xotcl to next

    • -0
    • +48
    ./tests/UNIVERSAL.test
    • -0
    • +83
    ./tests/actiweb.test
    • -0
    • +401
    ./tests/persistence.test
    • -0
    • +547
    ./tests/speedtest.xotcl
    • -0
    • +1661
    ./tests/xoRDF.test
  1. … 9 more files in changeset.
- created own directory structure xotcl under library containing doc, tests, apps, lib etc. and moved obvious content here. - adjusted regression test and old documentation system to work with new structure

    • -0
    • +151
    ./apps/actiweb/AgentClient.xotcl
    • -0
    • +61
    ./apps/actiweb/Counter.README
    • -0
    • +42
    ./apps/actiweb/Counter.xotcl
    • -0
    • +65
    ./apps/actiweb/Counter2.xotcl
    • -0
    • +44
    ./apps/actiweb/Counter3.xotcl
    • -0
    • +56
    ./apps/actiweb/Counter4.xotcl
    • -0
    • +205
    ./apps/actiweb/FormsWithState.xotcl
    • -0
    • +212
    ./apps/actiweb/MC.xotcl
    • -0
    • +22
    ./apps/actiweb/Receiver.xotcl
    • -0
    • +71
    ./apps/actiweb/examples.README
    • -0
    • +82
    ./apps/actiweb/securePlaceDemo.xotcl
    • -0
    • +21
    ./apps/actiweb/univ/UNIVERSAL.css
    • binary
    ./apps/actiweb/univ/UNIVERSAL.jpg
    • -0
    • +204
    ./apps/actiweb/univ/UNIVERSAL.rdf
  1. … 390 more files in changeset.