Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-utils: Development utilities from GNU C library
        
        
            | Name: | glibc-utils | Vendor: | Scientific Linux | 
        
            | Version: | 2.3.4 | License: | LGPL | 
        
            | Release: | 2.39 | URL: |  | 
        
        
        - Summary
- The glibc-utils package contains memusage, a memory usage profiler,
mtrace, a memory leak tracer and xtrace, a function call tracer
which can be helpful during program debugging.
If unsure if you need this, don't install this package.
Changelog
        
            - * Wed Aug 29 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.39
- - nis_list fix (#254115) 
            - * Thu Aug  2 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.38
- - add a workaround for #210748, #211133 and #210130
- fix sscanf/swscanf if errno is set to EINTR on entry (BZ#4745)
- fix forkpty error handling (BZ#4813)
- fix popen if some active previous popen's stream has fd 0 or 1
  (#248281)
- fix dlinfo RTLD_DI_SERINFO* with empty entry in DT_R*PATH or
  LD_LIBRARY_PATH (#4776)
- further gettext out of memory handling fixes (#247788)
- fix i?86 pthread_rwlock_timed{rd,wr}lock
- save/restore errno around reading /etc/default/nss (BZ#4702)
- fix LD_HWCAP_MASK handling
- make sure NULL checks in routines with nonnull attribute aren't
  optimized away
- don't crash on pseudo-zero long double values passed to
  *printf on i?86/x86_64/ia64 (BZ#4586)
- *printf fixes (BZ#4514)
- use MADV_DONTNEED in malloc (#237710)
- fix sem_timedwait on i?86 and x86_64
- fix *printf with very large precisions for %s (#238406, BZ#4438)
- fix inet_ntop size checking for AF_INET (BZ#4439)
- for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
- fix HAVE_LIBCAP configure detection (#178934)
- fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
  BZ#4362, BZ#4070, BZ#4858)
- fix _XOPEN_VERSION (BZ#4364)
- various fixes (BZ#4101, BZ#4130, BZ#3458, BZ#4344)
- nscd fixes (BZ#4074)
- fix euidaccess (BZ#3842)
- fix strptime (BZ#3944)
- fix regcomp with REG_NEWLINE (BZ#3957)
- fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
- further strtod fixes (BZ#3855)
            - * Wed Apr 25 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.37
- - assorted NIS+ speedups (#233460)
- dladdr fixes, mainly for ppc64 (BZ#2683, #227016)
- fix pthread_mutex_timedlock on x86_64 (#228103)
- fix child refcntr in NPTL fork (#230197)
- fix nis_getsrvlist (#235229)
- fix getifaddrs and IPv4/IPv6 availability checking on arches
  with > 4KB pages (#230168)