From: Jim Meyering Date: Tue, 13 May 2003 12:42:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4641ffbefa3a986a72f7d8d5f242fc59dd7be2a2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 65c4d7ad1e..9480e903cd 100644 --- a/TODO +++ b/TODO @@ -65,13 +65,11 @@ output to stderr. Suggested here: m4: rename all macros that start with AC_ to start with another prefix -document that `true --version' can fail, e.g., like this: - ./true --version >&- - ./true: write error: Bad file number - Reported by Paul Eggert - resolve RH report on cp -a forwarded by Tim Waugh Martin Michlmayr's patch to provide ls with `--sort directory' option Remove uses of PROTOTYPES + +tail: don't use xlseek; it *exits*. + Instead, maybe use a macro and return nonzero. diff --git a/doc/ChangeLog b/doc/ChangeLog index b99f43e797..f087459d06 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -11,7 +11,6 @@ (More details about version sort): Note that strverscmp, and hence `ls -v', does not use LC_COLLATE. Reported by From: Andrey Borzenkov. - 2003-04-21 Jim Meyering Fix printf POSIX compatibility bug reported by Ben Harris in