Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
compat-glibc: Compatibility C library
Name: | compat-glibc |
Vendor: | Scientific Linux |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.30 |
URL: | |
- Summary
- This package contains stub shared libraries and static libraries
from Red Hat Enterprise Linux 3.
To compile and link against these compatibility libraries, use
gcc32 -I /usr/lib/i386-redhat-linux3E/include \
-B /usr/lib/i386-redhat-linux3E/lib/
Changelog
- * Tue Nov 16 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.30
- ignore also ENODEV and ETIMEDOUT error values when searching
paths in execvp/execlp (#136726)
- use non-blocking sockets when querying DNS (#135234)
- fix temp file vulnerability in catchsegv (CAN-2004-0968, #136318)
- make catchsegv working even on bi-arch platforms for both
32-bit and 64-bit binaries
- use backtrace () in libSegFault.so, so that catchsegv works even
on ia64 and x86-64, add register dumping on ia64 (#130254)
- use statfs64/fstatfs64 syscalls on 32-bit arches if available,
fix statvfs64/fstatvfs64 (#116428)
- change SEM_VALUE_MAX into plain constant
- fix reinitialization of _res when using NPTL thread stack cache
(BZ #434)
- update bug-reporting instructions, remove glibcbug script
- fix infinite loop in iconv(1) with some options (BZ #194)
- fix inet_aton return value (BZ #276)
- fix lateglobal test
- add BUSY_WAIT_NOP definition for linuxthreads on x86_64 and ia64
to tell CPU about busy waiting
- mask restart signal in linuxthreads during cancel handling (#132654)
- don't ever block or mask debug signal in linuxthreads
- fix locale(1) output when neither LC_ALL nor LANG env var is set
- avoid using unitialized memory in localedef
- fix mntent_r escape processing
- fix mtrace script to only call location when really needed
- fix libthread_db on ppc64
- add cfi instructions to linuxthreads/x86_64 vfork
- fix some -D_POSIX_C_SOURCE=200112L header namespace issues
- * Thu Oct 14 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.28
- changed into compatibility package