Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
glibc-debug: Static standard C libraries with debugging information
Name: | glibc-debug |
Vendor: | Scientific Linux |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.39 |
URL: | |
- Summary
- The glibc-debug package contains static standard C libraries
with debugging information. You need this only if you want to step into
C library routines during debugging programs statically linked against
one or more of the standard C libraries.
To use this debugging information, you need to link binaries
with -L/usr/lib/debug compiler option.
If you want to see glibc source files during debugging, you should
install glibc-debuginfo package.
If unsure if you need this, don't install this package.
Changelog
- * Tue Nov 22 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.39
- make nscd receiving socket non-blocking to avoid threads hanging in
accept (#156284, IT#70805)
- allow nscd log to grow beyond 2GB on 32-bit arches
(#168851, IT#77309)
- remove use of _RE_ARGS in <regex.h> (#170302, IT#78801)
- fix pthread_once on x86_64 misaligning stack (#172386, IT#81521)
- fix bindresvport to really try more ports if range 600 .. 1023 is full
(#170714, IT#81365)
- * Thu Sep 29 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.38
- make innetgr thread safe (#167728, IT#77263)
- fix memory leak in innetgr (#169051)
- * Fri Sep 16 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.37
- apply glibc-ppc-assume.patch for RHEL3 unconditionally (#168503, IT#79917)