nsf

Clone Tools
  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add a to-do: NsfMethodContext memcounts

ObjectSystemsCleanup(): Remove interp resolvers explicitly before the physical cleanup round

DeleteProcsAndVars(): Silence compiler warning and reduce variable scope (spotted with memtracking on)

Add two tests on try/finally

merged

nx::shell2: extend the exit wrapper to include Tcl 8.6 try

nx::shell2: Make sure that the proper exit code is provided when leaving the -c stdin mode

- add tweo more tests of plain tclsh

- remove superfluous (and icorrect) tests

- don't call tcl eval operations from NsfLog() in phyical destroy round - extend regression test for shell with tests in [info nameofexecutable] rather than in nxhs

nx::shell2: Add some more tests

Update to-dos

nx::shell2: Rewrote in-shell exit support to avoid Tcl's native exit and to unwind gracefully to avoid NSF refcount leaks on exit; bumped package number

- improve sanity test in ISOBJ(): obj->bytes might only be NULL when type is given.

Add a to-do on refcounting under 8.5

merged

TEA: Updated m4/tcl.m4 to most recent TEA version: 3.10, regenerated autotools artifacts

- cleanup of strnstr() (when the clib function is not available)

- white space changes (mostly strip trailing spaces, remove a few tabs)

- reduce variable scpoes

- cleanup of type conversions

- cleanup of type conversions in ~first ~18000 lines

current.man: extend doc on nx::current to include 'nx::current level'

- cleanup of type conversions in ~first 6000 lines Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,

- new subcommand "nsf::current level", returns empty, if we are not on a nsf frame/level. - keep compatibility with traditional "nsf::current activelevel" (continue to return 1, if we are not on an nsf frame)

- return from "nsf::current callinglevel" the value 0 (instead of 1), when it is called outside of a frame, which has a nsf object associated.

UnsetTracedVars(): Silence compiler warning under 8.5 by providing an explicit cast

Add another Rosetta example: Inheritance/Single

rosetta-multiple-inheritance.tcl: Fix typo L3 -> C3

Object.man: Include missing doc in 'info lookup parameters' and 'info lookup syntax'