Jump to letter: [
ABCDEFGKLMNOPRSTXZ
]
glibc: The GNU libc libraries.
Name: | glibc |
Vendor: | |
Version: | 2.5 |
License: | LGPL |
Release: | 3.1 |
URL: | |
- Summary
- The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Changelog
- * Tue Nov 28 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 2.5-3.1
- edit spec to enable sparcv9v as an auxarch
- * Sun Oct 8 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.5-3
- bump __GLIBC_MINOR__
- increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
64K pagesize kernels (#209877)
- speed up initgroups on NIS+ (#208203)
- * Mon Oct 2 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.5-2
- fix nscd database growing (#207928)
- bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment