]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 16:32:31 +0000 (16:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 16:32:31 +0000 (16:32 +0000)
ChangeLog

index 10b1fb102ad3e674878583291102f92de78084d6..753bd3ecf616a82bd1918014051f63c9571a312d 100644 (file)
--- 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
        * makepath.c (make_path): Restore umask *before* creating the final
        component.
 
+2002-09-27  Andreas Schwab  <schwab@suse.de>
+
+       * 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  <meyering@lucent.com>
 
        * src/install.c (get_ids): Use strtoul, not strtol.  Remove some casts.