Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
nptl-devel: Header files and static libraries for development using NPTL library.
Name: | nptl-devel |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2.13 |
URL: | |
- Summary
- The nptl-devel package contains the header and object files necessary
for developing programs which use the NPTL library (and either need
NPTL specific header files or want to link against NPTL statically).
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