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