nsf

Clone Tools
  • last updated 55 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce debugging output

make clean compile, when TRACE flags are defined

reduce verbosity, silence checker

improve spelling

Use memmove() instead of strncat() since the former supports overlapping buffers

do not try to initialize Tcl_TomMath_InitStubs when TCL_MAJOR_VERSION > 8 || TCL_MINOR_VERSION > 6

include for Tcl 8.5 tclTomMath.h to define the mp_int type

check, if the flag MP_INT_DECLARED is defined in 8.7* builds

avoid creation of Tcl_NewBignumObj() when argument is already of the bignum type

get rid of mp_free (we still need the type for mp_int)

* win/rules.vc: Starting with recent 8.7, there is no 't' suffix appended to binaries and libs anymore, to indicate a threaded build. [skip travis]

* appveyor.yml: Permissions of deploy key are broker under new image; attempt #3 (use OpenSSH as provided by MSYS2) [skip travis]

* appveyor.yml: Permissions of deploy key are broker under new image; attempt #3 [skip travis]

* appveyor.yml: Permissions of deploy key are broker under new image; attempt #2 [skip travis]

* appveyor.yml: Permissions of deploy key are broker under new image; attempt #1 [skip travis]

* appveyor.yml: Fix path to setup script [skip travis]

* appveyor.yml: Use newer VS image [skip travis]

Added readme document for profiling

improve spelling

    • -1
    • +1
    /library/xotcl/library/lib/xodoc.xotcl
avoid overly short method names

    • -55
    • +55
    /library/xotcl/tests/testx.xotcl
improve spelling

improve spelling: move closer to the linux documentation recommendations

    • -1
    • +1
    /library/mongodb/tests/nsf-gridfs.test
  1. … 5 more files in changeset.
reduce useless output of "make test"

improve spelling

Provide for the travis updates on our 2.3 maintenance branch

nsf.c (Nsf_ConvertToInteger): Use Jan's hot fix TCL_NO_TOMMATH_H, not yet integrated into Tcl's 8.7 branch.

Force use of internal libtommath (TIP 538) in 8.7 builds

Bump Travis macOS image and use gcc-9

make sure, variable is always initialized