From: Jim Meyering Date: Wed, 9 Apr 2003 20:54:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b57f00147c26a336d0f8dd78aa48bab283a09a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b7ad9c597e..f016c81621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ 2003-04-09 Jim Meyering + * tests/misc/split-fail: Add a new test for the above fix. + * src/split.c (bytes_split): Use size_t temporary (rather than uintmax_t original) in remaining computations. From Paul Eggert.