summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
blob: fd4c718e07bfad91bb0958d735e0038453df6fb6 (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
2023-04-14         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Update copyright year, switch to `dnl' as comment
	marker in the copyright statement.

2022-11-27         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Don't build an x86 binary on non-x86 macOS systems.
	See https://trac.macports.org/ticket/66329. Thanks to
	Marius Schamschula <lists@schamschula.com> for the report.

2022-11-17         Arnold D. Robbins     <arnold@skeeve.com>

	* 5.2.1: Release tar ball made.

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

	* pma.m4: On all macOS, build an Intel binary, even on M1.

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

	* pma.m4: Disable pma on M1 mac. It doesn't work there. We hope
	that this is just temporary.

2022-09-21         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Allow FreeBSD 13 and OpenBSD 7.

2022-09-04         Arnold D. Robbins     <arnold@skeeve.com>

	* 5.2.0: Release tar ball made.

2022-08-23         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Use AX_CHECK_COMPILE_FLAG to look for -no-pie instead
	of hardcoding gcc and clang. Thanks to Sam James <sam@gentoo.org>
	for the suggestion.
	* ax_check_compile_flag.m4: New file.

2022-08-11         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Logic fix. Don't define USE_PERSITENT_MALLOC until
	after all the tests.

2022-07-21         Arnold D. Robbins     <arnold@skeeve.com>

	* libtool.m4, ltoptions.m4, ltsugar.m4, ltversion.m4,
	lt~obsolete.m4: Updated to Libtool 2.4.7.

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

	* pma.m4: Add a check for Solaris. It works fine there.

2022-06-29         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Check sizeof(void *) is 8. PMA only works on
	64-bit systems.

2022-06-15         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Add case for Cygwin.

2022-06-14         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Put -no-pie inside additional check for gcc and clang.
	Tinycc and PCC are no-PIE anyway.  Add support for --disable-pma.
	Add the right magic for Mac OS.

2022-06-13         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Put -no-pie inside check for Linux.

2022-06-10         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: Add -no-pie to LDFLAGS for persistent malloc.

2022-06-09         Arnold D. Robbins     <arnold@skeeve.com>

	* pma.m4: New file.

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

	* 5.1.1: Release tar ball made.

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

	* mpfr.m4, readline.m4, threadlib.m4: Update for Autoconf 2.71.
	Removes various warnings when Autoconf runs.

2020-07-22         Arnold D. Robbins     <arnold@skeeve.com>
	
	* fcntl-o.m4, glibc2.m4, glibc21.m4, intdiv0.m4, intldir.m4,
	intmax.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lock.m4,
	longlong.m4, printf-posix.m4, size_max.m4, stdint_h.m4, threadlib.m4,
	uintmax_t.m4, visibility.m4, wchar_t.m4, wint_t.m4,
	xsize.m4: Copyright updated.
	* dirfd.m4, libtool.m4, ltoptions.m4, ltsugar.m4, ltversion.m4,
	lt~obsolete.m4: New files, from extension/m4.

2020-07-20  gettextize  <bug-gnu-gettext@gnu.org>

	* gettext.m4: Upgrade to gettext-0.20.2.
	* host-cpu-c-abi.m4: New file, from gettext-0.20.2.
	* iconv.m4: Upgrade to gettext-0.20.2.
	* intlmacosx.m4: Upgrade to gettext-0.20.2.
	* lib-ld.m4: Upgrade to gettext-0.20.2.
	* lib-link.m4: Upgrade to gettext-0.20.2.
	* lib-prefix.m4: Upgrade to gettext-0.20.2.
	* nls.m4: Upgrade to gettext-0.20.2.
	* po.m4: Upgrade to gettext-0.20.2.
	* progtest.m4: Upgrade to gettext-0.20.2.

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

	* 5.1.0: Release tar ball made.

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

	* triplet-transformation.m4: New file.

2019-11-09         Alexey Pawlow        <alexey.pawlow@gmail.com>

	* threadlib.m4: Add check for MSYS.

2019-09-10  Florian Weimer  <fweimer@redhat.com>

	* readline.m4 (GAWK_CHECK_READLINE): Include <fcntl.h>, <unistd.h>
	for close, open, dup.

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

	* 5.0.1: Release tar ball made.

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.