summaryrefslogtreecommitdiff
path: root/support/ChangeLog
blob: bf8c8b410e40759f09a9bc4ed428e51dd0feaa4e (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
2017-10-08         Arnold D. Robbins     <arnold@skeeve.com>

	* regex_internal.h: Minor fix from Andreas for OS/2.

2017-08-27         Juan Manuel Guerrero  <juan.guerrero@gmx.de>

	* localeinfo.c [__DJGPP__]: Include mbsupport.h.

2017-06-25         Andrew J. Schorr      <aschorr@telemetry-investments.com>

	* dfa.c (dfaalloc): Replace xmalloc+memset with xzalloc.
	* xalloc.h (xmalloc): New function moved here from gawkmisc.c.
	(xcalloc): Replace xmalloc+memset with calloc.
	(xzalloc): Replace xmalloc+memset with xcalloc.

2017-06-22         Arnold D. Robbins     <arnold@skeeve.com>

	* regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
	regexec.c: Sync with GLIBC.

2017-06-18         Arnold D. Robbins     <arnold@skeeve.com>

	* intprops.h: Sync with GNULIB.

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

	* dfa.c, dfa.h, intprops.h, verify.h: Sync with GNULIB.

2017-03-23         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Sync with GNULIB.
	
2017-01-19         Arnold D. Robbins     <arnold@skeeve.com>

	* localeinfo.h: Sync with GNULIB.
	* localeinfo.c: Ditto.
	* dfa.c: Ditto, to fix a memory leak.

2017-01-16         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Sync with GNULIB.

2017-01-10         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Sync with GNULIB.
	Twice in one day!  Sigh.

2017-01-03         Arnold D. Robbins     <arnold@skeeve.com>

	* dfa.c: Sync with GNULIB.

2016-12-27         Juergen Kahrs         <Juergen.Kahrs@googlemail.com>

	* CMakeLists.txt: New file.

2016-12-22         John E. Malmberg      <wb8tyw@qsl.net>

	* dfa.c fixes for OpenVMS

2016-12-22         Arnold D. Robbins     <arnold@skeeve.com>

	* ChangeLog: Created.
	* Makefile.am: New file.
	* dfa.c, dfa.h, getopt.c, getopt.h, getopt1.c, getopt_int.h,
	intprops.h, localeinfo.c, localeinfo.h, random.c, random.h,
	regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
	regexec.c, verify.h, xalloc.h: Moved here from parent directory.