Port to diet libc.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2004 23:59:52 +0000 (23:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Sep 2004 23:59:52 +0000 (23:59 +0000)
ChangeLog
lib/ChangeLog

index 93fe118..a8d1e46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-09-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to diet libc.  Problem reported by Felix von Leitner in
+       <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00171.html>.
+       * 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  <eggert@cs.ucla.edu>
 
        POSIX-conformance fixes for "expand" and "unexpand".
index acbaa7b..6d59771 100644 (file)
@@ -1,3 +1,11 @@
+2004-09-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port to diet libc.  Problem reported by Felix von Leitner in
+       <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00171.html>.
+       * 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  <eggert@cs.ucla.edu>
 
        * getopt.c, getopt1.c: Sync from gnulib.