File: NEWS

package info (click to toggle)
complexity 1.10%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,700 kB
  • sloc: sh: 5,111; ansic: 1,936; makefile: 97
file content (26 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (3)
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.10 - 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