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.44 |
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
- * Fri Jun 16 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.44
- make sure pt_chown is not setuid
- * Fri Jun 16 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.43
- revert SETENT_BATCH_READ NIS+ changes
- * Fri May 19 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.42
- fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
- fix a sunrpc memory leak
- fix wide stdio memory leak (#192412, IT#93902, BZ#2226)