Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc: The GNU libc libraries.
Name: | glibc |
Vendor: | |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.6 |
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
- * Thu Nov 6 18:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.6
- fix getifaddrs (CAN-2003-0859)
- * Thu Nov 6 18:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.5
- fix ftw fd leak
- fix linuxthreads sigaction (#108634)
- fix glibc 2.0 stdio compatibility
- fix uselocale (LC_GLOBAL_LOCALE)
- fix sprof (#103727)
- prevent dlopening of executables
- fix glob with GLOB_BRACE and without GLOB_NOESCAPE
- fix getnameinfo and getaddrinfo with reverse IPv6 lookups
(#101261)
- fix statvfs
- speed up stdio locking in non-threaded programs on IA-32
- try to maintain correct order of cleanups between those
registered with __attribute__((cleanup))
and with LinuxThreads style pthread_cleanup_push/pop (#108631)
- * Fri Oct 24 19:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.4
- implement backtrace () on IA-64, handle -fomit-frame-pointer
in AMD64 backtrace () (#90402)
- fix hwcap computation
- fix locale printing of word values on 64-bit big-endian arches
(#107846)
- fix pthread_once on IA-32