Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-profile: The GNU libc libraries, including support for gprof profiling.
        
        
            | Name: | glibc-profile | Vendor: | Scientific Linux | 
        
            | Version: | 2.3.4 | License: | LGPL | 
        
            | Release: | 2.36 | URL: |  | 
        
        
        - Summary
- The glibc-profile package includes the GNU libc libraries and support
for profiling using the gprof program.  Profiling is analyzing a
program's functions to see how much CPU time they use and determining
which functions are calling other functions during execution.  To use
gprof to profile a program, your program needs to use the GNU libc
libraries included in glibc-profile (instead of the standard GNU libc
libraries included in the glibc package).
If you are going to use the gprof program to profile a program, you'll
need to install the glibc-profile package.
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)