library

Clone Tools
  • last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added new variant of "volatile" trying to mimick the XOTcl1 volatile behavior. - added experimental feature NSF_WITH_TCL_OBJ_TYPES_AS_CONVERTER, which uses registered TclObjTypes as value checkers (currently deactivated)

  1. … 4 more files in changeset.
whitespace change

WIP

  1. … 1 more file in changeset.
protect legacy HTTPd against XSS on error messages

base package nx::zip on Tcl 8.6 builtins instead of relying on the Trf package

make sure, the restted path ends with a slash

security fix: avoid directory traversal attack in old XOTcl HTTP class

remove comma before "that"

  1. … 2 more files in changeset.
follow the Tcl, not the OpenACS numbering scheme

  1. … 3 more files in changeset.
change version number to first version number after the 2.2.0 release (2.3d0)

  1. … 1 more file in changeset.
improve spelling

bump version numbers consistently to 2.2

fix typos

    • -1
    • +1
    ./mongodb/tests/nx-reference-many.test
    • -4
    • +4
    ./xotcl/apps/comm/get-regression-nb.xotcl
    • -4
    • +4
    ./xotcl/apps/comm/get-regression.xotcl
  1. … 21 more files in changeset.
improve spelling

  1. … 4 more files in changeset.
- remove dead assignment - add cppcheck target

Removed last deprecated call of the mongo-c-driever (mongoc_collection_create_index())

updates of annouce file, tested with mongo-c-dirver 1.12.0 (released yesterday)

  1. … 4 more files in changeset.
bump version number to 2.2

update REAME file

update copyright information

improve markdown

change READE to markdown syntax

    • -0
    • +137
    ./mongodb/README.md
prefer new spelling of macOS

  1. … 3 more files in changeset.
updating mongodb interface for 2.2: - update to mongodb-c-driver 1.11.0 - reduce number of calls to deprecated driver functions as far as possible - improve cleanness of compilation (provde prototypes etc.) - bump version number to 2.2

* configure, configure.ac, nx.tcl, pkgIndex.tcl, xotcl2.tcl, pkg.vc: Bump version to 2.2.0.

  1. … 3 more files in changeset.
Fix buggy case when blueprints are used to update interpreters with preexisting objects and classes. There, it was possible that objects are turned into baseclass objects, when the application classes are deleted.

    • -105
    • +209
    ./serialize/serializer.tcl
improve spelling

  1. … 8 more files in changeset.
improve spelling

make sure to initialize all variables also in error cases

reduce variable scope and minor cleanup