nsf

Clone Tools
  • last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- set the right version number to 2.0.0

- Make dtplite configurable in Makefile, e.g. make "DTPLITE=/usr/local/ns/bin/tclsh8.5 /usr/local/ns/bin/dtplite" man

- regenerate documentation

- bump verison number to 2.0 (also in .man files)

  1. … 5 more files in changeset.
- add Changelog for 2.0 release

    • -0
    • +1651
    /ChangeLog-2.0b5-2.0
- updated for mongo-c-driver 1.0.2 and MongoDB 2.6.5 - minor changes were necessary: MongogDB does not allow to delete a capped collection, one has to use drop

    • -10
    • +11
    /library/mongodb/tests/nx-mongo.test
Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

- white-space changes

- move variable declation to the front

Fixing listings in shell-wrapper manpages

Fix a typo reported by lintian

Fix two more wordings lintian complained about

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

Revise manpages; add copyright notes

  1. … 4 more files in changeset.
- reduce number of unsued symbols

    • -0
    • +41
    /generic/nsfCmdPtr.c
- fix a possible double refcount increment for argument converter (e.g. for normalizing input values). This could lead to small memory leaks.

Continue man corrections

Work on corrections for Object.man & friends, based on Thorsten's proof-reading

Remove an nxdoc artifact

Remove unneeded make variables

Revive nsfConfig.sh: The paths expanded during a configure run were broken, partly due to substituting obsolete variables

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

Use revised interpreter directive throughout

- fix final refcounting bug: it was possible that classes contained in Tcl_Objs of type mixinreg were not freed, although their reference-counter became 0; now all test cases free all tcl_objs and referenced data structures allocated from nsf

First solution to provide a multi-step resolution of a Tcl interpreter in our shell wrappers. Uses some bash scripting to walk a list of candidates: 1) interp in build directory, 2) intep in install directory, 3) tcl interp in PATH. Where appropriate (cases 2 & 3), restricts search to a specific tinterp version. By relying on a generic shebang line (/bin/sh) we do not run into package-dependency restrictions on Debian. So a win-win?

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

- fix (probably quite old) memory leak when parameter passing fails to reclaim temporary Tcl_Objs

- fix memory leak with virtual parameters (resolved via args) with ref-counting

Adding man pages for shell wrappers

Adjust file extension for nroff files to reflect manpage section

Fix the remaining shebangs

Fix shebang lines