nsf

Clone Tools
  • last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

Remove any nxdoc artifacts from repo, to ease Debian packaging (incl. binary js is not accepted by lintian

  1. … 37 more files in changeset.
- fix execution with --enable-memcount=yes: second argument of NsfMemCountAlloc() and NsfMemCountFree() may be empty

- don't put macro arguments between parens when these are used for concatenation