summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 23:16:48 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 23:16:48 +0000
commit1f74a371e07665c48a13840d4fccdebf9dbbaf00 (patch)
tree869922065aba5e0a5d4ca09ab2abffe336d55285 /old
parentae295f9bab43ce6d24a17b38e8afc4002e11d476 (diff)
downloadcoreutils-1f74a371e07665c48a13840d4fccdebf9dbbaf00.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 89506f4d2..e589e3431 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,16 @@
+1999-04-20 Jim Meyering <meyering@ascend.com>
+
+ Update factor to use `uintmax_t'.
+ * src/factor.c <xstrtol.h>: Include this, not xstrtoul.h.
+ <human.h>: Include.
+ Use uintmax_t in place of unsigned long.
+ Use human_readable to convert to strings for printing.
+ * lib/xstrtoumax.c: New file.
+ * lib/human.c: New file.
+ * lib/human.h: New file.
+ * lib/Makefile.am (libsu_a_SOURCES): Add human.c and xstrtoumax.c.
+ (noinst_HEADERS): Add human.h. Remove xstrtoul.h.
+
1999-04-19 Jim Meyering <meyering@ascend.com>
* src/seq.c (main): Restore `+' in getopt_long string. Otherwise,