8688c2a945dbd6b3a0693d6176294d4d64633cf3
[gnulib.git] / m4 / ChangeLog
1 1998-08-15  Jim Meyering  <meyering@ascend.com>
2
3         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
4         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
5         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
6         instead of jm_TYPE_SSIZE_T.
7
8 1998-08-12  Jim Meyering  <meyering@ascend.com>
9
10         * st_dm_mode.m4: New file.  From Johan Danielsson.
11
12 1998-08-02  Jim Meyering  <meyering@ascend.com>
13
14         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
15         in acconfig.h manually.
16
17 1998-07-31  Paul Eggert  <eggert@twinsun.com>
18
19         * st_mtim.m4: New file.
20
21 1998-07-28  Jim Meyering  <meyering@ascend.com>
22
23         * utimes.m4: Undef stat.
24
25 1998-07-25  Jim Meyering  <meyering@ascend.com>
26
27         * utime.m4 (jm_FUNC_UTIME): New file and macro.
28         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29
30 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31
32         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33         uid and gid actually remain unchanged.
34
35 1998-07-07  Jim Meyering  <meyering@ascend.com>
36
37         * jm-glibc-io.m4: Remove fclose_unlocked.
38
39 1998-07-04  Jim Meyering  <meyering@ascend.com>
40
41         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
42         to prove that this macro can be used in packages without regex.c.
43
44 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45
46         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
47         is to be used.
48
49 1998-07-03  Jim Meyering  <meyering@ascend.com>
50
51         * gettext.m4: Add -lintl if it's found to be necessary.
52
53         * gettext.m4: New file -- from gettext-0.10.35.
54         * lcmessage.m4: Likewise.
55         * progtest.m4: Likewise.
56
57         * regex.m4 (jm_WITH_REGEX): New file and macro.
58         * jm-macros.m4: Require the new macro.
59
60 1998-06-29  Jim Meyering  <meyering@ascend.com>
61
62         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63         for the definition of NGROUPS (used in a system header included
64         by sys/mount.h).
65
66 1998-06-28  Jim Meyering  <meyering@ascend.com>
67
68         * ls-mntd-fs.m4: New file.
69         * fstypename.m4: New file.
70
71         * jm-macros.m4: Require the new macro.
72         * jm-glibc-io.m4: New file.
73
74 1998-05-19  Jim Meyering  <meyering@ascend.com>
75
76         * jm-macros.m4: Add jm_FUNC_LCHOWN.
77         * lchown.m4: New file.
78
79         * Makefile.am.in: New file.
80         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
81
82 1998-05-14  Jim Meyering  <meyering@ascend.com>
83
84         * Makefile.am (EXTRA_DIST): Add them.
85         * jm-macros.m4: New file.
86         * utimbuf.m4: New file.
87
88 1998-05-12  Jim Meyering  <meyering@ascend.com>
89
90         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
91
92 1998-05-11  Jim Meyering  <meyering@ascend.com>
93
94         * isc-posix.m4: New file.
95
96 1998-05-10  Jim Meyering  <meyering@ascend.com>
97
98         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
99
100 1998-05-09  Jim Meyering  <meyering@ascend.com>
101
102         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
103         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
104         with automake.
105
106         * ssize_t.m4: New file.
107         * mktime.m4: Remove file -- the new automake has this now.
108
109 1998-04-26  Jim Meyering  <meyering@ascend.com>
110
111         * assert.m4: New file.
112         * Makefile.am (EXTRA_DIST): Add assert.m4.
113
114 1998-04-05  Jim Meyering  <meyering@ascend.com>
115
116         * prereq.m4 (jm_PREREQ_REGEX): New macro.
117         (jm_PREREQ): Use it here.
118
119 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
120
121         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
122         in acconfig.h.
123
124 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
125
126         * prereq.m4: New file.
127         * error.m4: New file.
128         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
129
130 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
131
132         * getline.m4: Don't set am_cv_func_working_getline before the
133         cache-check for the same variable -- that defeated the purpose of
134         the test; the test program was never run.  This was a problem only
135         on systems with losing getline functions -- HP-UX 10.20 is one.
136         Reported by Bjorn Helgaas.
137
138 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
139
140         * Makefile.am (EXTRA_DIST): Add perl.m4.
141
142 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
143
144         * Makefile.am (EXTRA_DIST): Add const.m4.
145
146         * const.m4: New file.  Use an initializer in this declaration
147         typedef int charset[2]; const charset x;
148         Reported by Bob Glickstein.
149
150 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
151
152         * chown.m4: Fix reversed types on -1 args to chown.
153         From Kaveh Ghazi.
154
155 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
156
157         * check-decl.m4: s/DECLARATION_/DECL_/g.
158         Add lseek and memchr.
159
160         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
161         T.E.Dickey <dickey@clark.net> said that some older preprocessors
162         have a 20-character limit on names.
163
164 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
165
166         * inttypes_h.m4: New file.
167         * uintmax_t.m4: New file.
168         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.