Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-headers: Header files for development using standard C libraries.
        
        
            | Name: | glibc-headers | 
            Vendor: | Scientific Linux | 
        
        
            | Version: | 2.3.4 | 
            License: | LGPL | 
        
        
            | Release: | 2.13 | 
            URL: |  | 
        
        
        
        - Summary
 
        - The glibc-headers package contains the header 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 header files available in order to create the
executables.
Install glibc-headers if you are going to develop programs which will
use the standard C libraries.
 
        
        
        Changelog
        
            - * Fri Aug 19 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.13
 
            - change sys/quota.h to default to -D_LINUX_QUOTA_VERSION=1.
  If you want to use sys/quota.h for the quota ABI that is actually
  used in RHEL3, you need to pass -D_LINUX_QUOTA_VERSION=2
  manually
 
        
            - * Tue Jul 26 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.12
 
            - hack around ia32el bug when running glibc_post_upgrade in i?86.rpm
  glibc on ia64 under ia32el (#154415)
- make sure nscd cmsg buffers aren't misaligned, handle EINTR from
  poll when contacting nscd more gracefully
- remove malloc attribute from posix_memalign
- correctly size nscd buffer for grpcache key (#163538)
- fix atan2f
- avoid memory leaks in error(3)
- use NVR rather than NV dependency on glibc package in
  glibc-{headers,devel} subpackages (#164073)
- fix execvp if PATH is not set in environment and the call is about to fail
  (BZ#1125) 
        
            - * Tue Jul 12 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.11
 
            - include program name in __chk_fail error message
- don't write 0 to gid/uid column for group/username starting with + or -
  in putgrent/putpwent
- fix Yen mapping ib IBM93{0,9} charsets
- add sr_CS{,.UTF-8} locales (BZ#38)
- locale updates (mn_MN, fa_IR)
- make sure EINVAL is returned from pthread_create if requested thread
  scheduling priority is invalid
- change NPTL <pthread.h> initializers to avoid warnings, with both -pedantic
  and -W (BZ#915, #162722)
- fix NPTL <pthread.h> with -ansi -fexceptions
- fix tst-cancel17 testcase
- avoid SIGPIPE in nscd
- fix nscd -g yes/no strings
- avoid using variable length arrays in regex internals unnecessarily
- fix *scanf if decimal point is more than one byte long
- fix rpcgen to output #include <rpc/pmap_clnt.h> even without -C
- cosmetic fix for ia64 strlen (BZ#1016)
- add GOT check to dl-execstack.c on i?86
- avoid namespace pollution in ppc32 {,f}truncate64
- handle 'z' in strptime*
- properly propagate return values in nss_compat
- avoid some unnecessary PLT relocations introduced in 2.3.4-2.10
  or earlier