]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:53:50 +0000 (12:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:53:50 +0000 (12:53 +0000)
old/textutils/ChangeLog

index 904acbe12dbde7304fca1d8a34f851c9f3be7e66..eaef4708c255157f51ced92476f1dedc00cf7b71 100644 (file)
@@ -1,3 +1,20 @@
+1999-04-24  Jim Meyering  <meyering@ascend.com>
+
+       * src/csplit.c: Include new "xstrtol.h", not "xstrtoul.h".
+       (struct control) [repeat]: Declare as uintmax_t, not int.
+       (struct control) [lines_required]: Likewise.
+       (handle_line_error): Use human_readable to print lines_required.
+       (parse_repeat_count): Parse a uintmax_t.
+       (parse_patterns): Parse a uintmax_t.
+
+       * src/tail.c: Include new "xstrtol.h", not "xstrtoul.h".
+       * src/od.c: Likewise.
+
+       * src/head.c: Include new "xstrtol.h", not "xstrtoul.h".
+       Change all U_LONG_LONG to uintmax_t.
+       (head_lines): Move a couple dcls into an inner scope.
+       (string_to_integer): Rename from string_to_ull.
+
 1999-04-19  Jim Meyering  <meyering@ascend.com>
 
        * Makefile.maint (b_host): Remove /pub suffix.