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.50 |
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/lib64/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
- * Thu Apr 19 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.50
- fix a regression introduced in #223467 changes
- fix nis_getsrvlist (#235229)
- * Tue Mar 13 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.49
- assorted NIS+ speedups (#223467)
- fix pthread_mutex_timedlock on x86_64 (#228103)
- fix a race condition in getXXbyYY_r (#219145)
- * Wed Dec 13 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.48
- fix hasmntopt (#218802)