aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
blob: 5dbc11a4760ea16bd16ab8740fc9eb7869b85b12 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
2012-10-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add jarebug.sh.

2012-09-23         Arnold D. Robbins     <arnold@skeeve.com>

	* lintwarn.ok: Updated.

2012-08-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (charasbytes): Revise test to canonicalize
	whitespace. (For Mac OS X 10.5, at least.)
	* charasbytes.ok: Updated.

2012-08-12         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (regexprange): New test.
	* regexprange.awk, regexprange.ok: New files.

2012-08-05         Arnold D. Robbins     <arnold@skeeve.com>

	New test from Nelson Beebe.

	* Makefile.am (ofs1): New test.
	* ofs1.awk, ofs1.in, ofs1.ok: New files.

2012-07-13         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (getline5): New test.
	* getline5.awk, getline5.ok: New files.

2012-06-19         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (charasbytes): New test.
	* charasbytes.awk, charasbytes.in, charasbytes.ok: New files.

2012-05-20         Arnold D. Robbins     <arnold@skeeve.com>

	* jarebug.sh: New file. Handles Mac OS X also.
	* Makefile.am (jarebug): Use jarebug.sh to run the test.

2012-05-16         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): Remove leading `-' from $(CMP) line.

2012-05-14         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): Move to charset tests. Adjust to check
	for existence of needed Japanese locale before running the test.

2012-05-09         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (jarebug): New test.
	* jarebug.awk, jarebug.in, jarebug.ok: New files.

2012-03-28         Arnold D. Robbins     <arnold@skeeve.com>

	* 4.0.1: Release tar ball made.

2012-03-20         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (printfbad3): New test.
	* printfbad3.awk, printfbad3.ok: New files.

2012-02-22         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (beginfile2, next): Set LC_ALL=C so that error
	messages will be in English for comparison with .ok files.
	Thanks to Jeroen Schot <schot@a-eskwadraat.nl>.

2011-12-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rri1): New test.
	* rri1.awk, rri1.in, rri1.ok: New files.

2011-12-06         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am: Rationalize the $(CMP) lines wherever possible.

2011-10-24         Arnold D. Robbins     <arnold@skeeve.com>

	* beginfile2.sh: Use `...` instead of $(...) for broken systems
	where /bin/sh doesn't support $(...).  Thanks to Nelson Beebe for
	the report.

2011-10-21         John Haque      <j.eh@mchsi.com>

	* beginfile2.in, beginfile2.sh, beginfile2.ok: Adjust input file names.

2011-10-21         Corinna Vinschen      <vinschen@redhat.com>

	* Makefile.am (beginfile2): Adjust for running out of srcdir.
	* beginfile2.sh: Same.

2011-10-02         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (rtlen, rtlen01, rtlenmb): New tests.
	* rtlen.ok, rtlen.sh, rtlen01.ok, rtlen01.sh: New files.
	Thanks to Rogier <rogier777@gmail.com> as forwarded by
	Jeroen Schot <schot@A-Eskwadraat.nl>.

2011-08-10         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (beginfile2, fpat3, fwtest3): New tests.
	* beginfile2.awk, beginfile2.in, beginfile2.ok: New files.
	* fpat3.awk, fpat3.in, fpat3.ok: New files.
	* fwtest3.awk, fwtest3.in, fwtest3.ok: New files.

2011-08-09         Arnold D. Robbins     <arnold@skeeve.com>

	* pty1.awk, pty1.ok: New files.
	* Makefile.am (pty1): New test.
	(profile1, profile2, profile3): Use unique names for the profile
	files to avoid problems with parallel 'make check'

2011-07-29         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (next): Redirect output to output file!

2011-07-28         Arnold D. Robbins     <arnold@skeeve.com>

	* sortu.awk, sortu.ok: Modified to make numeric comparison do
	a stable sort.  Thanks to Peter Fales <Peter.Fales@alcatel-lucent.com>.
	* backgsub.ok: Update for change in code.
	* Makefile.am (posix2008sub): Add --posix to invocation.

2011-07-26         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (getline4, gsubtst8): New tests.
	* getline4.awk, getline4.in, getline4.ok: New files.
	* gsubtst8.awk, gsubtst8.in, gsubtst8.ok: New files.

2011-07-15         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (gsubtst7): New test.
	* gsubtst7.awk, gsubtst7.in, gsubtst7.ok: New files.

2011-06-24         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (EXTRA_DIST): Add ChangeLog.0.
	* 4.0.0: Remake the tar ball.

2011-06-23         Arnold D. Robbins     <arnold@skeeve.com>

	* ChangeLog.0: Rotated ChangeLog into this file.
	* ChangeLog: Created anew for gawk 4.0.0 and on.
	* 4.0.0: Release tar ball made.