library

Clone Tools
  • last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added new file

    • -0
    • +574
    ./lib/xotcl1.xotcl
- extended genrclAPI to allow enumeration type for nonpos args - changed api of "info methods": added nonpos arg "methodType" possible values: "all", "scripted", "compiled", "alias", "forwarder", "object", "setter" - added compatible scripted "info methods" interface for xotcl1 - "info methods -methodtype alias" not tested and not working

  1. … 6 more files in changeset.
- moved xotcl-1.* definition into an own library file - renamed library/lib/changeXOTclVersion.xotcl to library/lib/changeXOTclVersion to ease pkgIndex generation - new function "xotcl::use xotcl1" or "xotcl::use xotcl2" to ease switching between xotcl 1 and 2 - changed library/lib/test to xotcl2 - added for all regression test "xotcl::use xotcl1" instead of "namespace import ::xotcl::*"

    • -0
    • +95
    ./lib/changeXOTclVersion
    • -3687
    • +3225
    ./store/XOTclGdbm/configure
    • -3686
    • +3223
    ./store/XOTclSdbm/configure
    • -3686
    • +3223
    ./xml/TclExpat-1.1/configure
  1. … 16 more files in changeset.
- added options -defined and -per-object to "info methods" (can be used to query, what methods are defined on the class/object). - removed c-definition of ".info procs" and ".info instprocs" (can be replaced by a ".info methods -defined ?-per-object? -nocmd") - defined an alias method for ::xotcl2::Object - simplified predefined.xotcl further, using more new features

  1. … 5 more files in changeset.
- solved contains aliasing problem by defining a separate "conains" for ::xotcl::Object - make the serializer less object system dependent - make slottest regression test work with xotcl2 objects

  1. … 4 more files in changeset.
- made create statments in xoDoc and loaded packages explicit - added tests/protected.xotcl

  1. … 4 more files in changeset.
- shortend some function/type names (e.g. use everywhere "Param" instead of "Parameter") - delayed parseContextRelease() in InvokeProc() until end if proc - process all argumens of proc/instpoc; before, this happend only, when nonpos parameters were used; - use parameter definitions only when they provide a value-add - finish freeing of parameter definitions

  1. … 7 more files in changeset.
- changed version number from 2.0.0a to 2.0.0 to avoid problems with package require - found crashes in deletion order (when tcl implicitly deletes xotcl objects), introduced temporary compile flag OLD_DELETE

  1. … 6 more files in changeset.
- set version number to 2.0.0a

    • -3198
    • +3678
    ./store/XOTclGdbm/configure
    • -3190
    • +3667
    ./store/XOTclSdbm/configure
    • -3194
    • +3665
    ./xml/TclExpat-1.1/configure
  1. … 2 more files in changeset.
- first implementation of canonical arguments

  1. … 3 more files in changeset.
- support for enumeration types in c-code generator - use function pointer for type checker instead of strings - generated interface for ::xotcl::methodproperty

  1. … 5 more files in changeset.
- all object methods generated - added reference counting for patternobj - some cleanup and reordering

  1. … 4 more files in changeset.
merge with 1.6.3 (HEAD)

  1. … 116 more files in changeset.
- bump version number to 1.6.3

  1. … 2 more files in changeset.
- handle nonposargs in method "copy" properly - extend regression test for copy - added "<class> mixinof -closure ?pattern?" - extended regression test for mixinof - updated documentation

  1. … 9 more files in changeset.
* additional argument for "info precedence": "-intrinsic" Syntax: <objName> info precedence ?-intrinsic? ?pattern? If "-intrinsic" is specified, only the classes of the superclass type hierarchy are returnd. Otherwise, the precedence contains mixin classes as well. * Remove pattern argument from "info class" * Check results for guards to be boolean instead of integer (now, guards are allowed to return e.g. "true") * Bump version number to 1.6.1

  1. … 6 more files in changeset.
* make "info (inst)?forward -definition name" more robust (provide an error message, if <name> is nog given * New info subcommands "info parametercmd" and "info instparametercmd" * export *parametercmds in Serializer, use "-noinit" on slots as well

  1. … 2 more files in changeset.
* used catch in the deprecated package xotcl::upvar-compat as suggested by Jeff Hobbs

  1. … 1 more file in changeset.
moved examples out of library

  1. … 2 more files in changeset.
fix url of tcl wiki

update info page to include xotcl-mailing-list

iinitalize olways test name

remove obsolete files

    • -379
    • +0
    ./store/XOTclGdbm/Makefile.in--ok
    • -389
    • +0
    ./store/XOTclSdbm/Makefile.in-ok
    • -312
    • +0
    ./store/XOTclSdbm/configure.in-ok
    • -390
    • +0
    ./xml/TclExpat-1.1/Makefile.in-ok
removed obsolete file

    • -312
    • +0
    ./xml/TclExpat-1.1/configure.in-ok
updating dates in copyright

  1. … 13 more files in changeset.
updating dates in copyrights

bump version number

  1. … 4 more files in changeset.
updated version number

- added ::xotcl::test::case - shortended output

synchronized with head version xotcl-2007-10-30

  1. … 56 more files in changeset.