From: Jim Meyering Date: Sun, 13 Jul 1997 21:59:43 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16d~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3adba60c8d07b6c5132e052b073f9e3fe624582;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5ae7c5e09f..59229fe9b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,15 @@ 1997-07-13 Jim Meyering + * src/head.c: Include xstrtoul.h. + Remove global variable, unit_size. + (atou): Remove now-unused function. + (parse_unit): Likewise. + (string_to_ull): New function. + (head): Take new parameter, count_lines. Use it instead of unit_size. + Update callers. + (head_file): Likewise. + (main): Use string_to_ull, not atou/parse_unit. + * tests/wc: New directory. * tests/head: New directory. * tests/Makefile.am (SUBDIRS): Add head and wc.