From: Jim Meyering Date: Sat, 28 Sep 2002 16:32:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fee4452d3ea3dd5aa5d8aad5d4449221016e234;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 10b1fb102a..753bd3ecf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 4.5.2. + * src/sort.c (begfield, limfield): Rearrange comparisons to avoid + compiler warnings. + (fillbuf, keycompare): Cast literal `-1' to size_t in comparisons, + to avoid compiler warnings. + + * src/shred.c (dopass): Use a uintmax_t temporary to avoid bogus + compiler warnings. + Fix things so `mkdir -p' can create very deep directories, e.g., mkdir -p $(perl -e 'print "a/" x 40000') now works. * src/mkdir.c (main): For --parents (-p), call make_path with the @@ -10,6 +18,11 @@ * makepath.c (make_path): Restore umask *before* creating the final component. +2002-09-27 Andreas Schwab + + * src/tail.c (tail_bytes): Change type of bytes_remaining to off_t + to avoid overflow. Reported by Hans Lermen. + 2002-09-26 Jim Meyering * src/install.c (get_ids): Use strtoul, not strtol. Remove some casts.