nsf

Clone Tools
  • last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
NsfFinalizeCmd(): Clear Tcl's history list explicitly before finalizing NSF (see als ticket 1ae12987cb).

nx::Class unknown: rewritte unknown message to include '?...?'

nsfStack.c: Unify writing style

nsfProfile.c: Fix typos in code comments

nsfFunPtrHashTable.c: Fix typos in code comments

- remove spurious blank in error message - fix typo in print string

merge

Commit missing unknown message change

- improve comment and signature of NsfNoCurrentObjectError - improve wording of other commends, keep cmments within the limits of the header/trailer line

Tests: Adjust the test suite for the latest rewording of the nx::Class unknown message

nsfError.c: Fixed typos and unified writing style in code comments

merged

nsfObj.c: Fix some typos and align writing style

- fix typos in comments - align commenting style

- make hint more explicit and verbose

Add another TODO/discussion item

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.