diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-04 10:15:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-04 10:15:52 +0000 |
commit | aae3b8e336bdb1cad6884b58945ab381e23c5267 (patch) | |
tree | 924a03828ee5e9cb92474252295286dd95397e32 /ChangeLog | |
parent | fb864a8db740844182bb1b8247b417aca34af8d4 (diff) | |
download | coreutils-aae3b8e336bdb1cad6884b58945ab381e23c5267.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ -2003-06-27 Jim Meyering <jim@meyering.net> +2003-07-04 Jim Meyering <jim@meyering.net> * 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 <jim@meyering.net> + + * 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 <jim@meyering.net> + 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. |