nsf

Clone Tools
  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Regenerated migration and tutorial, to account for recently fixed typos and fix markup generation

    • -1111
    • +346
    /doc/next-tutorial/next-tutorial.html
* Makefile.in: Unify ASCIIDOC exec configuration.

adjust programming style

Add test for regular expression matching

    • -0
    • +11
    /library/mongodb/tests/nsf-mongo.test
Make sure to initialize nsf object fetched from mongo

- added mset cmd - added expr arg spec

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

- Use more modern returnstate handling based on options - extend regression test

* next-migration.txt: Address some typos (thx to Guenter Ernst for reporting).

* contains.test: Add two test cases to document the recent fix on error and errorcode propagation in contains.

fix bug in method "contains": Propergate errorCode on catch

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

mongodb interface - add regular expression queries to conditions in NX

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

* makefile.vc: Change another directory location to respect the INSTALLDIR setting

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

- Copy changed structure

- Dont't use ConvertToNothing but NULL in the terminating record, since the former is not available for extensions

* makefile.vc: Add missing header fils to install target and use STUBDIR to properly locate the generated API headers.

- include all enum values in case statements

- use preprocessor variables more consistently

- remove old-style function definitions

- remove implicit conversion to 'unsigned int' from 'int' m

- ISO C90 forbids mixed declarations and code

- don't shadow local variable

Reduce memory consumption via better aligning (esp on 64bit machines)

- don't shadow variables

modify STRING_NEW such that - it is able to produce "const char *" - such that it uses ckalloc

- provide clean compile for compilations with "-Wwrite-strings" - add const declarations

- removed unneeded arguments - mark unused arguments as UNUSED