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