summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2005-07-08Updated to fedora-glibc-20050708T0811Jakub Jelinek
2005-06-272.3.90-1cvs/fedora-glibc-2_3_90-1Jakub Jelinek
2005-06-27Updated to fedora-glibc-20050627T0850Jakub Jelinek
2005-06-20Updated to fedora-glibc-20050620T1530Jakub Jelinek
2005-05-30 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): IfJakub Jelinek
GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here.
2005-05-24Updated to fedora-glibc-20050524T1606Jakub Jelinek
2005-05-232005-05-23 Ulrich Drepper <drepper@redhat.com>Jakub Jelinek
* sunrpc/pm_getport.c (__get_socket): New function. (pmap_getport): Use it to open a non-reserved socket to the portmapper for TCP. * include/rpc/pmap_clnt.h (__get_socket): Declare. * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an non-reserved socket for the portmapper. Based on a patch by Steve Dickson <steved@redhat.com>. * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. If we tried looking at the usual range without success extend the range to even lower ports.
2005-05-23.Jakub Jelinek
2005-05-232005-05-22 Dmitry V. Levin <ldv@altlinux.org>Jakub Jelinek
[BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
2005-05-23Updated to fedora-glibc-20050523T1354Jakub Jelinek
2005-05-20 [BZ #955]Jakub Jelinek
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above.
2005-05-20Updated to fedora-glibc-20050520T0919Jakub Jelinek
2005-05-04Updated to fedora-glibc-20050504T1818Jakub Jelinek
2005-05-04Updated to fedora-glibc-20050504T0728Jakub Jelinek
2005-05-03 * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,Jakub Jelinek
call ftruncate if offset is bigger than current size. Make sure the file is offset + len bytes long if that is more than current size. Don't overwrite previous content of the file. * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64): Likewise.
2005-05-03Updated to fedora-glibc-20050503T0852Jakub Jelinek
2005-04-28Updated to fedora-glibc-20050428T0846Jakub Jelinek
2005-04-27 * elf/rtld.c (dl_main): Call _dl_init_linuxthreads_pathsJakub Jelinek
if GLRO(dl_osversion) <= 0x20413. * elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in rtld_search_dirs.dirs. (_dl_init_linuxthreads_paths): New function.
2005-04-27Updated to fedora-glibc-20050427T1043Jakub Jelinek
2005-04-15Updated to fedora-glibc-20050415T0909cvs/fedora-glibc-2_3_5-1Roland McGrath
2005-04-05Updated to fedora-glibc-20050405T2114cvs/fedora-glibc-2_3_4-21Jakub Jelinek
2005-04-012.3.4-19Jakub Jelinek
2005-04-01Updated to fedora-glibc-20050401T1444Jakub Jelinek
2005-03-25 * sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.Jakub Jelinek
* sysdeps/wordsize-64/wcstol_l.c: Likewise.
2005-03-24Updated to fedora-glibc-20050324T0715cvs/fedora-glibc-2_3_4-17Jakub Jelinek
2005-03-202.3.4-16cvs/fedora-glibc-2_3_4-16Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907cvs/fedora-glibc-2_3_4-15Jakub Jelinek
2005-03-05 * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead ofJakub Jelinek
$(inst_slibdir) in AS_NEEDED directive.
2005-03-05 * include/bits/unistd.h: New file.Jakub Jelinek
* include/bits/socket2.h: New file.
2005-03-05 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): DefineJakub Jelinek
unconditionally to (defined RTLD_BOOTSTRAP). * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise. linuxthreads/ * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Rework for GCC 4.
2005-03-03.cvs/fedora-glibc-2_3_4-11Jakub Jelinek
2005-03-03Updated to fedora-glibc-20050303T1335Jakub Jelinek
2005-03-03Updated to fedora-glibc-20050302T1820Jakub Jelinek
2005-02-12 * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flagJakub Jelinek
before relocating ld.so again.
2005-02-11 * debug/chk_fail.c (__chk_fail): Add a while (1) loop aroundJakub Jelinek
__libc_message to kill GCC warning about noreturn function returning.
2005-02-11 * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated evenJakub Jelinek
for already prelinked ld.so.
2005-02-11 * scripts/soversions.awk: Only record first WORDSIZE{32,64}Jakub Jelinek
matching line.
2005-02-11Updated to fedora-glibc-20050211T1037Jakub Jelinek
2005-02-11 * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.Jakub Jelinek
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h. (CMSPAR): Define. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h. (CMSPAR): Define. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h.
2005-02-11Updated to fedora-glibc-20050211T0853Jakub Jelinek
2005-02-08Updated to fedora-glibc-20050208T2213cvs/fedora-glibc-2_3_4-7Jakub Jelinek
2005-02-08Updated to fedora-glibc-20050208T0948cvs/fedora-glibc-2_3_4-6Jakub Jelinek
2005-01-06Updated to fedora-glibc-20050106T2203cvs/fedora-glibc-2_3_4-5Jakub Jelinek
2005-01-062004-12-22 Steven Munroe <sjmunroe@us.ibm.com>Jakub Jelinek
* math/libm-test.inc (rint_test_tonearest): New test. (rint_test_towardzero): New test. (rint_test_downward): New test. (rint_test_upward): New test. * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case. * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case. * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const.
2005-01-06Updated to fedora-glibc-20050106T1443Jakub Jelinek
2004-12-19Updated to fedora-glibc-20041219T2331Jakub Jelinek
2004-12-18Updated to fedora-glibc-20041218T1131Jakub Jelinek
2004-12-17Updated to fedora-glibc-20041217T0906cvs/fedora-glibc-2_3_3-97Jakub Jelinek
2004-12-15Updated to fedora-glibc-20041215T2056Jakub Jelinek
2004-12-15 * nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,Jakub Jelinek
not libnsl_hidden_proto.