nsf

Clone Tools
  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix compilation hickups for Tcl 8.5

reduce warnings from redefined constants

regenerated files

    • -2217
    • +3593
    /library/mongodb/configure
don't include "package provide" tcl command in pkgIndex.tcl file, since the binary performs the provide operation

exclude pkgIndex.tcl from searched files, whitespace changes

Pack Tcl-version into name for Tcl 9.*

With Tcl 9, it is possible to install nsf for 8.7 and 9.0 parallel in

the same directories. The trick is naming the shared library

"libtcl9nsf2.4.0.so" instead of "libnsf2.4.0.so" when compiled with

Tcl 9.0 (keeping the original name when compiled with Tcl 8.x).

many thanks to Jan Nijtmans for the patch

Whitespace cleanup

* appveyor.yml: Allow failures on trunk builds

* build.yml: Remove build jobs for 8-7-a3 (GH and AppVeyor); add trunk builds for win (AppVeyor)

added github event for workflow dispatches

fix typo

improve compatibility with core-8 branch

fix for Tcl versions having Tcl_LibraryInitProc() already defined (core-8)

report tcl version at the begin of regression test to ease reading output of git workflows

cosmetic change to trigger workflow run

added build for tcl9 under macOS

provde compatibility for core-8-7-a3

added build test for Tcl 9 (branch trunk)

fix compatibility with earlier versions of Tcl 8.7

Improve cleanness of compilation under gcc-11+ and "-pedantic" + -Wextra"

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

Added support for compiling with Tcl 9.0 (Many Thanks to Jan Nijtmans for first steps)

This version compiles cleanly at least with Tcl 8.6.* and Tcl 9.0 (fossil trunk),

having -pedantic and -Wextra defined.

    • -0
    • +368
    /generic/stubs9.0/nsfDecls.h
    • -0
    • +89
    /generic/stubs9.0/nsfIntDecls.h
  1. … 6 more files in changeset.
Merge branch 'master' of ssh://alice.wu.ac.at/usr/local/src/git-repo/nsf

* ChangeLog-2.3.0-2.4.0.log: Adding changelog entries since July/ August 2021.

improve spelling

cleanup: avoid memory leak in cases the Tcl_DictObjPut fails

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

added option "-asdict" to nsf::parseargs

The new option makes it easier to process the parsed argument in different

contexts

* build.yml, appveyor.yml: Bumps to 8.6.12 and 8.7a5

Bug fix: include alias to object in "info methods -path"

Previously, it was not possible to define an alias to an object for

NaviServer, since it was not returned by "info methods -path" and

was therefore not included in the blueprint.

Extended regression test.

improve function description