Go to file
Florian Weimer 35141f304e time: Set daylight to 1 for matching DST/offset change (bug 29951)
The daylight variable is supposed to be set to 1 if DST is ever in
use for the current time zone.  But __tzfile_read used to do this:

  __daylight = rule_stdoff != rule_dstoff;

This check can fail to set __daylight to 1 if the DST and non-DST
offsets happen to be the same.
2023-01-05 18:22:55 +01:00
argp Avoid use of atoi in some places in libc 2022-12-19 14:45:44 +00:00
assert
benchtests benchtests: Make str{n}{cat|cpy} benchmarks output json 2022-11-08 19:22:33 -08:00
bits Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375) 2022-10-10 09:30:24 +02:00
catgets
ChangeLog.old Create ChangeLog.old/ChangeLog.25. 2022-07-29 18:03:09 -04:00
conform
crypt
csu elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249) 2022-11-03 17:28:03 +01:00
ctype Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
debug debug: Fix typo in tests-unsupported rule 2022-11-09 11:24:45 -03:00
dirent
dlfcn dlfcn: Pass caller pointer to static dlopen implementation (bug 29446) 2022-08-04 17:54:48 +02:00
elf libio: Convert __vswprintf_internal to buffers (bug 27857) 2022-12-19 18:56:55 +01:00
gmon
gnulib
grp
gshadow
hesiod Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htl htl: Check error returned by __getrlimit 2023-01-02 11:36:10 +01:00
hurd hurd hurdstartup: Initialize remaining fields of hurd_startup_data 2023-01-02 11:36:11 +01:00
iconv
iconvdata
include libio: Convert __vswprintf_internal to buffers (bug 27857) 2022-12-19 18:56:55 +01:00
inet Avoid use of atoi in some places in libc 2022-12-19 14:45:44 +00:00
intl
io
libio getdelim: ensure error indicator is set on error (bug 29917) 2023-01-02 10:58:49 +01:00
locale
localedata Update to Unicode 15.0.0 [BZ #29604] 2022-10-06 08:58:33 +02:00
login
mach
malloc Avoid use of atoi in malloc 2022-12-22 19:37:09 +00:00
manual libio: Convert __vswprintf_internal to buffers (bug 27857) 2022-12-19 18:56:55 +01:00
math
mathvec Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
misc Apply asm redirections in syslog.h before first use [BZ #27087] 2022-11-29 15:07:22 -03:00
nis nis: Build libnsl with 64 bit time_t 2022-12-09 09:56:09 -03:00
nptl
nptl_db
nscd nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402) 2022-12-09 09:56:09 -03:00
nss Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
po Update all PO files in preparation for release. 2022-12-21 17:15:37 -05:00
posix
pwd Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
resolv Avoid use of atoi in some places in libc 2022-12-19 14:45:44 +00:00
resource
rt
scripts Simplify scripts/cross-test-ssh.sh configuration. 2022-12-22 11:08:59 -05:00
setjmp
shadow Add access function attributes to grp and shadow headers 2022-03-14 20:02:30 +05:30
signal Refactor internal-signals.h 2022-06-30 14:56:21 -03:00
socket
soft-fp
stdio-common libio: Convert __vswprintf_internal to buffers (bug 27857) 2022-12-19 18:56:55 +01:00
stdlib stdio-common: Convert vfprintf and related functions to buffers 2022-12-19 18:56:54 +01:00
string string: Add len=0 to {w}memcmp{eq} tests and benchtests 2022-11-08 19:19:35 -08:00
sunrpc sunrpc: Suppress GCC -Os warning on user2netname 2022-10-05 18:04:13 -03:00
support scripts: Add "|" operator support to glibcpp's parsing 2022-11-29 14:33:56 -08:00
sysdeps Fix ldbl-128 built-in function use 2023-01-05 00:02:54 +00:00
sysvipc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
termios configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 2022-11-01 09:51:06 -03:00
time time: Set daylight to 1 for matching DST/offset change (bug 29951) 2023-01-05 18:22:55 +01:00
timezone time: Set daylight to 1 for matching DST/offset change (bug 29951) 2023-01-05 18:22:55 +01:00
wcsmbs
wctype configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 2022-11-01 09:51:06 -03:00
.clang-format
.gitattributes Assume __NR_openat is always defined 2016-03-23 23:35:08 +01:00
.gitignore Add *.pyc to .gitignore 2015-05-18 15:26:26 +05:30
abi-tags Remove the bulk of the NaCl port. 2017-05-20 08:09:10 -04:00
aclocal.m4 configure: Remove AS check 2022-12-06 09:40:19 -03:00
config.h.in
config.make.in Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
configure configure: Remove AS check 2022-12-06 09:40:19 -03:00
configure.ac configure: Remove AS check 2022-12-06 09:40:19 -03:00
CONTRIBUTED-BY
COPYING
COPYING.LIB Update to latest versions of GPL-2.0 and LGPL-2.1 2013-09-09 12:52:48 +10:00
extra-lib.mk
gen-locales.mk Improve gen-locales.mk and gen-locale.sh to make test files with @ options work 2018-02-27 17:01:57 +01:00
INSTALL Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS Add MAINTAINERS 2017-05-11 13:38:30 -04:00
Makeconfig nis: Build libnsl with 64 bit time_t 2022-12-09 09:56:09 -03:00
Makefile grep: egrep -> grep -E, fgrep -> grep -F 2022-06-05 12:09:02 -07:00
Makefile.help
Makefile.in
Makerules stdlib: Move _IO_cleanup to call_function_static_weak 2022-12-12 09:53:23 -03:00
NEWS
o-iterator.mk
README
Rules
SHARED-FILES
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
	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
	ia64-*-linux-gnu
	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.