From: Jim Meyering Date: Fri, 27 Jun 2003 07:42:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf77497855809b781b01ae9b93d475ffa2bceb8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 706fecc3ff..b80d268f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2003-06-20 Jim Meyering +2003-06-27 Jim Meyering * Version 5.0.1. + split's --verbose option did nothing + * src/split.c (longopts): Use `1', not `0' as the value for + for &verbose. Reported by Keith Thompson. + +2003-06-20 Jim Meyering + * src/copy.c (copy_internal) [HAVE_STRUCT_STAT_ST_AUTHOR]: Use `error_t' (rather than int) as type for local `err'. From Alfred M. Szmidt.