view modules/c-vasnprintf @ 40140:81f075eaa990

ptsname_r: Work around bug on Android 4.3. * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Define HAVE_ESSENTIALLY_WORKING_PTSNAME_R. Test whether the return value is correct. * lib/ptsname_r.c (__ptsname_r): If HAVE_ESSENTIALLY_WORKING_PTSNAME_R is defined, just fix the return value. * doc/glibc-functions/ptsname_r.texi: Mention the Android bug. Reword: The behaviour of musl libc is nothing to be "fixed", since it is compliant with the next POSIX standard.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Jan 2019 15:23:19 +0100
parents 46900f509454
children
line wrap: on
line source

Description:
Formatted output to strings in C locale.

Files:
lib/c-vasnprintf.h
lib/c-vasnprintf.c
lib/float+.h
lib/printf-args.h
lib/printf-args.c
lib/printf-parse.h
lib/printf-parse.c
lib/vasnprintf.h
lib/vasnprintf.c
m4/wchar_t.m4
m4/wint_t.m4
m4/longlong.m4
m4/intmax_t.m4
m4/stdint_h.m4
m4/inttypes_h.m4
m4/vasnprintf.m4
m4/printf.m4
m4/math_h.m4
m4/exponentd.m4

Depends-on:
isnand-nolibm
isnanl-nolibm
frexpl-nolibm
printf-frexp
printf-frexpl
signbit
fpucw
nocrash
printf-safe
alloca-opt
xsize
errno
memchr
multiarch
verify

configure.ac:
gl_PREREQ_VASNPRINTF_WITH_EXTRAS

Makefile.am:
lib_SOURCES += c-vasnprintf.c

Include:
"c-vasnprintf.h"

License:
GPL

Maintainer:
Ben Pfaff