Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-devel: Object files for development using standard C libraries.
        
        
            | Name: | glibc-devel | Vendor: | Scientific Linux | 
        
            | Version: | 2.3.4 | License: | LGPL | 
        
            | Release: | 2.41 | URL: |  | 
        
        
        - Summary
- The glibc-devel package contains the object files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).  If you are developing programs which
will use the standard C libraries, your system needs to have these
standard object files available in order to create the
executables.
Install glibc-devel if you are going to develop programs which will
use the standard C libraries.
Changelog
        
            - * Tue Apr 15 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.41
- - fix yp_order (#435520, BZ#5854) 
            - * Fri Mar 28 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.40
- - fix sporadic hangs in clntudp_call (#339821)
- fix calloc with mlocked memory (#405781)
- fix x86_64 pthread_mutex_timedlock (#434601)
- change mtrim to trim all arenas, not just main_arena (#403231)
- getaddrinfo sorting changes (not turned on by default, to enable
  them /etc/gai.conf needs to be present, #385601)
- fix vfork+execvp memory leak (#437571)
- only service sshd condrestart if /etc/rc.d/init.d/sshd exists
  (#428859)
- fix nscd paranoia restarting when one of the caches is
  disabled (#346321, BZ#5112)
- add SHA-256 and SHA-512 hashing to crypt(3) (#228697)
- for RHEL5+ binaries/shared libraries that have DT_GNU_HASH
  and not DT_HASH dynamic tag, issue an error message instead
  of crashing with SIGFPE 
            - * Wed Aug 29 19:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.39
- - nis_list fix (#254115)