f22a2d5beb3081f6208815619e16fce6a0f7deab
[gnulib.git] / m4 / ChangeLog
1 1999-01-16  Jim Meyering  <meyering@ascend.com>
2
3         * jm-macros.m4: Define ARGMATCH_DIE.
4
5 1999-01-12  Jim Meyering  <meyering@ascend.com>
6
7         * Makefile.am.in: Rewrite to avoid using fmt.
8         Reported by Lars Hecking.
9
10 1999-01-10  Jim Meyering  <meyering@ascend.com>
11
12         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
13         gross kludge.
14         * inttypes_h.m4: Likewise.
15         * lstat.m4: Likewise.
16         * malloc.m4: Likewise.
17         * readdir.m4: Likewise.
18         * realloc.m4: Likewise.
19         * st_dm_mode.m4: Likewise.
20         * stat.m4: Likewise.
21         * utimbuf.m4: Likewise.
22         * utimes.m4: Likewise.
23
24         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26         comments in config.h.in are meaningful.
27
28         * jm-macros.m4: Require autoconf-2.13 here.
29
30         * regex.m4: By default, don't use the included regex.c on systems
31         with glibc 2.  Suggestion from Uli Drepper.
32
33 1999-01-02  Jim Meyering  <meyering@ascend.com>
34
35         * jm-macros.m4: Replace strcasecmp and strncasecmp.
36
37 1998-12-18  Jim Meyering  <meyering@ascend.com>
38
39         * Makefile.am.in (Makefile.am): Simplify rule.
40         Based on a suggestion from Lars Hecking.
41
42 1998-11-16  Jim Meyering  <meyering@ascend.com>
43
44         * lfs.m4: Double-quote the `uname...` expression.
45
46 1998-11-16  Paul Eggert  <eggert@twinsun.com>
47
48         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
49
50 1998-11-14  Jim Meyering  <meyering@ascend.com>
51
52         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
53         * stat.m4: Likewise.
54
55 1998-11-03  Jim Meyering  <meyering@ascend.com>
56
57         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
58         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
59
60 1998-10-18  Jim Meyering  <meyering@ascend.com>
61
62         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
63
64 1998-10-17  Jim Meyering  <meyering@ascend.com>
65
66         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
67         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
68         calls for those previously hard-coded headers.  Instead, take a new
69         parameter.
70         (jm_CHECK_DECLARATIONS): Reflect interface change.
71         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
72         (jm_CHECK_DECL_LOCALTIME_R): New macro.
73
74         * mktime.m4: Test for spring-forward gap before long-running test.
75
76 1998-10-14  Jim Meyering  <meyering@ascend.com>
77
78         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
79         instead of "TZ=America/Vancouver".  From Paul Eggert.
80
81 1998-10-11  Jim Meyering  <meyering@ascend.com>
82
83         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
84         This adds a test for a recently added compatibility fix for mktime.c.
85         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
86
87 1998-09-27  Jim Meyering  <meyering@ascend.com>
88
89         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
90
91         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
92         ../configure.in, including a change from Gordon Matzigkeit to allow
93         cross-compiling for the Hurd.
94
95         * glibc.m4: New file/macro to test for the GNU C Library
96         versions 1 and 2.  From Gordon Matzigkeit.
97         Indent.
98
99 1998-09-21  Jim Meyering  <meyering@ascend.com>
100
101         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
102
103 1998-08-18  Paul Eggert  <eggert@twinsun.com>
104
105         Port nanosecond-resolution times to UnixWare 2.1.2 and
106         pedantic Solaris 2.6.
107
108         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
109         AC_STRUCT_ST_MTIM.
110         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
111         Generate name of ns member, instead of just 1 or undef.
112         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
113
114 1998-08-15  Jim Meyering  <meyering@ascend.com>
115
116         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
117         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
118         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
119         instead of jm_TYPE_SSIZE_T.
120
121 1998-08-12  Jim Meyering  <meyering@ascend.com>
122
123         * st_dm_mode.m4: New file.  From Johan Danielsson.
124
125 1998-08-02  Jim Meyering  <meyering@ascend.com>
126
127         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
128         in acconfig.h manually.
129
130 1998-07-31  Paul Eggert  <eggert@twinsun.com>
131
132         * st_mtim.m4: New file.
133
134 1998-07-28  Jim Meyering  <meyering@ascend.com>
135
136         * utimes.m4: Undef stat.
137
138 1998-07-25  Jim Meyering  <meyering@ascend.com>
139
140         * utime.m4 (jm_FUNC_UTIME): New file and macro.
141         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
142
143 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
144
145         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
146         uid and gid actually remain unchanged.
147
148 1998-07-07  Jim Meyering  <meyering@ascend.com>
149
150         * jm-glibc-io.m4: Remove fclose_unlocked.
151
152 1998-07-04  Jim Meyering  <meyering@ascend.com>
153
154         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
155         to prove that this macro can be used in packages without regex.c.
156
157 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
158
159         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
160         is to be used.
161
162 1998-07-03  Jim Meyering  <meyering@ascend.com>
163
164         * gettext.m4: Add -lintl if it's found to be necessary.
165
166         * gettext.m4: New file -- from gettext-0.10.35.
167         * lcmessage.m4: Likewise.
168         * progtest.m4: Likewise.
169
170         * regex.m4 (jm_WITH_REGEX): New file and macro.
171         * jm-macros.m4: Require the new macro.
172
173 1998-06-29  Jim Meyering  <meyering@ascend.com>
174
175         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
176         for the definition of NGROUPS (used in a system header included
177         by sys/mount.h).
178
179 1998-06-28  Jim Meyering  <meyering@ascend.com>
180
181         * ls-mntd-fs.m4: New file.
182         * fstypename.m4: New file.
183
184         * jm-macros.m4: Require the new macro.
185         * jm-glibc-io.m4: New file.
186
187 1998-05-19  Jim Meyering  <meyering@ascend.com>
188
189         * jm-macros.m4: Add jm_FUNC_LCHOWN.
190         * lchown.m4: New file.
191
192         * Makefile.am.in: New file.
193         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
194
195 1998-05-14  Jim Meyering  <meyering@ascend.com>
196
197         * Makefile.am (EXTRA_DIST): Add them.
198         * jm-macros.m4: New file.
199         * utimbuf.m4: New file.
200
201 1998-05-12  Jim Meyering  <meyering@ascend.com>
202
203         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
204
205 1998-05-11  Jim Meyering  <meyering@ascend.com>
206
207         * isc-posix.m4: New file.
208
209 1998-05-10  Jim Meyering  <meyering@ascend.com>
210
211         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
212
213 1998-05-09  Jim Meyering  <meyering@ascend.com>
214
215         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
216         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
217         with automake.
218
219         * ssize_t.m4: New file.
220         * mktime.m4: Remove file -- the new automake has this now.
221
222 1998-04-26  Jim Meyering  <meyering@ascend.com>
223
224         * assert.m4: New file.
225         * Makefile.am (EXTRA_DIST): Add assert.m4.
226
227 1998-04-05  Jim Meyering  <meyering@ascend.com>
228
229         * prereq.m4 (jm_PREREQ_REGEX): New macro.
230         (jm_PREREQ): Use it here.
231
232 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
233
234         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
235         in acconfig.h.
236
237 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
238
239         * prereq.m4: New file.
240         * error.m4: New file.
241         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
242
243 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
244
245         * getline.m4: Don't set am_cv_func_working_getline before the
246         cache-check for the same variable -- that defeated the purpose of
247         the test; the test program was never run.  This was a problem only
248         on systems with losing getline functions -- HP-UX 10.20 is one.
249         Reported by Bjorn Helgaas.
250
251 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
252
253         * Makefile.am (EXTRA_DIST): Add perl.m4.
254
255 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
256
257         * Makefile.am (EXTRA_DIST): Add const.m4.
258
259         * const.m4: New file.  Use an initializer in this declaration
260         typedef int charset[2]; const charset x;
261         Reported by Bob Glickstein.
262
263 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
264
265         * chown.m4: Fix reversed types on -1 args to chown.
266         From Kaveh Ghazi.
267
268 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
269
270         * check-decl.m4: s/DECLARATION_/DECL_/g.
271         Add lseek and memchr.
272
273         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
274         T.E.Dickey <dickey@clark.net> said that some older preprocessors
275         have a 20-character limit on names.
276
277 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
278
279         * inttypes_h.m4: New file.
280         * uintmax_t.m4: New file.
281         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.