File: NEWS

package info (click to toggle)
complexity 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,200 kB
  • sloc: ansic: 16,003; sh: 5,127; makefile: 76
file content (26 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
New in 1.13 - November 2020

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