Go to file
Joseph Myers 9a461d467f conformtest: clean up POSIX expectations for stdlib.h, string.h.
Continuing the series of patches to clean up conformtest expectations
for "POSIX" (1995/6) based on review of the expectations against the
standard, this patch cleans up expectations for stdlib.h and
string.h.  Tested x86_64; no new XFAILs needed.

	* conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
	header inclusion.
	[POSIX] (limits.h): Likewise.
	[POSIX] (math.h): Likewise.
	[POSIX] (sys/wait.h): Likewise.
	* conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
	function.
	[POSIX] (stddef.h): Do not allow header inclusion.
2014-04-30 15:35:18 +00:00
argp
assert
benchtests benchtests: Link against objects in build directory 2014-04-15 14:33:06 +05:30
bits Define _STRING_ARCH_unaligned unconditionally 2014-04-09 15:05:36 -05:00
catgets
conf
conform conformtest: clean up POSIX expectations for stdlib.h, string.h. 2014-04-30 15:35:18 +00:00
crypt Define _STRING_ARCH_unaligned unconditionally 2014-04-09 15:05:36 -05:00
csu Support _r_debug for static binaries. 2014-04-14 15:45:40 -04:00
ctype
debug
dirent
dlfcn
elf 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com> 2014-04-11 11:25:53 -07:00
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv 2014-04-29 Steve Ellcey <sellcey@mips.com> 2014-04-29 10:19:30 -07:00
iconvdata
include
inet Return NULL for wildcard values in getnetgrent from nscd (BZ #16759) 2014-03-27 19:49:51 +05:30
intl
io
libidn
libio Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio 2014-03-25 12:43:30 +01:00
locale
localedata
login
mach
malloc malloc: Fix MALLOC_DEBUG -Wundef warning 2014-04-11 09:54:18 +01:00
manual Fix types of stream hook functions in manual. 2014-04-28 18:54:24 +02:00
math Add fenv test support for targets which don't have FP traps. 2014-04-17 09:39:27 +01:00
misc
nis
nptl Fix lll_unlock twice in pthread_cond_broadcast 2014-04-30 15:46:19 +05:30
nptl_db
nscd Initialize all of datahead structure in nscd (BZ #16791) 2014-04-30 12:00:39 +05:30
nss
po
ports Final update to ports ChangeLog. 2014-04-29 13:34:13 -04:00
posix Use += before-compile instead of a :=. 2014-03-24 16:59:01 +01:00
pwd
resolv Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308) 2014-04-30 11:48:43 +05:30
resource
rt
scripts Kludge fix for Versions.def regression 2014-03-25 15:00:34 -07:00
setjmp
shadow
signal
socket Fix recvmmsg comment. 2014-04-28 18:16:07 +02:00
soft-fp
stdio-common
stdlib [AArch64] Use GCC builtins to count leading/tailing zeros. 2014-04-22 17:26:59 +01:00
streams
string string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
sunrpc
sysdeps More fixes for unsafe compiler optimization 2014-04-30 08:41:42 -05:00
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog conformtest: clean up POSIX expectations for stdlib.h, string.h. 2014-04-30 15:35:18 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
config.h.in Save/restore bound registers in _dl_runtime_resolve 2014-04-09 15:38:09 -07:00
config.make.in PowerPC: define _CALL_ELF if compiler does not 2014-04-06 16:48:08 -05:00
configure nscd: Make SELinux checks dynamic. 2014-04-14 04:10:39 -04:00
configure.ac nscd: Make SELinux checks dynamic. 2014-04-14 04:10:39 -04:00
CONFORMANCE
COPYING
COPYING.LIB
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
INSTALL
libc-abis
LICENSES
Makeconfig PowerPC: define _CALL_ELF if compiler does not 2014-04-06 16:48:08 -05:00
Makefile
Makefile.in
Makerules
NAMESPACE
NEWS Initialize all of datahead structure in nscd (BZ #16791) 2014-04-30 12:00:39 +05:30
o-iterator.mk
PROJECTS
README Relocate hppa from ports to libc. 2014-04-29 04:20:39 -04:00
Rules
shlib-versions
test-skeleton.c
version.h
WUR-REPORT

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.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 2.6.16 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
	hppa-*-linux-gnu	Not currently functional without patches.
	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
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.

If you are interested in doing a port, please contact the glibc
maintainers; see http://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 http://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 http://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., 2000-2013, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.