mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
New module 'c-vasnprintf'. * modules/c-vasnprintf: New file. * lib/c-vasnprintf.c: New file. * lib/c-vasnprintf.h: New file. New module 'c-snprintf'. * modules/c-snprintf: New file. * modules/c-snprintf-tests: New file. * lib/c-snprintf.c: New file. * lib/c-snprintf.h: New file. * tests/test-c-snprintf.c: New file. * tests/test-c-snprintf.sh: New file. New module 'c-vsnprintf'. * modules/c-vsnprintf: New file. * modules/c-vsnprintf-tests: New file. * lib/c-vsnprintf.c: New file. * lib/c-vsnprintf.h: New file. * tests/test-c-vsnprintf.c: New file. * tests/test-c-vsnprintf.sh: New file. New module 'c-vasprintf'. * modules/c-vasprintf: New file. * modules/c-vasprintf-tests: New file. * lib/c-asprintf.c: New file. * lib/c-vasprintf.c: New file. * lib/c-vasprintf.h: New file. * tests/test-c-vasprintf.c +: New file. * tests/test-c-vasprintf.sh: New file. New module 'c-xvasprintf'. * modules/c-xvasprintf: New file. * modules/c-xvasprintf-tests: New file. * lib/c-xasprintf.c: New file. * lib/c-xvasprintf.c: New file. * lib/c-xvasprintf.h: New file. * tests/test-c-xvasprintf.c: New file. * tests/test-c-xvasprintf.sh: New file.
56 lines
688 B
Plaintext
56 lines
688 B
Plaintext
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
|