Jump to letter: [
          
            ABCDEGIKLMNOPRSUY
          ]
        
        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.43.el4_8.1 | 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
        
            - * Mon Dec 14 18:00:00 2009 Andreas Schwab <schwab{%}redhat{*}com> - 2.3.4-2.43.el4_8.1
- - Fix pthread_join hanging after setuid (#544976) 
            - * Sat Jan 10 18:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.43
- - fix -0 handling in strtod (#462081)
- don't prematurely abort in getgrouplist if no initgroups_dyn
  function is present (#470781) 
            - * Fri Jan  9 18:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.42
- - fix dynamic TLS handling (#475178)
- fix _mcount and socket syscalls on s390x (#464147)
- try harder to allocate memory in valloc and pvalloc (#473068)
- malloc speedup (#451184, #460154, BZ#4349)
- fix expf (BZ#3406)
- fix ISO 646-IRV iconv error handling (BZ#6461)
- fix setvbuf (BZ#6719)
- fix unbuffered vfprintf (#455360)