nsf

Clone Tools
  • last updated 50 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- get rid of misleading RCS: lines - passing --prefix to subdirs - regenerated configure files

    • -21
    • +21
    /library/store/XOTclGdbm/Makefile
    • -940
    • +479
    /library/store/XOTclGdbm/config.log
    • -3515
    • +4888
    /library/store/XOTclGdbm/configure
    • -20
    • +21
    /library/store/XOTclSdbm/Makefile
    • -940
    • +479
    /library/store/XOTclSdbm/config.log
    • -3512
    • +4886
    /library/store/XOTclSdbm/configure
  1. … 7 more files in changeset.
- added Stefan's expat linking addition for debian

    • -14
    • +14
    /library/store/XOTclSdbm/Makefile
    • -652
    • +620
    /library/store/XOTclSdbm/config.log
    • -16
    • +16
    /library/xml/TclExpat-1.1/Makefile
    • -652
    • +633
    /library/xml/TclExpat-1.1/config.log
    • -343
    • +1109
    /library/xml/TclExpat-1.1/configure
    • -4
    • +49
    /library/xml/TclExpat-1.1/configure.in
- removed redundant section in configure.in (1.6.6)

- updating tcl.m4 in version 1.6.6 to the actual verison (TEA 3.7)

    • -519
    • +689
    /library/store/XOTclGdbm/tcl.m4
    • -519
    • +689
    /library/store/XOTclSdbm/tcl.m4
    • -519
    • +689
    /library/xml/TclExpat-1.1/tcl.m4
- removed redundant part from configure.in - regenerated configure

- call c-implemented methods directly, when this is safe (implemented for XOTE_ALLOC, XOTE_CLEANUP, XOTE_CONFIGURE, XOTE_CREATE, XOTE_DEALLOC); this improves create/destroy speed by up to 15% - allocate namespaces for objects less eager - make nameing more consistent (change newObj into newObject when variable is an xotcl object)

- fixing "-parameter" with empty content - more variable naming cleanup - fix line breaking in serializer for "exportedObjects"

- make sure a childobject ::slot exists after calling "-parameter"

- fix syntax in predefined - let serializer call "init" of attributes, even if it is protected

- use a more recent version of unix/tclAppInit.c

- move pre85 stack specific code into xotclStack.c

- change frametype in "info frame" form bitpattern to symbolic names

- fixed wrong name for per-object filter in RelationSlot - fixed condition in filter-incovation to top-level frames - added frametype to information returned by "info frame"

- added an experimental "info frame" handler, which appends "object" and "class" pairs

- remove dependency from xotcl1 in handling of forwarders in method "copy" - further cleanup using "CONST char *", improving on naming conventions

- further cleanup using "CONST char *"

- use "CONST char *" in generated interface and below

- use "::xotcl::current" instead of "xotcl::self" in predefined

- defined "xotcl::current" as synonym for "::xotcl::self" - new options for ::xotcl::current current object == current current method == current proc current callingmethod == current callingproc - "self proc" and friends are for backward compatibility for xotcl1, "current method" and friends are for xotcl2 - namespace exported "::xotcl::current"

- minor cleanup (varresolution test and comment)

- updating tcl.m4 to the actual verison (TEA 3.7)

    • -520
    • +761
    /library/store/XOTclGdbm/tcl.m4
    • -520
    • +761
    /library/store/XOTclSdbm/tcl.m4
    • -520
    • +761
    /library/xml/TclExpat-1.1/tcl.m4
- removed obsolete generic/xotclAppInit.c - changed loading method in xotclsh from Xotcl_Init() to Tcl_PkgRequire()

- enable compilation with assertion turned on (via NDEBUG) - fix potentially uninitialized flags for ArgumentCheck() - some further cleanup, tested with 32 bit under Mac OS X 10.6

- keep variables defined from an CMETHOD frame local to this frame (e.g. initcmd, -nonleaf option, ...); previously variables without xotcl resolver prefix were defined globally - fix regression test according to previous item - generalize nonXotclObjectProcFrame() and rename it to activeProcFrame()^

- working towards KEEP_VARS_IN_CMETHOD_FRAME

- requireNameSpace: * fix potental crash in requireNameSpace in objscoped methods by swapping all vartable references in objscopes on stack to the vartable in the namespace, when it is created - extending regression test

    • -41
    • +166
    /tests/varresolutiontest.xotcl
- fix for logdir parameter (introduced 10 mins ago)

- renaming of instance variable specific primitiva for more constistency with ::xotcl::importvar:

::xotcl::exists -> ::xotcl::existsvar

::xotcl::setinstvar -> ::xotcl::setvar

- removed XOTclCreateClass() and XOTclDeleteClass(); both are identical with XOTclCreateObject() and XOTclDeleteObject()

- removed obsolete ::xotcl::configure option "cacheinterface"