library

Clone Tools
  • last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fixed potential crash from method caching, when permissions on cmds are changed and become e.g. unresolvable - removed flag allowmethoddispatch, since behavior can be achived via private flag. - extended regression test

  1. … 8 more files in changeset.
- deacitivate for the time being allowmethoddispatch (make it behave always like true) - added instead new flag "perobjectdispatch" to make behavior of ensembleobjects configurable. - The behavior for keepcallerself is currently only activated for the method-interface for object dispatch, since otherwise the following would be dangerous, since "o2 foo" would destroy o2 nx::Object create o1 nsf::object::property o1 keepcallerself true nx::Object create o2 { ::public method foo {} {o1 destroy} } o2 foo

  1. … 9 more files in changeset.
- nsf.c: start all error messages with a lower case word for consistency and to follow closer to Tcl's conventions

  1. … 13 more files in changeset.
Extend handling of dashses in XOTcl's configure method to perform a more eager search for command begins (same change as in XOTcl 1)

  1. … 1 more file in changeset.
- Added exerpimental object property "allowmethoddispatch" for child-objects to be called from parent objects via method interface. Background: both, per-object methods and childobjects are implemented via cmds in the same tcl namespace. Without special care, both are callable via the standard dispatch. Apparently, this is not always wanted. - handled allowmethoddispatch and keepcallerself in copy/move - set allowmethoddispatch per-default in XOTcl - removed visablilty of objects with "allowmethoddispatch" false in "info methods" and "info search methods" - extended regression test

  1. … 9 more files in changeset.
- simplified usage of ObjectName() and ClassName() macros (no caller parenthesis needed) - added exerpimental object property keepcaller self (currently only evaluated by aliased objects)

  1. … 7 more files in changeset.
Bump version number to 2.0 to avoid confusions with the serializer from XOTcl 1

    • -1
    • +1
    ./xotcl/library/serialize/Serializer.xotcl
- library/serialize/serializer.tcl: Remove uses of ::nsf::method::property to handle "returns", now redundant because "returns" are properly reported by "info method definition"

- xotcl/library/comm/Httpd.xotcl: force dates in GMT as HTTP RFCs require

- restructured directories, added configure options, some more cleanup

  1. … 16 more files in changeset.
- nx based c code generator for experimenting with different code engines

  1. … 7 more files in changeset.
nsf.c, nsf.h, nsfStack.c, nx.tcl, tcl-cool.tcl, xotcl2.tcl - fix spelling in comments - strip unneeded space

  1. … 4 more files in changeset.
- better to let file classify this file as latex than C++

- nsf.c: fix call of DispatchDefaultMethod() in cases it triggers an error for 8.6b - nx.tcl: give a slightly better error message in case the root-object of an ensemble is called directly

  1. … 2 more files in changeset.
- bump version number to 2.0b3

  1. … 2 more files in changeset.
- library/nx/nx.tcl: Some slight renamings for the sake of consistency in the docs

- library/nx/nx.nxd: Rewrote and completed API doc for nx::Class

  1. … 1 more file in changeset.
- library/lib/nxdoc-assets/submethod.html.yuidoc: Supporting origin resolution for submethods.

    • -6
    • +6
    ./lib/nxdoc-assets/submethod.html.yuidoc
- TODO: Noted down some observations, issues. To be reviewed. - library/nx/nx.nxd: Completed doc of ::nx::Object - library/nx/nx.tcl: While documenting ::nx::Object, I applied some changes along the way. For example, adding a missing element to the require() API, removing some unwanted params from the "info slot *" sub-interface, added some parameter types where appropriate, ...

  1. … 1 more file in changeset.
- remove obsolete comments

Having rewritten 2/3 of nx::Object

  1. … 1 more file in changeset.
- added copyright notice to nx.tc and xotcl2.tcl

Revert "- Changed "Institute of IS ..." to "Institute for IS ...""

  1. … 3 more files in changeset.
- Changed "Institute of IS ..." to "Institute for IS ..."

  1. … 3 more files in changeset.
- update copyright files

- remove obsolete CVS IDs

  1. … 2 more files in changeset.
- make sure to use "XOTcl 2.0" instead of just XOTcl in "package req" to avoid confusions due to beta state - remove more obsolete and untested files

    • -1
    • +1
    ./xotcl/apps/comm/get-regression-nb.xotcl
    • -1
    • +1
    ./xotcl/apps/comm/get-regression.xotcl
    • -2
    • +1
    ./xotcl/apps/comm/secure-webclient.xotcl
    • -2
    • +1
    ./xotcl/apps/comm/secure-webserver.xotcl
    • -3
    • +3
    ./xotcl/apps/comm/test-tls-client.xotcl
    • -2
    • +3
    ./xotcl/apps/comm/test-tls-server.xotcl
  1. … 42 more files in changeset.
- remove currently untested scripts, requiring in part currently unssupported packages

    • -151
    • +0
    ./xotcl/apps/actiweb/AgentClient.xotcl
    • -61
    • +0
    ./xotcl/apps/actiweb/Counter.README
    • -205
    • +0
    ./xotcl/apps/actiweb/FormsWithState.xotcl
    • -22
    • +0
    ./xotcl/apps/actiweb/Receiver.xotcl
    • -71
    • +0
    ./xotcl/apps/actiweb/examples.README
    • -82
    • +0
    ./xotcl/apps/actiweb/securePlaceDemo.xotcl
    • -21
    • +0
    ./xotcl/apps/actiweb/univ/UNIVERSAL.css
    • binary
    ./xotcl/apps/actiweb/univ/UNIVERSAL.jpg
    • -204
    • +0
    ./xotcl/apps/actiweb/univ/UNIVERSAL.rdf
    • -1
    • +0
    ./xotcl/apps/actiweb/univ/UNIVERSAL.xotcl
  1. … 16 more files in changeset.
- appended .tcl suffix

    • -0
    • +306
    ./nx/nxdocIndex.tcl
  1. … 1 more file in changeset.
- add .tcl to nxdocIndex to make it recognized as Tcl file (pkgIndex has as well a .tcl extension)

  1. … 1 more file in changeset.