]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:31:56 +0000 (07:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Apr 2002 07:31:56 +0000 (07:31 +0000)
old/textutils/ChangeLog

index 9c94933d51d517a11bd174d1c2af10a91a323506..f85d023dd8d7925d8535f65a3d78d41be64b041d 100644 (file)
@@ -1,7 +1,13 @@
-2002-04-28  Jim Meyering  <meyering@lucent.com>
+2002-04-29  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.22.
 
+       * src/tail.c (parse_obsolescent_option): Do not limit the maximum
+       line/byte count (when specified via obsolete option syntax) to be
+       less than ULONG_MAX on systems where OFF_T_MAX is larger.
+
+2002-04-28  Jim Meyering  <meyering@lucent.com>
+
        Avoid new warnings from gcc.
        * src/pr.c [struct COLUMN] <name>: Declare member to be const.
        (init_fps): Declare local variable `firstname' to be const.