*** empty log message ***
[coreutils.git] / m4 / ChangeLog
blob6d74b5e68acbdc87baa8495929c9569727406755
1 1998-09-27  Jim Meyering  <meyering@ascend.com>
3         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
5         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
6         ../configure.in, including a change from Gordon Matzigkeit to allow
7         cross-compiling for the Hurd.
9         * glibc.m4: New file/macro to test for the GNU C Library
10         versions 1 and 2.  From Gordon Matzigkeit.
11         Indent.
13 1998-09-21  Jim Meyering  <meyering@ascend.com>
15         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
17 1998-08-18  Paul Eggert  <eggert@twinsun.com>
19         Port nanosecond-resolution times to UnixWare 2.1.2 and
20         pedantic Solaris 2.6.
22         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23         AC_STRUCT_ST_MTIM.
24         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25         Generate name of ns member, instead of just 1 or undef.
26         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
28 1998-08-15  Jim Meyering  <meyering@ascend.com>
30         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33         instead of jm_TYPE_SSIZE_T.
35 1998-08-12  Jim Meyering  <meyering@ascend.com>
37         * st_dm_mode.m4: New file.  From Johan Danielsson.
39 1998-08-02  Jim Meyering  <meyering@ascend.com>
41         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
42         in acconfig.h manually.
44 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46         * st_mtim.m4: New file.
48 1998-07-28  Jim Meyering  <meyering@ascend.com>
50         * utimes.m4: Undef stat.
52 1998-07-25  Jim Meyering  <meyering@ascend.com>
54         * utime.m4 (jm_FUNC_UTIME): New file and macro.
55         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
57 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
59         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
60         uid and gid actually remain unchanged.
62 1998-07-07  Jim Meyering  <meyering@ascend.com>
64         * jm-glibc-io.m4: Remove fclose_unlocked.
66 1998-07-04  Jim Meyering  <meyering@ascend.com>
68         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
69         to prove that this macro can be used in packages without regex.c.
71 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
73         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
74         is to be used.
76 1998-07-03  Jim Meyering  <meyering@ascend.com>
78         * gettext.m4: Add -lintl if it's found to be necessary.
80         * gettext.m4: New file -- from gettext-0.10.35.
81         * lcmessage.m4: Likewise.
82         * progtest.m4: Likewise.
84         * regex.m4 (jm_WITH_REGEX): New file and macro.
85         * jm-macros.m4: Require the new macro.
87 1998-06-29  Jim Meyering  <meyering@ascend.com>
89         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
90         for the definition of NGROUPS (used in a system header included
91         by sys/mount.h).
93 1998-06-28  Jim Meyering  <meyering@ascend.com>
95         * ls-mntd-fs.m4: New file.
96         * fstypename.m4: New file.
98         * jm-macros.m4: Require the new macro.
99         * jm-glibc-io.m4: New file.
101 1998-05-19  Jim Meyering  <meyering@ascend.com>
103         * jm-macros.m4: Add jm_FUNC_LCHOWN.
104         * lchown.m4: New file.
106         * Makefile.am.in: New file.
107         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
109 1998-05-14  Jim Meyering  <meyering@ascend.com>
111         * Makefile.am (EXTRA_DIST): Add them.
112         * jm-macros.m4: New file.
113         * utimbuf.m4: New file.
115 1998-05-12  Jim Meyering  <meyering@ascend.com>
117         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
119 1998-05-11  Jim Meyering  <meyering@ascend.com>
121         * isc-posix.m4: New file.
123 1998-05-10  Jim Meyering  <meyering@ascend.com>
125         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
127 1998-05-09  Jim Meyering  <meyering@ascend.com>
129         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
130         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
131         with automake.
133         * ssize_t.m4: New file.
134         * mktime.m4: Remove file -- the new automake has this now.
136 1998-04-26  Jim Meyering  <meyering@ascend.com>
138         * assert.m4: New file.
139         * Makefile.am (EXTRA_DIST): Add assert.m4.
141 1998-04-05  Jim Meyering  <meyering@ascend.com>
143         * prereq.m4 (jm_PREREQ_REGEX): New macro.
144         (jm_PREREQ): Use it here.
146 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
148         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
149         in acconfig.h.
151 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
153         * prereq.m4: New file.
154         * error.m4: New file.
155         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
157 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
159         * getline.m4: Don't set am_cv_func_working_getline before the
160         cache-check for the same variable -- that defeated the purpose of
161         the test; the test program was never run.  This was a problem only
162         on systems with losing getline functions -- HP-UX 10.20 is one.
163         Reported by Bjorn Helgaas.
165 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
167         * Makefile.am (EXTRA_DIST): Add perl.m4.
169 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
171         * Makefile.am (EXTRA_DIST): Add const.m4.
173         * const.m4: New file.  Use an initializer in this declaration
174         typedef int charset[2]; const charset x;
175         Reported by Bob Glickstein.
177 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
179         * chown.m4: Fix reversed types on -1 args to chown.
180         From Kaveh Ghazi.
182 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
184         * check-decl.m4: s/DECLARATION_/DECL_/g.
185         Add lseek and memchr.
187         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
188         T.E.Dickey <dickey@clark.net> said that some older preprocessors
189         have a 20-character limit on names.
191 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
193         * inttypes_h.m4: New file.
194         * uintmax_t.m4: New file.
195         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.