From: Paul Eggert Date: Thu, 2 Sep 2004 23:59:52 +0000 (+0000) Subject: Port to diet libc. X-Git-Tag: v5.3.0~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2e64732818dcae8f327130add62d3b450a7020;p=thirdparty%2Fcoreutils.git Port to diet libc. --- diff --git a/ChangeLog b/ChangeLog index 93fe1186a8..a8d1e4655a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-02 Paul Eggert + + Port to diet libc. Problem reported by Felix von Leitner in + . + * src/paste.c (dummy_closed, CLOSED, dummy_endlist, ENDLIST): Remove; + it's not portable C to assume FILE is a complete type. + (paste_parallel): Use null instead of ENDLIST, and an explicit + boolean instead of CLOSED. + 2004-08-24 Paul Eggert POSIX-conformance fixes for "expand" and "unexpand". diff --git a/lib/ChangeLog b/lib/ChangeLog index acbaa7bbc2..6d59771ab1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-09-02 Paul Eggert + + Port to diet libc. Problem reported by Felix von Leitner in + . + * fts.c (fts_stat, fts_open, fts_read): Use "unsigned short int" + rather than the unportable "u_short", and similarly for u_int. + * fts_.h (FTSENT): Likewise. + 2004-08-19 Paul Eggert * getopt.c, getopt1.c: Sync from gnulib.