Standard Shared Libraries (from the GNU C Library)
The GNU C Library provides the most important standard libraries used
by nearly all programs: the standard C library, the standard math
library, and the POSIX thread library. A system is not functional
without these libraries.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
15
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/glibc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000350 350 Bytes | |
_multibuild | 0000000181 181 Bytes | |
add-locales.patch | 0000000805 805 Bytes | |
baselibs.conf | 0000000818 818 Bytes | |
bindresvport.blacklist | 0000000415 415 Bytes | |
fix-locking-in-_IO_cleanup.patch | 0000005731 5.6 KB | |
glibc-2.3.2.no_archive.diff | 0000001446 1.41 KB | |
glibc-2.3.3-nscd-db-path.diff | 0000000901 901 Bytes | |
glibc-2.3.90-langpackdir.diff | 0000001140 1.11 KB | |
glibc-2.35.tar.xz | 0018165952 17.3 MB | |
glibc-2.35.tar.xz.sig | 0000000833 833 Bytes | |
glibc-2.4-china.diff | 0000000716 716 Bytes | |
glibc-2.4.90-no_NO.diff | 0000002085 2.04 KB | |
glibc-bindresvport-blacklist.diff | 0000003587 3.5 KB | |
glibc-disable-gettext-for-c-utf8.patch | 0000000486 486 Bytes | |
glibc-fix-double-loopback.diff | 0000001052 1.03 KB | |
glibc-nscd.conf.patch | 0000000541 541 Bytes | |
glibc-nsswitch-usr.diff | 0000000432 432 Bytes | |
glibc-resolv-mdnshint.diff | 0000000777 777 Bytes | |
glibc-version.diff | 0000000787 787 Bytes | |
glibc.changes | 0000337929 330 KB | |
glibc.keyring | 0000074277 72.5 KB | |
glibc.rpmlintrc | 0000000908 908 Bytes | |
glibc.spec | 0000038089 37.2 KB | |
ldconfig-concurrency.patch | 0000001848 1.8 KB | |
manpages.patch | 0000000738 738 Bytes | |
manpages.tar.bz2 | 0000007405 7.23 KB | |
nscd-server-user.patch | 0000000351 351 Bytes | |
nscd.conf | 0000000027 27 Bytes | |
nscd.service | 0000000540 540 Bytes | |
nss-db-path.patch | 0000001327 1.3 KB | |
nsswitch.conf | 0000002190 2.14 KB |
Revision 257 (latest revision is 295)
Dominique Leuenberger (dimstar_suse)
accepted
request 951354
from
Andreas Schwab (Andreas_Schwab)
(revision 257)
- Update to glibc 2.35 Major new features: * Unicode 14.0.0 Support * Bump r_version in the debugger interface to 2 * Support for the C.UTF-8 locale has been added to glibc * <math.h> functions that round their results to a narrower type, and corresponding <tgmath.h> macros, are added from TS 18661-1:2014, TS 18661-3:2015 and draft ISO C2X * <math.h> functions for floating-point maximum and minimum, corresponding to new operations in IEEE 754-2019, and corresponding <tgmath.h> macros, are added from draft ISO C2X * <math.h> macros for single-precision float constants are added as a GNU extension * The __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ macros are predefined as specified in TS 18661-1:2014 * The exp10 functions in <math.h> now have a corresponding type-generic macro in <tgmath.h> * The ISO C2X macro _PRINTF_NAN_LEN_MAX has been added to <stdio.h> * printf-family functions now support the %b format for output of integers in binary, as specified in draft ISO C2X, and the %B variant of that format recommended by draft ISO C2X * A new DSO sorting algorithm has been added in the dynamic linker that uses topological sorting by depth-first search (DFS), solving performance issues of the existing sorting algorithm when encountering particular circular object dependency cases * A new tunable, glibc.rtld.dynamic_sort, can be used to select between the two DSO sorting algorithms * ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant to be used by compilers for optimizing usage of 'memcmp' when its return value is only used for its boolean status (forwarded request 951353 from Andreas_Schwab)
Comments 1
This update (version 2.39) breaks USB passthru for all Virtualbox virtual machines. Reversion to version 2.38 restores functionality.