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