Go to file
Gabriel F. T. Gomes b370c5f014 ldbl-128ibm-compat: Add wide character scanning functions
Similarly to what was done for regular character scanning functions,
this patch uses the new mode mask, SCANF_LDBL_USES_FLOAT128, in the
'mode' argument of the wide characters scanning function,
__vfwscanf_internal (which is also extended to support scanning
floating-point values with IEEE binary128, by redirecting calls to
__wcstold_internal to __wcstof128_internal).

Tested for powerpc64le.

Reviewed-By: Paul E. Murphy <murphyp@linux.ibm.com>
2019-11-22 18:13:20 -03:00
argp
assert
benchtests Add new script for plotting string benchmark JSON output 2019-11-13 14:18:52 +00:00
bits
catgets
ChangeLog.old
conform
crypt
csu Introduce link_map_audit_state accessor function 2019-11-15 13:03:40 +01:00
ctype
debug
dirent
dlfcn
elf Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x 2019-11-21 13:31:29 +01:00
gmon
gnulib
grp
gshadow
hesiod
htl
hurd hurd: Use __clock_gettime in _hurd_select 2019-11-07 09:54:33 +01:00
iconv
iconvdata
include Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions 2019-11-22 15:29:21 -03:00
inet Change most internal uses of __gettimeofday to __clock_gettime. 2019-10-30 17:04:10 -03:00
intl
io
libio Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions 2019-11-22 15:29:21 -03:00
locale Add mnw language code [BZ #25139] 2019-11-06 08:15:16 +01:00
localedata Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139] 2019-11-06 08:15:16 +01:00
login login: Use pread64 in utmp implementation 2019-11-12 20:13:35 +01:00
mach
malloc Base max_fast on alignment, not width, of bins (Bug 24903) 2019-10-30 22:59:11 -04:00
manual nptl: Fix niggles with pthread_clockjoin_np 2019-11-04 16:44:49 -03:00
math math: enhance the endloop condition of function handle_input_flag 2019-11-07 00:26:54 +00:00
mathvec
misc misc: Set generic pselect as ENOSYS 2019-11-22 14:40:57 -03:00
nis Change most internal uses of __gettimeofday to __clock_gettime. 2019-10-30 17:04:10 -03:00
nptl nptl: Refactor thrd_sleep in terms of clock_nanosleep 2019-11-06 14:47:05 -03:00
nptl_db slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097] 2019-11-12 13:54:30 +01:00
nscd Change most internal uses of time to __clock_gettime. 2019-10-30 17:11:10 -03:00
nss Comment out initgroups from example nsswitch.conf (Bug 25146) 2019-10-29 13:08:24 -04:00
po
posix Fix array bounds violation in regex matcher (bug 25149) 2019-11-11 12:24:59 +01:00
pwd
resolv Change most internal uses of __gettimeofday to __clock_gettime. 2019-10-30 17:04:10 -03:00
resource
rt
scripts
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib
string Change most internal uses of time to __clock_gettime. 2019-10-30 17:11:10 -03:00
sunrpc Change most internal uses of __gettimeofday to __clock_gettime. 2019-10-30 17:04:10 -03:00
support support: Fix support_set_small_thread_stack_size to build on Hurd 2019-11-13 14:10:11 +01:00
sysdeps ldbl-128ibm-compat: Add wide character scanning functions 2019-11-22 18:13:20 -03:00
sysvipc
termios
time Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X. 2019-11-11 15:04:48 +00:00
timezone
wcsmbs Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions 2019-11-22 15:29:21 -03:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure
configure.ac
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig
Makefile Fix run-one-test so that it runs elf tests 2019-11-05 17:45:07 +01:00
Makefile.help
Makefile.in
Makerules
NEWS rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CVE-2019-19126) [BZ #25204] 2019-11-21 12:56:44 +01:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.