summaryrefslogtreecommitdiff
path: root/support/ChangeLog
blob: 57603648dfd45784a78de73b904a640278fdad78 (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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
2022-03-25         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, regex_internal.c, regexec.c: Sync with GNULIB.

2022-01-19         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, dfa.c, dfa.h, dynarray.h, flexmember.h, idx.h,
	intprops.h, libc-config.h, localeinfo.c, localeinfo.h,
	malloc/dynarray-skeleton.c, malloc/dynarray.h,
	malloc/dynarray_at_failure.c, malloc/dynarray_emplace_enlarge.c,
	malloc/dynarray_finalize.c, malloc/dynarray_resize.c,
	malloc/dynarray_resize_clear.c, regcomp.c, regex.c, regex.h,
	regex_internal.c, regex_internal.h, regexec.c, verify.h: Sync
	with GNULIB. Primarily updates copyright year.

2021-12-10         Arnold D. Robbins     <arnold@skeeve.com>

	* intprops.h, regcomp.c, regex_internal.c, regex_internal.h,
	regexec.c: Sync with GNULIB.

2021-10-27         Arnold D. Robbins     <arnold@skeeve.com>

	* 5.1.1: Release tar ball made.

2021-10-23         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, regexec.c: Sync with GNULIB.

2021-10-13         Arnold D. Robbins     <arnold@skeeve.com>

	* xalloc.h: Update copyright year.

2021-09-22         Arnold D. Robbins     <arnold@skeeve.com>

	* idx.h, intprops.h: Sync with GNULIB.
	
2021-09-03         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.h: Sync with GNULIB.

2021-08-29         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, dfa.c, dfa.h, libc-config.h, malloc/dynarray_at_failure.c,
	regex.c, regex.h, regex_internal.c, regexec.c, verify.h:
	Sync with GNULIB, yet again lots of churn.
	* xalloc.h (ximemdup0): Yet another stupid new function.

2021-08-15         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (AR): Set from @AR@ so that it can be set
	at configure time.

2021-06-30         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c, dynarray.h, libc-config.h, regexec.c,
	verify.h: Update from GNULIB. Sigh.

2021-05-10         Arnold D. Robbins     <arnold@skeeve.com>

	* support/dynarray_at_failure.c, support/dynarray_resize_clear.c:
	New files.
	* Makefile.am (libsupport_a_SOURCES): Add them.

2021-05-07         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, libc-config.h, malloc/dynarray-skeleton.c,
	regex_internal.h: Update from GNULIB.

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

	* Makefile.am (EXTRA_DIST): Move some files to ...
	(libsupport_a_SOURCES): ... here. Add some more files.

2021-04-25         Arnold D. Robbins     <arnold@skeeve.com>

	More of the same:

	* Makefile.am (EXTRA_DIST): Add more files in malloc directory.
	(libsupport_a_SOURCES): Add malloc/dynarray_finalize.c and
	malloc/dynarray_emplace_enlarge.c.
	* malloc/dynarray_finalize.c, malloc/dynarray_emplace_enlarge.c:
	New files, from GNULIB.

2021-04-22         Arnold D. Robbins     <arnold@skeeve.com>

	* dynarray.h: Don't redefine libc interfaces to gnulib
	interfaces. Needed on at least one Ubuntu 18.04 system, don't
	know why, when on other such systems things work. GLIBC
	is a swamp. Sigh.

2021-04-21         Arnold D. Robbins     <arnold@skeeve.com>

	Don't depend upon GLIBC private interfaces. Thanks to
	Dmitry V. Levin <ldv@altlinux.org> for the report.

	* Makefile.am (EXTRA_DIST): Add files in malloc directory.
	(libsupport_a_SOURCES): Add malloc/dynarray_resize.c.
	* dynarray.h: Copied from GNULIB.
	* malloc/dynarray_resize.c: New file, from GNULIB.

2021-03-29         Arnold D. Robbins     <arnold@skeeve.com>

	Resettle after churn in GNULIB.

	* dfa.c, intprops.h: Updated from GNULIB.
	* xalloc.h (xpalloc): New function, was in dfa.c.
	(MIN): New macro.
	* idx.h: New file, imported from GNULIB (sigh).

2021-02-08         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, dfa.c, dfa.h, flexmember.h, intprops.h, libc-config.h,
	localeinfo.c, localeinfo.h, regcomp.c, regex.c, regex.h,
	regex_internal.c, regex_internal.h, regexec.c, verify.h: Sync
	from GNULIB.
	* attribute.h, dynarray.h: New files.
	* malloc/dynarray.h, malloc/dynarray-skeleton.c: New files from GNULIB.

2021-01-08         Arnold D. Robbins     <arnold@skeeve.com>

	* random.h (initstate, setstate, srandom): Add declarations.

2020-11-06         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.h, regex_internal.c, regex_internal.h: Synced from GNULIB.

2020-11-01         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Synced from GNULIB.

2020-10-15         Arnold D. Robbins     <arnold@skeeve.com>

	* random.c: Move code to using prototypes.

2020-09-30         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Synced from GNULIB.

2020-09-24         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c, dfa.h: Synced from GNULIB.

2020-09-18         Arnold D. Robbins     <arnold@skeeve.com>

	* cdefs.h, dfa.c, intprops.h, regcomp.c, regex.h, regex_internal.h,
	verify.h: Synced from GNULIB.

2020-09-14         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Synced from GNULIB.

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

	* dfa.h: Synced from GNULIB.

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

	* cdefs.h, dfa.c, libc-config.h, localeinfo.c, localeinfo.h,
	regcomp.c, regex.h, regex_internal.c, regexec.c,
	verify.h: Sync from GNULIB. Mostly copyright updates.

2020-06-07         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Revert changes of 26 April 2020. It causes
	the dfastress test to fail on some compilers.

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

	* dfa.c: Sync from GNULIB.

2020-04-26         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Speed improvements from Norihiro Tanaka <noritnk@kcn.ne.jp>,
	copied in from the bug-grep list.

2020-04-14         Arnold D. Robbins     <arnold@skeeve.com>

	* 5.1.0: Release tar ball made.

2020-03-12         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Move local includes after system includes.
	Fixes z/OS build and is better practice anyway.

2020-03-06         Arnold D. Robbins     <arnold@skeeve.com>

	* Makefile.am (libsupport_a_SOURCES): Add flexmember.h.

2020-03-06         Jannick               <thirdedition@gmx.net>

	* Makefile.am: Replace AM_MAKEFLAGS with AM_CFLAGS and AM_LDFLAGS.

2020-02-01         John E. Malmberg      <wb8tyw@qsl.net>

	* dfa.c: Remove OpenVMS specific code.  OpenVMS build
	will generate a stdint.h if needed.

2020-02-01         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Update from GNULIB. Should help Vax/VMS.
	* flexmember.h: New file, for dfa.c.

2020-01-28         Arnold D. Robbins     <arnold@skeeve.com>

	* regex_internal.h: Update from GNULIB. Hopefully fixes
	non-GCC issues.

2020-01-24         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.h, dfa.c: Update copyright years.
	* regex.c, regex_internal.h: Update from GNULIB.

2019-12-20         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.h, dfa.c: Updated from GNULIB.

2019-12-16         Arnold D. Robbins     <arnold@skeeve.com>

	* localeinfo.h, localeinfo.c: Updated from GNULIB.
	* dfa.c: Partial sync with GNULIB for localeinfo related stuff.

2019-12-13         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.h, dfa.c: Updated from GNULIB.

2019-11-21         Arnold D. Robbins     <arnold@skeeve.com>

	* regexec.c: Updated from GNULIB.

2019-10-19         Arnold D. Robbins     <arnold@skeeve.com>

	* regcomp.c, regex_internal.c, regex_internal.h,
	regexec.c: Updated from GNULIB.

2019-08-21         Arnold D. Robbins     <arnold@skeeve.com>

	* intprops.h, verify.h: Sync from GNULIB.

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>

	* cdefs.h, dfa.h, dfa.c, verify.h: Sync from GNULIB.

2019-04-23         Arnold D. Robbins     <arnold@skeeve.com>

	* regcomp.c, regex_internal.h: Sync from GNULIB.

2019-04-12         Arnold D. Robbins     <arnold@skeeve.com>

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