New in 1.9 - March 2016

New in 1.7 - March 2016

* parse ternary operator correctly
* allow proc closing braces after column 1
  *IFF* it is a one line procedure
* enhance accepted line endings (viz. DOS and OS/X)
* warnings & clarity cleanups
* tracing now includes messages about convolution penalties

New in 1.3 - October 2015

* src/complexity.c: explicitly include headers that are needed but
  usually included by config.h.
  (die): It is claimed that va_start() may expand to unbalanced
  opening braces, so add va_end().  This is not true, but added
  va_end() for balance anyway.
* doc/Makefile.am: add "mk.sh" to EXTRA_DIST
* incorporate a spelling fix from autogen

New in 1.2

* Programming / configuration cleanups

* Print scaling factors in output header
