54a935a1f5786fa0d56d449ba4e5d5407d6794d5
[gnulib.git] / m4 / ChangeLog
1 1998-05-09  Jim Meyering  <meyering@ascend.com>
2
3         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
4         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
5         with automake.
6
7         * ssize_t.m4: New file.
8         * mktime.m4: Remove file -- the new automake has this now.
9
10 1998-04-26  Jim Meyering  <meyering@ascend.com>
11
12         * assert.m4: New file.
13         * Makefile.am (EXTRA_DIST): Add assert.m4.
14
15 1998-04-05  Jim Meyering  <meyering@ascend.com>
16
17         * prereq.m4 (jm_PREREQ_REGEX): New macro.
18         (jm_PREREQ): Use it here.
19
20 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
21
22         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
23         in acconfig.h.
24
25 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26
27         * prereq.m4: New file.
28         * error.m4: New file.
29         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
30
31 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
32
33         * getline.m4: Don't set am_cv_func_working_getline before the
34         cache-check for the same variable -- that defeated the purpose of
35         the test; the test program was never run.  This was a problem only
36         on systems with losing getline functions -- HP-UX 10.20 is one.
37         Reported by Bjorn Helgaas.
38
39 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
40
41         * Makefile.am (EXTRA_DIST): Add perl.m4.
42
43 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
44
45         * Makefile.am (EXTRA_DIST): Add const.m4.
46
47         * const.m4: New file.  Use an initializer in this declaration
48         typedef int charset[2]; const charset x;
49         Reported by Bob Glickstein.
50
51 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
52
53         * chown.m4: Fix reversed types on -1 args to chown.
54         From Kaveh Ghazi.
55
56 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
57
58         * check-decl.m4: s/DECLARATION_/DECL_/g.
59         Add lseek and memchr.
60
61         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
62         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63         have a 20-character limit on names.
64
65 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66
67         * inttypes_h.m4: New file.
68         * uintmax_t.m4: New file.
69         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.