From: Jim Meyering Date: Wed, 9 Apr 2003 20:48:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~774 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=435c2829f84fc27135e0a463fa650157c00c1271;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b6d5726386..b7ad9c597e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 5.0.1. +2003-04-09 Paul Eggert + + * src/split.c (line_bytes_split): Arg is of type size_t, since + that's all that is supported for now. + (main): Check for overflow in obsolescent line count option. + +2003-04-09 Jim Meyering + * src/split.c (bytes_split): Use size_t temporary (rather than uintmax_t original) in remaining computations. From Paul Eggert.