nsf

Clone Tools
  • last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

fix close of TT

first part of fix when a class is "casted" (via method "class") into an object

added release statement to Changelog

added annouce files for 1.6.1

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

Conflicts:

ChangeLog

generic/xotcl.c

* 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

    • -0
    • +2
    /library/xml/TclExpat-1.1/configure.in
* check in guards for boolean values, not for integer values, such that a guard {true} means success

* updating language reference

* Fix contents for %proc in forwarders in cases,

where the forwarder was called via next and

the argument list for next was provided.

Previously, "next" was used for %proc.

* 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

- fixed bug in info instdefault, when argument is an empty string.

* used catch in the deprecated package xotcl::upvar-compat as suggested by Jeff Hobbs

fixed error message

* allowed "abstract method" in additon to "abstract instproc" and "abstract proc"

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

moved examples out of library

    • -0
    • +76
    /apps/xml/rdfExample.xotcl
    • -0
    • +115
    /apps/xml/xmlExample.xotcl
- xotcl.c: fix for double ;; (causes chokes MSVC6 in the next line)

updated url of tcl wiki

- Fix for "x configure -set";

fix url of tcl wiki

minor documentation improvements

update info page to include xotcl-mailing-list

fix typos

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