Clone
Stefan Sobernig <stefan.sobernig@wu.ac.at>
committed
on 03 May 19
Updated changelog, fixed stats in announcement [skip ci]
2.3 + 10 more
ChangeLog-2.2.0-2.3.0.log (+25 -0)
  1 2019-05-03  Stefan Sobernig  <stefan.sobernig@wu.ac.at>
  2
  3         * Regenerated documentation [6cbeef2d]
  4         * Object.man: Remove line break in script evaluation [f7541b47]
  5         * Bump version number from 2.3a0 to 2.3 [77a193c1]
  6
  7 2019-05-02  Gustaf Neumann  <neumann@wu-wien.ac.at>
  8
  9         * nsf.c (MergeInheritanceLists, NsfNSCopyVarsCmd)
  10         (NsfCallStackFindCallingContext): Reduce dead store operations and
  11         null after dereference [e89a635d]
  12
  13 2019-05-01  Gustaf Neumann  <neumann@wu-wien.ac.at>
  14
  15         * nsfObj.c (FilterregDupInternalRep, CscListAdd, CscAlloc):
  16         Improve spelling [7aad1f9b]
  17
  18 2019-04-30  Stefan Sobernig  <stefan.sobernig@wu.ac.at>
  19
  20         * tests/*.test: Add 'package prefer latest' to remaining test files.
  21           [8e2e356e]
  22         * ChangeLog-2.2.0-2.3.0.log, Announce2.3.0: Fix typos [6630359b],
  23         fix a remainder in changelog [1997fa85], done content-wise
  24         [4a1f3640]
  25
1 26 2019-04-26  Stefan Sobernig  <stefan.sobernig@wu.ac.at>
2 27
3 28         * forward.test: Constrain the max recursion depth around recursive
4 29         forwards, so that we do not run into early crashes on systems with
5 30         limited stack sizes (when the stack is saturated before a recursion
6 31         limit is hit). This fixes test runs on MinGW/ gcc builds at AppVeyor.
7 32         [6debf965]
8 33
9 34 2019-04-23  Stefan Sobernig  <stefan.sobernig@wu.ac.at>
10 35
11 36         * forward.tests: Provide some background comment on platform-dependent
12 37         error messages as test conditions (infinite loop) and make sure tests
13 38         under 8.6 are executed as intended. [e760812b]
14 39
15 40         * Continued work in changelog and announcement (still WIP)
16 41           [22becf70]
17 42
18 43 2019-04-21  Gustaf Neumann  <neumann@wu-wien.ac.at>
19 44
20 45         * nsf.c: Added "pure" declarations [0d57967b]