descriptionsources.redhat.com git mirror of glibc CVS
repository URLgit://sourceware.org/git/glibc.git
ownerpasky@ucw.cz
last changeThu, 16 May 2024 22:31:45 +0000 (16 17:31 -0500)
last refreshThu, 16 May 2024 22:46:24 +0000 (17 00:46 +0200)
content tags
add:
README
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 and x86_64-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
	arc*-*-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
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-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
	riscv32-*-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.
shortlog
51 min ago Manjunath Mattipowerpc64: Fix by using the configure value $libc_cv_c... master
8 hours ago H.J. Lubenchtests: Add fclose benchmark
9 hours ago Joe Ramsayaarch64/fpu: Add vector variants of cbrt
9 hours ago Joe Ramsayaarch64/fpu: Add vector variants of hypot
12 hours ago Joseph MyersUse Linux 6.9 in build-many-glibcs.py
34 hours ago Jules Bertholetlocaledata: Fix several issues with the set of characte...
44 hours ago mengqinggangLoongArch: Add support for TLS Descriptors
2 days ago Joe Talbottmath: Add GLIBC_TEST_LIBM_VERBOSE environment variable...
2 days ago Joe Simmons... malloc: Improve aligned_alloc and calloc test coverage.
2 days ago Joe Ramsayaarch64: Fix AdvSIMD libmvec routines for big-endian
2 days ago Andreas SchwabUnify output from backtrace_symbols_fd with backtrace_s...
3 days ago DJ Deloriemanual: add dup3
3 days ago Maciej W. Rozyckilibio/bug-wsetpos: Make the error message match the...
6 days ago H.J. Lumalloc/Makefile: Split and sort tests
6 days ago H.J. LuForce DT_RPATH for --enable-hardcoded-path-in-tests
7 days ago Adhemerval... powerpc: Fix __fesetround_inline_nocheck on POWER9...
...
tags
2 weeks ago glibc-2.14.9000 Open master branch for glibc 2...
3 months ago glibc-2.39.9000 Open master branch for glibc 2...
3 months ago glibc-2.39 The GNU C Library version 2.39...
9 months ago glibc-2.38.9000 Open master branch for glibc 2...
9 months ago glibc-2.38 The GNU C Library version 2.38...
15 months ago glibc-2.37.9000 Open master branch for glibc 2...
15 months ago glibc-2.37 The GNU C Library version 2.37...
21 months ago glibc-2.36.9000 Open master branch for glibc 2...
21 months ago glibc-2.36 The GNU C Library version 2.36...
2 years ago glibc-2.35.9000 Open master branch for glibc 2...
2 years ago glibc-2.35 The GNU C Library version 2.35...
2 years ago glibc-2.34.9000 Open master branch for glibc 2...
2 years ago glibc-2.34 The GNU C Library version 2.34...
3 years ago glibc-2.33.9000 Open master branch for glibc 2...
3 years ago glibc-2.33 The GNU C Library ============...
3 years ago glibc-2.32.9000 Open master branch for glibc 2...
...
heads
51 min ago master
46 hours ago release/2.39/master
6 days ago release/2.29/master
6 days ago release/2.28/master
6 days ago release/2.30/master
6 days ago release/2.31/master
6 days ago release/2.32/master
6 days ago release/2.33/master
6 days ago release/2.34/master
6 days ago release/2.35/master
6 days ago release/2.36/master
6 days ago release/2.37/master
6 days ago release/2.38/master
3 weeks ago azanella/bz31664-openat2
4 weeks ago azanella/clang
3 months ago arm/gcs
...
forks
Cached version (2157s old)
 NaCl   glibc 
glibc/pb-stable.git Petr Baudis' queue of bugfixes for stable... pasky@suse.cz 13 years ago
glibc/nacl-glibc.git Port of glibc to Google Native Client (NaCl) mrs@mythic-beasts.com 14 years ago
glibc/history.git Unaltered CVS history schwab@linux-m68k.org 15 years ago