Go to file
Carlos O'Donell 484c12fb1e Enhance localedef --list-archive option.
The localedef --list-archive option claims that it can
accept a [file] argument and list the contents of that
archive. The support was never implemented. This patch
adds that support and allows --list-archive to work as
expected. You can now use localedef to list the contents
of arbitrary locale archives by using:
./localedef --list-archive file
2013-10-18 23:44:35 -04:00
argp
assert
benchtests benchtests: Add include-sources directive. 2013-10-10 14:45:30 +03:00
bits
catgets
conf
conform conformtest: Clean up expectations for POSIX for sched.h. 2013-09-25 00:51:42 +00:00
crypt
csu BZ #15754: CVE-2013-4788 2013-09-23 00:52:09 -04:00
ctype
debug
dirent
dlfcn Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
elf Don't include tls.h in test cases 2013-10-18 19:45:36 +05:30
gmon
gnulib
grp
gshadow
hesiod
hurd Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
iconv Fix typos. 2013-10-12 14:47:50 +02:00
iconvdata
include Make __ffs hidden 2013-09-20 21:25:31 +02:00
inet Fix inet_network("1 bar"). Fixes bug 15277. 2013-10-17 18:34:29 +02:00
intl
io
libidn
libio Fix fwrite() reading beyond end of buffer in error path 2013-10-11 22:29:38 +05:30
locale Enhance localedef --list-archive option. 2013-10-18 23:44:35 -04:00
localedata Adjust language-code fields of LC_ADDRESS. 2013-10-13 08:59:50 -04:00
login
mach
malloc Remove assert in malloc statistic. Fixes bug 12486. 2013-10-18 09:35:15 +02:00
manual Add systemtap markers to math function slow paths 2013-10-11 22:37:53 +05:30
math PowerPC floating point little-endian [4 of 15] 2013-10-04 10:32:48 +09:30
misc Fix error_tail overflow in allocation calculation. 2013-10-14 17:15:48 +02:00
nis
nptl nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure 2013-10-05 00:00:32 +01:00
nptl_db
nscd Properly cache the result from looking up the nss database config 2013-09-30 10:29:13 +02:00
nss
po Update Chinese (traditional) translations. 2013-09-06 15:26:43 -04:00
ports Move entries to correct port ChangeLog files. 2013-10-18 21:28:57 +00:00
posix glob: silence -Wattribute warnings 2013-10-01 13:50:29 -06:00
pwd
resolv Correctly copy resolver address. Fixes bug #13028. 2013-10-14 08:17:09 +02:00
resource
rt
scripts benchtests: Add include-sources directive. 2013-10-10 14:45:30 +03:00
setjmp
shadow
signal
socket
soft-fp soft-fp: make extensions quiet signaling NaNs (bug 16041). 2013-10-17 12:36:02 +00:00
stdio-common Fix typos. 2013-10-12 14:47:50 +02:00
stdlib Fix buffer overrun in strtod_l 2013-09-19 16:52:04 +04:00
streams
string string/tester memrchr test 2013-10-04 10:42:15 +09:30
sunrpc sunrpc/rpc/types.h: fix OS X and FreeBSD build problems 2013-09-11 18:37:21 -04:00
sysdeps Add e500 port. 2013-10-18 21:04:22 +00:00
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog Enhance localedef --list-archive option. 2013-10-18 23:44:35 -04: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 MIPS: IEEE 754-2008 NaN encoding support 2013-09-18 21:33:50 +01:00
config.make.in Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
configure PowerPC LE configury 2013-10-04 10:42:27 +09:30
configure.in PowerPC LE configury 2013-10-04 10:42:27 +09:30
CONFORMANCE
COPYING Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
COPYING.LIB Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
cppflags-iterator.mk
extra-lib.mk Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
extra-modules.mk
INSTALL Update pt_chown sections of the manual 2013-09-10 14:11:39 +10:00
libc-abis
LICENSES
Makeconfig
Makefile Fix erroneous (and circular) implied pattern rule for linkobj/libc.so. 2013-10-03 10:38:14 -07:00
Makefile.in
Makerules Fix erroneous (and circular) implied pattern rule for linkobj/libc.so. 2013-10-03 10:38:14 -07:00
NAMESPACE
NEWS Remove duplicate bug numbers from NEWS. 2013-10-18 21:00:20 +00:00
o-iterator.mk
PROJECTS
README Fix careless merge. 2013-10-07 09:58:30 +10:30
Rules
shlib-versions PowerPC LE configury 2013-10-04 10:42:27 +09:30
test-skeleton.c
version.h
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 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

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
	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.