Go to file
2013-08-30 10:43:39 -07:00
argp Fix typos. 2013-08-29 09:11:45 +02:00
assert
benchtests Fix loop construction to functions calls 2013-06-20 19:42:05 -05:00
bits Replace generic bits/socket.h with 4.4 file. 2013-08-27 10:33:15 -07:00
catgets
conf
conform
crypt Fix typos. 2013-08-21 19:48:48 +02:00
csu Fix then/than typos. 2013-08-30 18:10:31 +02:00
ctype
debug Fix typos. 2013-08-29 09:11:45 +02:00
dirent
dlfcn [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
elf Fix typos. 2013-08-30 18:08:59 +02:00
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv Fix typos. 2013-08-30 18:08:59 +02:00
iconvdata Fix typos. 2013-08-30 18:08:59 +02:00
include Clean up h_errno declaration to use __thread unconditionally. 2013-08-27 11:09:33 -07:00
inet True stub __ifreq. 2013-08-27 10:42:52 -07:00
intl
io Make stub lxstat64 call xstat64, like stub lxstat calls xstat. 2013-08-26 15:11:47 -07:00
libidn Fix typos. 2013-08-29 09:11:45 +02:00
libio Fix typos. 2013-08-21 19:48:48 +02:00
locale Fix then/than typos. 2013-08-30 18:10:31 +02:00
localedata Fix typos. 2013-08-30 18:08:59 +02:00
login CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
mach
malloc Fix typos. 2013-08-29 09:11:45 +02:00
manual Fix then/than typos. 2013-08-30 18:10:31 +02:00
math math: Additional type conversion tests 2013-08-29 12:21:07 +02:00
misc Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. 2013-06-28 16:50:48 -05:00
nis Fix typos. 2013-08-30 18:08:59 +02:00
nptl Fix typos. 2013-08-30 18:08:59 +02:00
nptl_db
nscd Use __glibc_unlikely instead of __builtin_expect (..., 0) 2013-08-28 09:44:19 +05:30
nss Use proper #include for xdecrypt declarations. 2013-08-26 15:04:02 -07:00
po Add Ukrainian translations. 2013-08-22 16:35:51 -07:00
ports Make armv6t2 strlen work in ARM mode too. 2013-08-30 10:43:39 -07:00
posix
pwd
resolv Fix typos. 2013-08-30 18:08:59 +02:00
resource
rt
scripts Sort sysd-rules-patterns by descending pattern length. 2013-06-17 09:55:49 -07:00
setjmp
shadow
signal
socket Clean up __libc_sa_len helper. 2013-08-27 10:34:16 -07:00
soft-fp Implement fma in soft-fp. 2013-07-02 14:55:32 +00:00
stdio-common Fix typos. 2013-08-30 18:08:59 +02:00
stdlib Fix then/than typos. 2013-08-30 18:10:31 +02:00
streams Fix typos. 2013-08-30 18:08:59 +02:00
string Fix missing declaration of LC_CTYPE nonascii-case element 2013-08-27 12:21:12 +02:00
sunrpc Fix typos. 2013-08-30 18:08:59 +02:00
sysdeps Fix then/than typos. 2013-08-30 18:10:31 +02:00
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog Fix then/than typos. 2013-08-30 18:10:31 +02: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 CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
config.make.in CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
configure configure: add missing quotes in $build_pt_chown test 2013-08-25 16:02:09 -04:00
configure.in configure: add missing quotes in $build_pt_chown test 2013-08-25 16:02:09 -04:00
CONFORMANCE
COPYING
COPYING.LIB
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
INSTALL CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
libc-abis
LICENSES
Makeconfig
Makefile Cope without sunrpc. 2013-08-27 10:59:57 -07:00
Makefile.in
Makerules Rewrite sysd-rules generation using an awk script. 2013-06-17 09:55:21 -07:00
NAMESPACE
NEWS ARM: Fix clone code when built for Thumb. 2013-08-30 10:50:25 +01:00
o-iterator.mk
PROJECTS
README
Rules
shlib-versions
test-skeleton.c
version.h Open development for 2.19. 2013-08-12 13:43:14 -07:00
Versions.def
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:

	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	powerpc-*-linux-gnu	Hardware floating point required
	powerpc64-*-linux-gnu
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-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.

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	am33*-*-linux-gnu	Not currently functional
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Software floating point (--without-fp)
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

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.