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