nsf

Clone Tools
  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated announcement file

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl

don't include .orig files in the tar files

update release date in changelog

updating copyright time range

fix man dir

updated announce

updated Announce, removed unneeded files from git

regenerated doc files

iinitalize olways test name

added annouce file

remove obsolete files

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

    • -312
    • +0
    /library/xml/TclExpat-1.1/configure.in-ok
removing test file

include tcl license termin in distro

updateing dates in copyright

updating dates in copyright

updateing dates in copyright

updating dates in copyrights

unset debug mode

improved documentation

bump version number

    • -0
    • +2
    /library/xml/TclExpat-1.1/configure.in
- clear XOTCL_MIXIN_ORDER_VALID flag unconditionally in MixinInvalidateObjOrders() for mixins

- improved formatting and wording in Changelog entry

* replaced Tcl_ObjSetVar2() with Tcl_SetVar2Ex() in nonposargs, since Tcl 8.5 seemed to optimize local variables away, if these not referenced directly from from Tcl,

- new info option for "info instmixin" supporting -guards and -closure support - extended test cases for "info instmixin"

* Continued with info orthogonality change

<object> info mixin ?pattern?

<class> info instmixin ?pattern?

?pattern? behaves exactly like in the change of two days

ago. Preceding colons in the name of the queried class are not

required.

Still to do "-closure" in

<class> info instmixin -closure ?pattern?

* In all mentioned calls, where pattern refers to an object/class

and it contains wild-cards, a preceding :: is added automatically

to the search pattern, if it is missing. Since all object names

start with ::, an omitted leading :: in a search pattern is an

obvious mistake

* Made the behavior "pattern" in the following calls identical

concerning wild cards and object lookups

<object> mixin delete pattern

<class> instmixin delete pattern

<class> superclass delete pattern

* extended regresson test

- fix getAllClassMixinsOf to handle combinations of transitive per class mixins and inheriting per-class mixin via the class hierarchy, removed getAllSubClasses - extend test cases

Complete todos in Changelog

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl

Conflicts:

ChangeLog