This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6d6ee04622 Unconditionally call __gconv_get_path when reading iconv con [...] new 2c03961fce Add tests for argp_error and argp_failure with floating-poin [...] new 9771e6cb51 Add test for warn, warnx, vwarn, and vwarnx with floating-po [...] new 7597b0c7f7 Add tests with floating-point arguments for err* and verr* f [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 15 ++++++ argp/Makefile | 3 +- argp/tst-ldbl-argp.c | 109 ++++++++++++++++++++++++++++++++++++++++++ misc/Makefile | 3 +- misc/tst-ldbl-error.c | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++ misc/tst-ldbl-warn.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 378 insertions(+), 2 deletions(-) create mode 100644 argp/tst-ldbl-argp.c create mode 100644 misc/tst-ldbl-error.c create mode 100644 misc/tst-ldbl-warn.c