mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
050d87a676
* lib/float+.h (verify_sizeof_flt, verify_sizeof_dbl): (verify_sizeof_ldbl): Rewrite 2*X-1 to X?1:-1. * lib/malloca.c: Include "verify.h". (verify1): Remove, replacing with a verify call. * lib/relocwrapper.c (verify1): Likewise. * lib/vasnprintf.c (mp_limb_verify, mp_twolimb_verify, TCHAR_T_verify): Likewise. * modules/malloca (Depends-on): Add 'verify'. * modules/relocatable-prog-wrapper (Depends-on): Add 'verify'. * modules/vasnprintf (Depends-on): Add 'verify'. * modules/unistdio/u8-vasnprintf (Depends-on): Likewise. * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise. * modules/unistdio/u16-vasnprintf (Depends-on): Likewise. * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise. * modules/unistdio/u32-vasnprintf (Depends-on): Likewise. * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise. * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
67 lines
963 B
Plaintext
67 lines
963 B
Plaintext
Description:
|
|
Formatted output to UTF-32 strings.
|
|
|
|
Files:
|
|
lib/unistdio/u32-vasnprintf.c
|
|
lib/vasnprintf.c
|
|
m4/vasnprintf.m4
|
|
m4/printf.m4
|
|
m4/wchar_t.m4
|
|
m4/wint_t.m4
|
|
m4/longlong.m4
|
|
m4/intmax_t.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/ulc-printf-parse
|
|
unistdio/u-printf-args
|
|
uniconv/u32-conv-from-enc
|
|
unistr/u32-cpy
|
|
unistr/u32-set
|
|
unistr/u32-mbsnlen
|
|
unistr/u8-to-u32
|
|
unistr/u16-to-u32
|
|
unistr/u8-strlen
|
|
unistr/u8-strmblen
|
|
unistr/u16-strlen
|
|
unistr/u16-strmblen
|
|
unistr/u32-strlen
|
|
unistr/u32-strmblen
|
|
isnand-nolibm
|
|
isnanl-nolibm
|
|
frexpl-nolibm
|
|
printf-frexp
|
|
printf-frexpl
|
|
signbit
|
|
fpucw
|
|
nocrash
|
|
printf-safe
|
|
alloca-opt
|
|
localcharset
|
|
xsize
|
|
errno
|
|
memchr
|
|
multiarch
|
|
verify
|
|
|
|
configure.ac:
|
|
gl_PREREQ_VASNPRINTF_WITH_EXTRAS
|
|
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u32-vasnprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_U32_VASNPRINTF
|
|
lib_SOURCES += unistdio/u32-vasnprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|