*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
2
3         * getline.m4: Don't set am_cv_func_working_getline before the
4         cache-check for the same variable -- that defeated the purpose of
5         the test; the test program was never run.  This was a problem only
6         on systems with losing getline functions -- HP-UX 10.20 is one.
7         Reported by Bjorn Helgaas.
8
9 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
10
11         * Makefile.am (EXTRA_DIST): Add perl.m4.
12
13 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
14
15         * Makefile.am (EXTRA_DIST): Add const.m4.
16
17         * const.m4: New file.  Use an initializer in this declaration
18         typedef int charset[2]; const charset x;
19         Reported by Bob Glickstein.
20
21 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
22
23         * chown.m4: Fix reversed types on -1 args to chown.
24         From Kaveh Ghazi.
25
26 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
27
28         * check-decl.m4: s/DECLARATION_/DECL_/g.
29         Add lseek and memchr.
30
31         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
32         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33         have a 20-character limit on names.
34
35 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
36
37         * inttypes_h.m4: New file.
38         * uintmax_t.m4: New file.
39         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.