summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-02 23:59:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-02 23:59:52 +0000
commit5e2e64732818dcae8f327130add62d3b450a7020 (patch)
treef8e7c89b7b3c8e9abf88e40d2ac8e5cb01c2163b /ChangeLog
parent905aee9238839c657369f5a23e1ca78161a5b572 (diff)
downloadcoreutils-5e2e64732818dcae8f327130add62d3b450a7020.tar.xz
Port to diet libc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93fe1186a..a8d1e4655 100644
--- 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".