From: Jim Meyering Date: Wed, 10 Mar 2004 10:44:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.2.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e04d7ff7c0407e03b2a2a0f5623182983dcc59;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bd51345437..733db6b076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-03-06 Jim Meyering +2004-03-10 Jim Meyering * Version 5.2.1. + `join -1 x' would give a misleading diagnostic + * src/join.c (string_to_join_field): Report that a non-numeric field + number is invalid, rather than `so large that it is not representable'. + +2004-03-06 Jim Meyering + cp --sparse=always sparse-image-file.img /dev/hda1 could produce an invalid copy on the destination device.