Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-profile: The GNU libc libraries, including support for gprof profiling.
        
        
            | Name: | glibc-profile | Vendor: |  | 
        
            | Version: | 2.3.2 | License: | LGPL | 
        
            | Release: | 95.6 | 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
        
            - * Thu Nov  6 18:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.6
- - fix getifaddrs (CAN-2003-0859) 
            - * Thu Nov  6 18:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.5
- - fix ftw fd leak
- fix linuxthreads sigaction (#108634)
- fix glibc 2.0 stdio compatibility
- fix uselocale (LC_GLOBAL_LOCALE)
- fix sprof (#103727)
- prevent dlopening of executables
- fix glob with GLOB_BRACE and without GLOB_NOESCAPE
- fix getnameinfo and getaddrinfo with reverse IPv6 lookups
  (#101261)
- fix statvfs
- speed up stdio locking in non-threaded programs on IA-32
- try to maintain correct order of cleanups between those
  registered with __attribute__((cleanup))
  and with LinuxThreads style pthread_cleanup_push/pop (#108631) 
            - * Fri Oct 24 19:00:00 2003 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.4
- - implement backtrace () on IA-64, handle -fomit-frame-pointer
  in AMD64 backtrace () (#90402)
- fix hwcap computation
- fix locale printing of word values on 64-bit big-endian arches
  (#107846)
- fix pthread_once on IA-32