Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        valgrind: Tool for finding memory management bugs in programs
        
        
        - Summary
 
        - Valgrind is a tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can
detect a lot of problems that are otherwise very hard to
find/diagnose.
 
        
        
        Changelog
        
            - * Thu Apr 13 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.1-1.EL4
 
            - handle many syscalls that were unhandled before, especially on ppc
- rebuilt for RHEL4 errata
 
        
            - * Mon Apr  3 19:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.1-1
 
            - upgrade to 3.1.1
  - many bugfixes
 
        
            - * Mon Mar 13 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.0-2
 
            - add support for DW_CFA_val_offset{,_sf}, DW_CFA_def_cfa_sf
  and skip over DW_CFA_val_expression quietly
- adjust libc/ld.so filenames in glibc-2.4.supp for glibc 2.4
  release