*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 27 Oct 2001 14:24:56 +0000 (14:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Oct 2001 14:24:56 +0000 (14:24 +0000)
old/textutils/ChangeLog

index ed425d1..d7bf3d2 100644 (file)
@@ -1,7 +1,13 @@
-2001-10-04  Jim Meyering  <meyering@lucent.com>
+2001-10-27  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.17.
 
+       Give an accurate diagnostic when `head --bytes=30M' fails.
+       * src/head.c (string_to_integer): Check explicitly for overflow,
+       and lump everything else together as `invalid'.
+
+2001-10-04  Jim Meyering  <meyering@lucent.com>
+
        Rename --all-repeated argument `precede' to `prepend'.
        * src/uniq.c (enum delimit_method): s/DM_PRECEDE/DM_PREPEND/
        and change all uses.