mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
f43b8dd555
Since the introduction of explicit flags in the internal implementation of the printf family of functions, the 'mode' parameter can be used to select which format long double parameters have (with the mode flag: PRINTF_LDBL_IS_DBL). This patch uses this feature in the implementation of some functions in argp.h, err.h, and error.h (only those that take a format string and positional parameters). Future patches will add support for 'nldbl' and 'ieee128' versions of these functions. Tested for powerpc64le and x86_64. |
||
---|---|---|
.. | ||
argp-ba.c | ||
argp-eexst.c | ||
argp-fmtstream.c | ||
argp-fmtstream.h | ||
argp-fs-xinl.c | ||
argp-help.c | ||
argp-namefrob.h | ||
argp-parse.c | ||
argp-pv.c | ||
argp-pvh.c | ||
argp-test.c | ||
argp-xinl.c | ||
argp.h | ||
bug-argp1.c | ||
bug-argp2.c | ||
Makefile | ||
tst-argp1.c | ||
tst-argp2.c | ||
tst-ldbl-argp.c | ||
Versions |