comparison modules/human @ 6657:25df81cf2f51

* modules/intprops: New file. * MODULES.html.sh (Numeric conversion functions <stdlib.h>): Add intprops. * modules/getloadavg (Files): Remove lib/intprops.h. (Depends-on): Add intprops. * modules/human: Likewise. * modules/inttostr: Likewise. * modules/openat: Likewise. * modules/sig2str: Likewise. * modules/userspec: Likewise. * modules/utimecmp: Likewise. * modules/xnanosleep: Likewise. * modules/xstrtol: Likewise.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 26 Feb 2006 08:45:03 +0000
parents 792a53343abe
children 19c2e5121b2f
comparison
equal deleted inserted replaced
6656:5d22fb8bacca 6657:25df81cf2f51
3 with K/M/G suffix. 3 with K/M/G suffix.
4 4
5 Files: 5 Files:
6 lib/human.h 6 lib/human.h
7 lib/human.c 7 lib/human.c
8 lib/intprops.h
9 m4/ulonglong.m4 8 m4/ulonglong.m4
10 m4/stdint_h.m4 9 m4/stdint_h.m4
11 m4/inttypes_h.m4 10 m4/inttypes_h.m4
12 m4/uintmax_t.m4 11 m4/uintmax_t.m4
13 m4/human.m4 12 m4/human.m4
14 13
15 Depends-on: 14 Depends-on:
16 gettext-h 15 gettext-h
17 argmatch 16 argmatch
18 error 17 error
18 intprops
19 xstrtoumax 19 xstrtoumax
20 stdbool 20 stdbool
21 21
22 configure.ac: 22 configure.ac:
23 gl_HUMAN 23 gl_HUMAN