nsf

Clone Tools
  • last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with 1.6.3 (HEAD)

    • -0
    • +76
    /apps/xml/rdfExample.xotcl
    • -0
    • +115
    /apps/xml/xmlExample.xotcl
    • -0
    • +105
    /doc/Announce-1.6.0
  1. … 116 more files in changeset.
- follow Tcl's naming conventions more closely

- updated Changelog

- fixed potential access to deleted command list item in FilterSearchAgain() - fixed potential access deleted xotcl object by switching order in a condition - some minor cleanup

- fix wording

- finishing release 1.6.3

updated changelog, wrote announcement

- removed references to 1.6.2

- re-enable small optimization

- factor out common code

- provide compatibility with Tcl 8.4

- bump version number to 1.6.3

    • -0
    • +2
    /library/xml/TclExpat-1.1/configure.in
- simplify semantics of MixinSeekCurrent and FilterSeekCurrent, improve speed - remove necessity to have tclCompile.h - improve documentation

some small performance improvements (use CreateHashEntry instead of FindHashEntry, remove unneded argument, improve order of long and expressions)

- some code cleanup - new methods, when compiled with tcl 8.5; + MakeProcError (producing error messages from xotcl methods) + PushProcCallFrame (compile method to byte-code) The new support allows to call code at the begin of a proc without using the old approach based on :xotcl::initProcNS

- add comments to var resolution tests for objects without namespaces

- fixed reference counting - removed temporary hacks - added CONST to several functions - added relative namespace handling

- added Stefan's work for namespace resolvers - fixed a memory leak for "obj exists" due to the changes - found another memory leak, when e.g. "::info" is added as an alias and "info exists" is tested against non-existing vars

    • -0
    • +108
    /tests/varresolutiontest.xotcl
- Correct deletion of user-metaclasses - commenting existing and potential usage of namespace resolvers

- Correct deletion of user-metaclasses: Deletion of user-metaclasses could lead to undestroyable objects, since the instances of the user-metaclasses were reclassed to ::xotcl::Object instead of ::xotcl::Class. - extend regression test for such situations

- remove CVS-based date line from documentation

- minor documentation updates

- documentation updates

- removed unneeded function

- update Changelog and documentation

- new command ::xotcl::finalize to delete all xotcl objects and classes. Calls as well exit handler - some cleanup

- handle nonposargs in method "copy" properly - extend regression test for copy - added "<class> mixinof -closure ?pattern?" - extended regression test for mixinof - updated documentation

    • -0
    • +2
    /library/xml/TclExpat-1.1/configure.in
update documentation

- upgrading object to class and downgrading class to object not allowed via "class" method - upgrading and downgrading can be performed via create (but using destroy/create instead of recreate) - fixed bug, where an "o info precedence" could core, after a class C was destroyed, where class C was used as a superclass of a mixin of o. - minor refactoring

extended regression test