nsf

Clone Tools
  • last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use in forwarders "-frame object" instead of "-objframe" in nx for consistency with other calls (e.g. dispatch). Other values for "-frame" are not allowed. (btw, XOTcl has "-objscope")

- move "checkalways for forwarders and aliases" to RFEs and comment it

forwarders: - use for output of forward ... -verbose NsfLog(...NSF_LOG_NOTICE...) instead of fprintf() to make it redirect-able

forwarders: - RFE "provide %method" as keyword like %proc" was already implemented. Dropping %proc would break XOTcl2 compatibility. - adding a test case

Continue working on forward doc, adding some tests

Adding some todos

Working on Object.man, in particular forward

    • -0
    • +94
    /doc/forward.man.inc
- library/nx/nx.tcl: Pulling out method contracts (pre- and postconditions) from NX for the time being. Corresponding tests have been commented out or, if applicable, turned into XOTcl2-specific tests.

- finalize autoconf quoting

- update annouce with diff stats

- update Changelog

- fix configure.ac quoting

    • -6
    • +6
    /library/xml/TclExpat-1.1/configure.ac
- fix configure.ac quoting

- more configure quoting

- stick closer to TEA conventions (keep tclconfig-sh in tclconfig directory) - remove obsolete version of install-sh, copy manifested version to mongodb library - fix more configure quoting

    • -0
    • +528
    /library/mongodb/tclconfig/install-sh
    • -0
    • +528
    /tclconfig/install-sh
- updated Changelog and Annouce file

- some more cleanup of autoconf (more quoting, remove obsolete file, use recent install-sh) - try to stick closer to current tcl conventions

    • -6924
    • +5313
    /library/store/XOTclGdbm/configure
    • -0
    • +528
    /library/store/XOTclGdbm/tclconfig/install-sh
    • -6891
    • +5286
    /library/store/XOTclSdbm/configure
    • -0
    • +528
    /library/store/XOTclSdbm/tclconfig/install-sh
  1. … 7 more files in changeset.
Fix one more compiler warning: undeclared Xotcl_Init()

Removing configure artifact, otherwise lintian complains

    • -1026
    • +0
    /library/store/XOTclGdbm/config.log
LDFLAGS must be referenced differently under TEA

- Makefile.in: Make sure that the LDFLAGS are available for building xotclsh and xowish.

- Makefile.in: Somehow, upgrading to TEA 3.9 missed the proper install-sh settings. `make install` failed.

- Makefile.in, configure, configure.ac: Provide for resolving and for setting the (public) Tk headers (e.g., from tkConfig.sh or --with-tkinclude).

- xmltok_impl.c, updatePosition: Fix for CVE-2009-3720

    • -1
    • +1
    /library/xml/TclExpat-1.1/xmltok_impl.c
- updated copyright dates - added announce file for xotcl-1-6-8 - fixed typos in Changelog

  1. … 16 more files in changeset.
- updated Changelog

- follow modern autoconf conventions - use TEA 3.9 - use new tcl.m4

    • -0
    • +303
    /library/store/XOTclGdbm/configure.ac
    • -303
    • +0
    /library/store/XOTclGdbm/configure.in
    • -528
    • +485
    /library/store/XOTclGdbm/tcl.m4
    • -0
    • +262
    /library/store/XOTclSdbm/configure.ac
    • -262
    • +0
    /library/store/XOTclSdbm/configure.in
    • -528
    • +485
    /library/store/XOTclSdbm/tcl.m4
    • -0
    • +319
    /library/xml/TclExpat-1.1/configure.ac
    • -319
    • +0
    /library/xml/TclExpat-1.1/configure.in
    • -528
    • +485
    /library/xml/TclExpat-1.1/tcl.m4
- remove hard-coded "-rdynamic" from build of xotclsh and xowish

- remove obsolete test

- Makefile.in: Make sure that xotclsh + xowish are explicitly linked against libtclstub*.so, rather than libtcl*.so. Otherwise, building with --with-xotclsh + --with-xowish fails starting with 8.6 (which effectively hides the various stub structures in libtcl*.so). - *AppInit.c: Use the stubbed variant of Tcl_Init(). - Tested under 8.6 (fossil trunk as of commit date) and 8.5 (fossil core-8-5-branch as of commit date). - Thanks to Sergei Golovan (Debian Tcl/Tk Package Mantainers) for reporting the issue and an initial patch (see Debian bug #724816).