diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-24 12:53:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-24 12:53:50 +0000 |
commit | b67ee7857a875730171269b1749315a726385a16 (patch) | |
tree | 8198d7866111ab877470e0296de744d3ee56c7af /old/textutils | |
parent | 679661549683021f1a5e23b3f320329a6cc85cba (diff) | |
download | coreutils-b67ee7857a875730171269b1749315a726385a16.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 904acbe12..eaef4708c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |