summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-24 12:58:07 +0000
committerJim Meyering <jim@meyering.net>1999-04-24 12:58:07 +0000
commit82105f5876694b948f3c452ee0b157e468da6c4f (patch)
treeadcd6804166be58bce1c8f88d52fce5ca1c25f98 /old
parentea07044f83cae5c559c7502a1f63879e089b4f05 (diff)
downloadcoreutils-82105f5876694b948f3c452ee0b157e468da6c4f.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index eaef4708c..97fe70c3e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,8 @@
1999-04-24 Jim Meyering <meyering@ascend.com>
+ * lib/Makefile.am (libtu_a_SOURCES): Add xstrtoumax.c
+ (noinst_HEADERS): Remove xstrtoul.h.
+
* src/csplit.c: Include new "xstrtol.h", not "xstrtoul.h".
(struct control) [repeat]: Declare as uintmax_t, not int.
(struct control) [lines_required]: Likewise.