summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 21:59:43 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 21:59:43 +0000
commita3adba60c8d07b6c5132e052b073f9e3fe624582 (patch)
treed8855aa8de8e917c7dd2d5610f0d6c4c63088fcb /old/textutils
parent25ec733e8d130a0f45ac8f33df149534fed1c482 (diff)
downloadcoreutils-a3adba60c8d07b6c5132e052b073f9e3fe624582.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 5ae7c5e09..59229fe9b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,15 @@
1997-07-13 Jim Meyering <meyering@na-net.ornl.gov>
+ * 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.