Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc: The GNU libc libraries.
Name: | glibc |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2.36 |
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
- * Wed Jan 31 18:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.36
- fix application crashes when doing NSS lookups through nscd
mmapped databases and nscd decides to start garbage collection
during the lookups (#219145)
- fix a race condition in getXXbyYY_r (#219145)
- fix NIS getservbyname when proto is NULL
- * Fri Jan 5 18:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.33
- fix ia64 _mcount (#194356)
- fix nss_compat +group handling (#220621)
- * Tue Dec 12 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.32
- fix hasmntopt (#218802)
- fix setusershell and getusershell (#218782)
- strtod fixes (BZ#3664, BZ#3673, BZ#3674)