glibc/sysdeps/ieee754/ldbl-128ibm-compat
Gabriel F. T. Gomes f1a0eb5b67 ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
In the format string for *scanf functions, the '%as', '%aS', and '%a[]'
modifiers behave differently depending on ISO C99 compatibility.  When
_GNU_SOURCE is defined and -std=c89 is passed to the compiler, these
functions behave like ascanf, and the modifiers allocate memory for the
output.  Otherwise, the ISO C99 compliant version of these functions is
used, and the modifiers consume a floating-point argument.  This patch
adds the IEEE binary128 variant of ISO C99 compliant functions for the
third long double format on powerpc64le.

Tested for powerpc64le.

Reviewed-by: Paul E. Murphy <murphyp@linux.ibm.com>
2019-12-13 18:02:09 -03:00
..
ieee128-argp-help.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-asprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-asprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-dprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-dprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-err.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-error.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fwprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fwprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-fwscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-isoc99_fscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_fwscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_scanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_sscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_swscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vfscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vfwscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vsscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vswscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_vwscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-isoc99_wscanf.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
ieee128-obprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-obstack_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-printf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-printf_size.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
ieee128-printf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-scanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-snprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-snprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-sprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-sprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-sscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-strfmon_l.c ldbl-128ibm-compat: Add strfmon_l with IEEE long double format 2019-12-03 13:30:37 -03:00
ieee128-strfmon.c ldbl-128ibm-compat: Add strfmon_l with IEEE long double format 2019-12-03 13:30:37 -03:00
ieee128-swprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-swprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-swscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-syslog.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vasprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vasprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vdprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vdprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfwprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfwprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vfwscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vobstack_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vsnprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vsnprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vsprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vsprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vsscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vswprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vswprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vswscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vwprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vwprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-vwscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-wprintf_chk.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-wprintf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
ieee128-wscanf.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
libm-alias-float128.h Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
Makefile ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
strfromf128.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
strtof128_l.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
strtof128.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
test-isoc99-scanf-ibm128.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-isoc99-scanf-ieee128.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-isoc99-wscanf-ibm128.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-isoc99-wscanf-ieee128.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-obstack-chk-ibm128.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-obstack-chk-ieee128.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-obstack-chk-ldbl-compat.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-obstack-ibm128.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-obstack-ieee128.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-obstack-ldbl-compat-template.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-obstack-ldbl-compat.c ldbl-128ibm-compat: Add obstack printing functions 2019-11-27 15:52:41 -03:00
test-printf-chk-ibm128.c ldbl-128ibm-compat: Add regular character, fortified printing functions 2019-11-22 18:11:49 -03:00
test-printf-chk-ieee128.c ldbl-128ibm-compat: Add regular character, fortified printing functions 2019-11-22 18:11:49 -03:00
test-printf-chk-ldbl-compat.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-printf-chk-redir-ibm128.c ldbl-128ibm-compat: Add regular character, fortified printing functions 2019-11-22 18:11:49 -03:00
test-printf-chk-redir-ieee128.c ldbl-128ibm-compat: Add regular character, fortified printing functions 2019-11-22 18:11:49 -03:00
test-printf-ibm128.c ldbl-128ibm-compat: Add regular character printing functions 2019-11-22 18:10:52 -03:00
test-printf-ieee128.c ldbl-128ibm-compat: Add regular character printing functions 2019-11-22 18:10:52 -03:00
test-printf-ldbl-compat.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-printf-size-ibm128.c ldbl-128ibm-compat: Add printf_size 2018-07-02 10:51:01 -03:00
test-printf-size-ieee128.c ldbl-128ibm-compat: Add printf_size 2018-07-02 10:51:01 -03:00
test-scanf-ibm128.c ldbl-128ibm-compat: Add regular character scanning functions 2019-11-22 18:13:01 -03:00
test-scanf-ieee128.c ldbl-128ibm-compat: Add regular character scanning functions 2019-11-22 18:13:01 -03:00
test-scanf-ldbl-compat-template.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-scanf-ldbl-compat.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-scanf-ldbl-compat.sh ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
test-strfmon-ibm128.c ldbl-128ibm-compat: Add tests for strfmon and strfmon_l 2019-12-03 13:30:42 -03:00
test-strfmon-ieee128.c ldbl-128ibm-compat: Add tests for strfmon and strfmon_l 2019-12-03 13:30:42 -03:00
test-strfmon-ldbl-compat.c ldbl-128ibm-compat: Add tests for strfmon and strfmon_l 2019-12-03 13:30:42 -03:00
test-strfrom-ibm128.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-strfrom-ieee128.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-strfrom-ldbl-compat.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-syslog-chk-ibm128.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-syslog-chk-ieee128.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-syslog-chk-ldbl-compat.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-syslog-ibm128.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-syslog-ieee128.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-syslog-ldbl-compat-template.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-syslog-ldbl-compat.c ldbl-128ibm-compat: Add syslog functions 2019-11-27 15:52:41 -03:00
test-wcstold-ibm128.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-wcstold-ieee128.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-wcstold-ldbl-compat.c ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold 2019-12-03 13:30:42 -03:00
test-wprintf-chk-ibm128.c ldbl-128ibm-compat: Add wide character, fortified printing functions 2019-11-22 18:12:27 -03:00
test-wprintf-chk-ieee128.c ldbl-128ibm-compat: Add wide character, fortified printing functions 2019-11-22 18:12:27 -03:00
test-wprintf-chk-ldbl-compat.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-wprintf-chk-redir-ibm128.c ldbl-128ibm-compat: Add wide character, fortified printing functions 2019-11-22 18:12:27 -03:00
test-wprintf-chk-redir-ieee128.c ldbl-128ibm-compat: Add wide character, fortified printing functions 2019-11-22 18:12:27 -03:00
test-wprintf-ibm128.c ldbl-128ibm-compat: Add wide character printing functions 2019-11-22 18:11:38 -03:00
test-wprintf-ieee128.c ldbl-128ibm-compat: Add wide character printing functions 2019-11-22 18:11:38 -03:00
test-wprintf-ldbl-compat.c ldbl-128ibm-compat: Replace http with https in new files 2019-12-03 13:00:57 -03:00
test-wscanf-ibm128.c ldbl-128ibm-compat: Add wide character scanning functions 2019-11-22 18:13:20 -03:00
test-wscanf-ieee128.c ldbl-128ibm-compat: Add wide character scanning functions 2019-11-22 18:13:20 -03:00
test-wscanf-ldbl-compat.c ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
Versions ldbl-128ibm-compat: Add ISO C99 versions of scanf functions 2019-12-13 18:02:09 -03:00
wcstof128_l.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
wcstof128.c Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00