nsf

Clone Tools
  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- updated and shorted README.aol and TODO - removed the following files from the repository. deleted: COMPILE deleted: COMPILE.win deleted: ChangeLog deleted: unix/xotcl.spec.in deleted: win/Makefile.vc These files should be probably added again at some later time, but need some rework. Old versions are still available from the 2.0.0-develop branch

Having rewritten 2/3 of nx::Object

- provided a minimal nsf based README file for people having just the source code distribution

- updated indentation

- update of "baustellen"

- updated migration guide

- added copyright notice to nx.tc and xotcl2.tcl

- fixed bug with recursive aliases - extended regression test

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

- run FilterInvalidateObjOrders() only, when filters are/were defined

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

- update copyright files

    • -0
    • +60
    /library/mongodb/COPYRIGHT
    • -0
    • +60
    /library/nx/COPYRIGHT
    • -0
    • +60
    /library/xotcl/COPYRIGHT
    • -18
    • +37
    /library/xotcl/library/COPYRIGHT
    • -18
    • +37
    /library/xotcl/library/comm/COPYRIGHT
- update copyright notices with MIT licens from OSI (http://www.opensource.org/licenses/MIT)

  1. … 12 more files in changeset.
- update the (mostly obsolete) aolserver c module to reflect proper names in NSF

- updated .gitignore

- updated "make tar"

- remove obsolete CVS IDs

- 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
    /library/xotcl/apps/comm/get-regression.xotcl
    • -2
    • +1
    /library/xotcl/apps/comm/link-checker.xotcl
    • -3
    • +3
    /library/xotcl/apps/comm/test-tls-client.xotcl
    • -2
    • +3
    /library/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
    /library/xotcl/apps/actiweb/AgentClient.xotcl
    • -61
    • +0
    /library/xotcl/apps/actiweb/Counter.README
    • -1
    • +0
    /library/xotcl/apps/actiweb/Counter.xotcl
    • -1
    • +0
    /library/xotcl/apps/actiweb/Counter2.xotcl
    • -1
    • +0
    /library/xotcl/apps/actiweb/Counter3.xotcl
    • -1
    • +0
    /library/xotcl/apps/actiweb/Counter4.xotcl
    • -22
    • +0
    /library/xotcl/apps/actiweb/Receiver.xotcl
    • -71
    • +0
    /library/xotcl/apps/actiweb/examples.README
    • -204
    • +0
    /library/xotcl/apps/actiweb/univ/UNIVERSAL.rdf
  1. … 16 more files in changeset.
- appended .tcl suffix

    • -0
    • +31
    /generic/nxdocIndex.tcl
    • -0
    • +306
    /library/nx/nxdocIndex.tcl
- add .tcl to nxdocIndex to make it recognized as Tcl file (pkgIndex has as well a .tcl extension)

- remove (currently) onsolete pieces from configure

- minor documentation updates

- minor documentation updates

nsf.c: - reduce number of RUNTIME_STATE(interp) in favor of a variable. - make time of the definition of a method independent on the number of defined instances (unless, when filters are defined)

- Use directdispatch to query existing traces without the need of an extra method. By this change, the serializer works in constant time independent on the number of existing objects.

- renamce NsfObject->filters and mixins to objFilters and objMixins

- added function CmdListAddSorted() to improve mixinof management

- adding method epoch incr to NsfAddObjectMethod() and NsfAddClassMethod()

- cleanup "//" in sources