mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
9f3df9d2a8
* lib/anytostr.c: Don't include verify.h. (anytostr): Don't verify that TYPE_SIGNED (inttype) equals inttype_is_signed. Instead, disable the bogus GCC warnings, so that there's no need for inttype_is_signed and for calling TYPE_SIGNED. * lib/imaxtostr.c (inttype_is_signed): Remove; no longer needed. * lib/inttostr.c, lib/offtostr.c, lib/uinttostr.c, lib/umaxtostr.c: Likewise. * modules/inttostr (Depends-on): Remove 'verify'.
37 lines
409 B
Plaintext
37 lines
409 B
Plaintext
Description:
|
|
Convert integers to printable strings.
|
|
|
|
Files:
|
|
lib/anytostr.c
|
|
lib/imaxtostr.c
|
|
lib/inttostr.c
|
|
lib/inttostr.h
|
|
lib/offtostr.c
|
|
lib/umaxtostr.c
|
|
lib/uinttostr.c
|
|
m4/inttostr.m4
|
|
|
|
Depends-on:
|
|
intprops
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_INTTOSTR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += \
|
|
imaxtostr.c \
|
|
inttostr.c \
|
|
offtostr.c \
|
|
uinttostr.c \
|
|
umaxtostr.c
|
|
|
|
Include:
|
|
"inttostr.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|