From: Jim Meyering Date: Fri, 4 Jul 2003 12:25:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50457c5b3802bb56eb408b5122fd4d66eff9cf1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ee37fb6fe9..41c9f8a947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.0.1. + * src/who.c (print_line): Rewrite to use asprintf, in order to be + able to avoid emitting trailing spaces. Reported by Dan Jacobson. + * tests/misc/head-elide-tail: Add tests of head's new --lines=-N option, and perform the 1600 invocations of head IFF the envvar RUN_EXPENSIVE_TESTS is set.