This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Ping. Re: [PATCH v4 0/5] Add missing nldbl functions to libc
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- To: <libc-alpha at sourceware dot org>
- Date: Thu, 28 Feb 2019 11:02:42 -0300
- Subject: Ping. Re: [PATCH v4 0/5] Add missing nldbl functions to libc
- References: <20190221205706.12225-1-gabriel@inconstante.eti.br>
Ping. The patches in this thread are pending review.
<https://sourceware.org/ml/libc-alpha/2019-02/msg00542.html>
On Thu, Feb 21 2019, Gabriel F. T. Gomes wrote:
> Since v3, I updated the ABI version to GLIBC 2.30 and the copyright years.
>
> Gabriel F. T. Gomes (5):
> ldbl-opt: Add arpg_error and argp_failure (bug 23983)
> ldbl-opt: Reuse argp tests that print long double
> ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx
> (bug 23984)
> ldbl-opt: Add error and error_at_line (bug 23984)
> ldbl-opt: Reuse test cases from misc/ that check long double
>
> argp/Makefile | 2 +-
> argp/argp.h | 4 +
> argp/bits/argp-ldbl.h | 24 +++++
> include/argp.h | 11 +++
> include/bits/argp-ldbl.h | 1 +
> include/bits/err-ldbl.h | 1 +
> include/bits/error-ldbl.h | 1 +
> include/err.h | 9 ++
> include/error.h | 14 +++
> misc/Makefile | 3 +-
> misc/bits/err-ldbl.h | 30 ++++++
> misc/bits/error-ldbl.h | 24 +++++
> misc/err.h | 4 +
> misc/error.h | 12 ++-
> misc/tst-ldbl-error.c | 25 ++---
> misc/tst-ldbl-warn.c | 20 ++--
> sysdeps/ieee754/ldbl-opt/Makefile | 26 ++++++
> sysdeps/ieee754/ldbl-opt/Versions | 6 ++
> sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 104 +++++++++++++++++++++
> sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 15 +++
> sysdeps/unix/sysv/linux/alpha/libc.abilist | 12 +++
> .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 12 +++
> .../linux/powerpc/powerpc32/nofpu/libc.abilist | 12 +++
> .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 12 +++
> .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 12 +++
> sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 12 +++
> sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 12 +++
> sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 12 +++
> 28 files changed, 409 insertions(+), 23 deletions(-)
> create mode 100644 argp/bits/argp-ldbl.h
> create mode 100644 include/bits/argp-ldbl.h
> create mode 100644 include/bits/err-ldbl.h
> create mode 100644 include/bits/error-ldbl.h
> create mode 100644 misc/bits/err-ldbl.h
> create mode 100644 misc/bits/error-ldbl.h
>
> --
> 2.14.5
>