mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-16 00:36:08 +02:00
28 lines
809 B
Plaintext
28 lines
809 B
Plaintext
1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
* Makefile.am (EXTRA_DIST): Add const.m4.
|
|
|
|
* const.m4: New file. Use an initializer in this declaration
|
|
typedef int charset[2]; const charset x;
|
|
Reported by Bob Glickstein.
|
|
|
|
1997-12-21 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
* chown.m4: Fix reversed types on -1 args to chown.
|
|
From Kaveh Ghazi.
|
|
|
|
1997-12-14 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
* check-decl.m4: s/DECLARATION_/DECL_/g.
|
|
Add lseek and memchr.
|
|
|
|
* decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
|
|
T.E.Dickey <dickey@clark.net> said that some older preprocessors
|
|
have a 20-character limit on names.
|
|
|
|
1997-11-30 Jim Meyering <meyering@na-net.ornl.gov>
|
|
|
|
* inttypes_h.m4: New file.
|
|
* uintmax_t.m4: New file.
|
|
* Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
|