summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-302.3.3-86cvs/fedora-glibc-2_3_3-86Jakub Jelinek
2004-11-30Updated to fedora-glibc-20041130T0624Jakub Jelinek
2004-11-26Updated to fedora-glibc-20041126T1318cvs/fedora-glibc-2_3_3-85Jakub Jelinek
2004-11-24Updated to fedora-glibc-20041124T0741cvs/fedora-glibc-2_3_3-84Jakub Jelinek
2004-11-212.3.3-83cvs/fedora-glibc-2_3_3-83Jakub Jelinek
2004-11-212004-11-20 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
* sysdeps/ieee754/k_standard.c: Document code 50. (__kernel_standard) <case 50>: Avoid raising div-by-zero exception again. 2004-11-19 H.J. Lu <hongjiu.lu@intel.com> [BZ #552] * math/libm-test.inc (tgamma_test): Update tgamma (0) and tgamma (-0). * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0. * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise. * sysdeps/generic/w_tgammal.c (__tgammal): Likewise. * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise. * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise. * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise. * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle tgamma (0) and tgamma (-0).
2004-11-21Updated to fedora-glibc-20041121T1116Jakub Jelinek
2004-11-20 * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.cvs/fedora-glibc-2_3_3-82Jakub Jelinek
* pthread_cancel.c (pthread_create): Likewise.
2004-11-20Updated to fedora-glibc-20041120T0949Jakub Jelinek
2004-11-192.3.3-81cvs/fedora-glibc-2_3_3-81Jakub Jelinek
2004-11-19chunksize(x) => x->sizeJakub Jelinek
2004-11-192.3.3-80cvs/fedora-glibc-2_3_3-80Jakub Jelinek
2004-11-19Another version of the free checks.Jakub Jelinek
2004-11-19Updated to fedora-glibc-20041119T0003Jakub Jelinek
2004-11-162.3.3-79cvs/fedora-glibc-2_3_3-79Jakub Jelinek
2004-11-16Updated to fedora-glibc-20041116T0856Jakub Jelinek
2004-11-16MINSIZE => 2 * SIZE_SZJakub Jelinek
2004-11-15Restore change unintentionally killed during merge.Jakub Jelinek
2004-11-152.3.3-78cvs/fedora-glibc-2_3_3-78Jakub Jelinek
2004-11-15 * malloc/malloc.c (_int_free): Further free () protection checks.Jakub Jelinek
2004-11-15Updated to fedora-glibc-20041115T0915Jakub Jelinek
2004-11-12 * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h.cvs/fedora-glibc-2_3_3-77Jakub Jelinek
* sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2004-11-12 * debug/chk_fail.c: Include errno.h and string.h.Jakub Jelinek
(__chk_fail): Write a short message to stderr. * debug/tst-chk1.c: Include fcntl.h. (do_test): Redirect stderr to /dev/null. * debug/test-strcpy_chk.c: Include fcntl.h. (test_main): Redirect stderr to /dev/null. (do_one_test, do_random_tests): Use printf instead of error.
2004-11-12Updated to fedora-glibc-20041112T1640Jakub Jelinek
2004-11-102.3.3-76cvs/fedora-glibc-2_3_3-76Jakub Jelinek
2004-11-10Updated to fedora-glibc-20041110T0839Jakub Jelinek
2004-11-02Include errno.h.cvs/fedora-glibc-2_3_3-75Jakub Jelinek
2004-11-022.3.3-75Jakub Jelinek
2004-11-02 * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red HatJakub Jelinek
GCC 3.4.x-RH >= 3.4.2-8. * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of __{,v}{,f}printf_chk. * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not being able to recognize subobjects.
2004-11-02 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]Jakub Jelinek
(elf_fpxregset_t): New type. (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type to unsigned short int. * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct user_fpregs_struct): Fix comment. * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double. * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h. (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to long double. * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h. (fenv_t): Remove __mxcsr field for -m32.
2004-11-02Updated to fedora-glibc-20041102T1153Jakub Jelinek
2004-10-272.3.3-74cvs/fedora-glibc-2_3_3-74Jakub Jelinek
2004-10-272.3.3-74Jakub Jelinek
2004-10-21Back out errlist changes for now too.cvs/fedora-glibc-2_3_3-73Jakub Jelinek
2004-10-21Temporarily remove setaltroot and key*Jakub Jelinek
2004-10-21Updated to fedora-glibc-20041021T0701cvs/fedora-glibc-2_3_3-72Jakub Jelinek
2004-10-21(update): Fix botch of *-sync-* vars to be updated.Roland McGrath
2004-10-202.3.3-71cvs/fedora-glibc-2_3_3-71Jakub Jelinek
2004-10-20Update.Jakub Jelinek
2004-10-20Updated to fedora-glibc-20041020T1016Jakub Jelinek
2004-10-20Updated to fedora-glibc-20041018T0940Jakub Jelinek
2004-10-18Updated to fedora-glibc-20041018T0940cvs/fedora-glibc-2_3_3-70Jakub Jelinek
2004-10-18First steps toward 2.3.3-70Jakub Jelinek
2004-10-18 * include/features.h (__USE_FORTIFY_LEVEL): Enable even withJakub Jelinek
Red Hat gcc4 4.0.0 and above.
2004-10-18 * malloc/arena.c (ptmalloc_init): Don't use brk if dlopenedcvs/fedora-glibc-2_3_3-69Jakub Jelinek
from statically linked program and avoid calling _dl_addr in that case.
2004-10-18Fix a typo, add force-tagJakub Jelinek
2004-10-18 * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checkingJakub Jelinek
destlen only every 4 bytes.
2004-10-18Updated to fedora-glibc-20041018T0940Jakub Jelinek
2004-10-15Add to fedora-branch as well.Jakub Jelinek
2004-10-15Add dist-import, dist-build targets.Roland McGrath