From: Jim Meyering Date: Fri, 4 Jul 2003 10:15:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae3b8e336bdb1cad6884b58945ab381e23c5267;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b4fd1fac8f..ee37fb6fe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ -2003-06-27 Jim Meyering +2003-07-04 Jim Meyering * Version 5.0.1. + * 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. + +2003-07-03 Jim Meyering + + * src/cp.c (do_copy): Give a better diagnostic when failing due + to nonexistent destination directory. Reported by Dmitry Rutsky. + See http://bugs.debian.org/199730 for details. + +2003-06-27 Jim Meyering + split's --verbose option did nothing [broken in 4.5.10 and 5.0] * src/split.c (longopts): Use `1', not `0' as the value for for &verbose. Reported by Keith Thompson.