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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
2019-06-28 Michal Jaegermann <michal.jnn@gmail.com>
Add backwards compatibility tests for inplace.
* Makefile.am (EXTRA_DISTS): New tests, inplace2bcomp, inplace2bcomp.
* inplace2bcomp.1.ok, test/inplace2bcomp.1.orig.ok,
test/inplace2bcomp.2.ok, test/inplace2bcomp.2.orig.ok,
test/inplace2bcomp.ok, test/inplace3bcomp.1.ok,
test/inplace3bcomp.1.orig.ok, test/inplace3bcomp.2.ok,
test/inplace3bcomp.2.orig.ok, test/inplace3bcomp.ok: New files.
2019-06-26 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New tests, nsawk1[abc] and nsawk2[ab].
* nsawk1.awk, nsawk1a.ok, nsawk1b.ok, nsawk1c.ok, nsawk2.awk,
nsawk2a.ok, nsawk2b.ok: New files.
Tests courtesy of Michal Jaegermann.
Unrelated:
* inplace1.ok, inplace2.ok, inplace3.ok: Updated after code changes.
2019-06-19 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New test: escapebrace.
* escapebrace.awk, escapebrace.in, escapebrace.ok: New files.
2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
* 5.0.1: Release tar ball made.
2019-05-22 Arnold D. Robbins <arnold@skeeve.com>
* badargs.ok: Updated after code changes.
2019-05-07 Arnold D. Robbins <arnold@skeeve.com>
* Gentests: Finish handlinig NEED_SANDBOX.
2019-05-06 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New test: sandbox1.
(NEED_SANDBOX): New list of tests.
* Gentests: Handle NEED_SANDBOX.
* sandbox1.awk, sandbox1.ok: New files.
2019-02-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (EXTRA_DIST): New test: assignnumfield2.
* assignnumfield2.awk, assignnumfield2.ok: New files.
2019-04-21 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): New test: fscaret.
* fscaret.awk, fscaret.in, fscaret.ok: New files.
2019-04-18 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops.
(synerr3): New test.
* synerr3.awk, synerr3.ok: New files.
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.1: Rotated ChangeLog into this file.
* ChangeLog: Created anew for gawk 5.0.0 and on.
* 5.0.0: Release tar ball made.
|