mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-11 10:33:49 +08:00
.
This commit is contained in:
parent
ae295f9bab
commit
1f74a371e0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user