generic

Clone Tools
  • last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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"

fix compilation issues with recent version of the Tcl core-8.branch (aka newest Tcl 8.7 branch)

improve spelling

  1. … 19 more files in changeset.
don't preallocate elements in Tcl_NewListObj with 2nd arg NULL (deprecated) nsf::__db_get_obj: make sure, the returned dict is valid

trying to understand AppVeyor behavior

still trying to understand AppVeyor behavior

take care on reference count on error message

debugging beahvior under AppVeyor

fix shadowing of variable names

fix but on top-level shell on unknown ensemble submethods

let developer control NDEBUG via Makefile (Tcl seems to define it nowadays)

- fix for the reported by "manfred" on comp.lang.tcl

improve cleanness of compilation

improve fall-through markup for case statements

silence gcc7+: use attribute based approach for denoting fall through in case statements

  1. … 1 more file in changeset.
make unused argument explicitly as unused.