generic

Clone Tools
  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added debugging output for a case, where a Tcl cmd looks perfectly fine, but its procPtr (scripted cases) contains invalid data

make clean compile, when TRACE flags are defined

reduce verbosity, silence checker

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)

improve spelling

  1. … 2 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 17 more files in changeset.
nsf.c (Nsf_ConvertToInteger): Use Jan's hot fix TCL_NO_TOMMATH_H, not yet integrated into Tcl's 8.7 branch.

  1. … 1 more file in changeset.
make sure, variable is always initialized

make sure, result is alway initialized

improve spelling

  1. … 3 more files in changeset.
improve spelling

  1. … 1 more file in changeset.
improve spelling

  1. … 6 more files in changeset.
remove redundant tests

reduce debugging output

* nsf.c, testx.xotcl: Substitute tab-based indentation (1x) for space-based one (8x) for 'required argument' error msg.

  1. … 1 more file in changeset.
Fix potential crash, whe nsf::parseargs is called with a non-empty argspec and empty argv

Extended regression test to cover such cases.

  1. … 1 more file in changeset.
add missing EXTERN declarations

  1. … 1 more file in changeset.
typographic changes, most prominently, more consistent comma settings

https://onlinewritingtraining.com.au/however-therefore-furthermore/

  1. … 6 more files in changeset.
remove "default" from fully initialized switches. initialize variable to slience compiler warnings

improve spelling

  1. … 11 more files in changeset.
remove redundant test

fix indentation

* nsf.c (NSDeleteChildren): Remove redundant check on NSDeleteChild, leading to endless loop.

avoid dangerous and potentially recursive macro definition "pure"