nsf

Clone Tools
  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add build script with install target

Fix glitch in openssl call

Test for auto-deployment of builds

Prepare for automated deploymnent of build artifacts [skip travis]

* apps/build.tcl: Revert URL change for build script, archive is retrieved broken otherwise?

Rewrite URLs containing tcl.tk as authority to tcl-lang.org

    • -1
    • +1
    /doc/example-scripts/rosetta-sudoku.tcl
    • -1
    • +1
    /doc/example-scripts/tk-horse-race.tcl
    • -1
    • +1
    /doc/example-scripts/tk-locomotive.tcl
    • -2
    • +2
    /library/xotcl/library/lib/makeDoc.xotcl
improve spelling

move new assertion to the right place

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

improve wording

    • -19
    • +20
    /library/xotcl/doc/tutorial.html
ease human tracing of uninitialized/NULL values

Fix test

Complete caching by testing for kits

fix descriptor

Add caching support to travis descriptor

WIP

add generated configure file for change e3968e8c972a8ac13bfaba27fcf2ae9e36689211

address dtrace triggers from Makefile, although not configured

try to simplify Makefile dependencies for DTRACE

* nsf.c (NsfOUplevelMethod, NsfOUpvarMethod): Silence compiler warnings on nonnull/NULL compares.

* nsf.c (NsfOUplevelMethod, NsfOUpvarMethod, NsfCallstackFindCallingContext): Reform of uplevel and upvar methods, based on the recent feedback by Zoran. First, uplevel and upvar methods, as well as [current callinglevel] now behave consistently (re frame skipping for mixin and filter transparency). If there is no innermost enclosing proc frame, the innermost non-proc (e.g., namespace) frame is selected (rather than a "#0" as default). Second, argument handling for both uplevel (i.e., level sniffing in multi-arg case) and upvar (e.g., made silent TCL_ERROR for invalid argument arities explicit) have been fixed. * Object.man, methods.test: Added documentation for both methods (Object.man) and tests.

Fix merge glitch

Leave a to-do

Added docs about upvar method

* nsf.c (NsfOUpvarMethod): Fix argument parsing, to reflect Tcl's upvar behaviour for different (invalid) argument arities. Added tests.

Regenerated NROFF for nx::Class

cleaning up

* Object.man: Add documentation for uplevel method.

reduce dead assignments improve indentation of variables

avoid variable name "index" in generated code since "index" shadows an outer function