]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 23:16:48 +0000 (23:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 23:16:48 +0000 (23:16 +0000)
old/sh-utils/ChangeLog

index 89506f4d2eac3a6e5d44ddd6392dc372a01254dc..e589e34313a7e17d044ca650d6f28e70e377e5ba 100644 (file)
@@ -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,