about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 2.3.90-36 cvs/fedora-glibc-2_3_90-36Jakub Jelinek2006-02-041-1/+2
|
* Updated to fedora-glibc-20060204T0758Jakub Jelinek2006-02-049-24/+58
|
* * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, cvs/fedora-glibc-2_3_90-35Jakub Jelinek2006-02-032-1/+7
| | | | | qfcvt_r): Guard with #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED.
* * sysdeps/unix/sysv/linux/futimesat.c (futimesat): IfJakub Jelinek2006-02-033-20/+12
| | | | | | file == NULL, use __futimes unconditionally. * manual/filesys.texi (futimes): Fix prototype.
* * math/math.h (__nldbl_nexttowardf): Put __THROW beforeJakub Jelinek2006-02-032-3/+16
| | | | | | | | | __attribute__ ((__const__)). (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New prototype.
* Updated to fedora-glibc-20060203T0932Jakub Jelinek2006-02-0310-43/+81
|
* 2006-02-02 Roland McGrath <roland@redhat.com> cvs/fedora-glibc-2_3_90-33Jakub Jelinek2006-02-029-90/+226
| | | | | | | | | | | | | | | | | | | | * timezone/private.h: Update from tzcode2006a. * timezone/scheck.c: Likewise. * timezone/asia: Update from tzdata2006a. * timezone/northamerica: Likewise. * timezone/zone.tab: Likewise. * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable. (CFLAGS-mcount.c): Use it instead of -msoft-float. * sysdeps/powerpc/powerpc64/elf/Makefile (CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os, CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os, CFLAGS-rtld-strnlen.os): LIkewise 2006-02-01 Roland McGrath <roland@redhat.com> * sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding -mlong-double-128 when it's already there.
* 2.3.90-33Jakub Jelinek2006-02-021-1/+5
|
* Updated to fedora-glibc-20060202T0507Jakub Jelinek2006-02-028-18/+64
|
* 2.3.90-32 cvs/fedora-glibc-2_3_90-32Jakub Jelinek2006-02-011-1/+53
|
* * include/bits/stdlib-ldbl.h: New file.Jakub Jelinek2006-02-013-0/+7
| | | | * include/bits/wchar-ldbl.h: New file.
* * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.Jakub Jelinek2006-02-013-58/+7
| | | | * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
* Updated to fedora-glibc-20060201T0846Jakub Jelinek2006-02-0163-270/+1581
|
* 2.3.90-31 cvs/fedora-glibc-2_3_90-31Jakub Jelinek2006-01-301-0/+63
|
* 2.3.90-31Jakub Jelinek2006-01-301-6/+11
|
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-30798-1967/+24183
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-09280-4341/+4732
|
* s/struct pthread_mutex_s/struct __pthread_mutex_s/ cvs/fedora-glibc-2_3_90-29Jakub Jelinek2006-01-061-1/+1
|
* s/private/__private/Jakub Jelinek2006-01-061-1/+2
|
* Updated to fedora-glibc-20060106T2148Jakub Jelinek2006-01-0657-143/+931
|
* Updated to fedora-glibc-20060106T0916 cvs/fedora-glibc-2_3_90-28Jakub Jelinek2006-01-0650-156/+1057
|
* Updated to fedora-glibc-20060104T0754 cvs/fedora-glibc-2_3_90-26Jakub Jelinek2006-01-0441-104/+1209
|
* Updated to fedora-glibc-20060102T2114 cvs/fedora-glibc-2_3_90-25Jakub Jelinek2006-01-0226-61/+547
|
* 2.3.90-24 cvs/fedora-glibc-2_3_90-24Jakub Jelinek2006-01-021-1/+6
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-02151-1956/+3053
|
* .Jakub Jelinek2005-12-271-0/+1
|
* * elf/ldconfig.c (search_dir): Skip prelink temporaries. cvs/fedora-glibc-2_3_90-23Jakub Jelinek2005-12-272-1/+16
|
* iMerge some more.Jakub Jelinek2005-12-2713-25/+119
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-27199-4401/+1980
|
* Revert: cvs/fedora-glibc-2_3_90-22Jakub Jelinek2005-12-214-12/+4
| | | | | | | | | | Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* Updated to fedora-glibc-20051221T0931Jakub Jelinek2005-12-2136-165/+188
|
* Updated to fedora-glibc-20051220T1751 cvs/fedora-glibc-2_3_90-21Jakub Jelinek2005-12-2021-91/+273
|
* * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc, cvs/fedora-glibc-2_3_90-20Jakub Jelinek2005-12-203-11/+57
| | | | | | | | | | | | | | | | | | | __libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (tr_freehook): Call __libc_free instead of free. (tr_mallochook): Call __libc_malloc instead of malloc. (tr_reallochook): Call __libc_realloc instead of realloc. (tr_memalignhook): Call __libc_memalign instead of memalign. * malloc/mcheck.c: Include stdlib.h. (__libc_malloc, __libc_free, __libc_realloc, __libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (freehook): Call __libc_free instead of free. (mallochook): Call __libc_malloc instead of malloc. (reallochook): Call __libc_realloc instead of realloc. (memalignhook): Call __libc_memalign instead of memalign. (mcheck): Call __libc_malloc and __libc_free instead of malloc and free.
* Workaround for http://gcc.gnu.org/PR25240Jakub Jelinek2005-12-204-4/+14
| | | | | | | | | * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* Updated to fedora-glibc-20051220T1028Jakub Jelinek2005-12-2043-268/+742
|
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-191125-4529/+7265
|
* * elf/elf.h: Revert last change. cvs/fedora-glibc-2_3_90-18Jakub Jelinek2005-11-192-1/+5
|
* 2.3.90-18Jakub Jelinek2005-11-191-1/+9
|
* Updated to fedora-glibc-20051119T1959Jakub Jelinek2005-11-1941-66/+507
|
* Updated to fedora-glibc-20051116T0829 cvs/fedora-glibc-2_3_90-17Jakub Jelinek2005-11-1628-34/+651
|
* 2.3.90-16 cvs/fedora-glibc-2_3_90-16Jakub Jelinek2005-11-151-9/+8
|
* 2.3.90-16Jakub Jelinek2005-11-151-1/+17
|
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-15175-2740/+4394
|
* 2.3.90-15 cvs/fedora-glibc-2_3_90-15Jakub Jelinek2005-10-201-1/+7
|
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-20161-1342/+81976
|
* 2.3.90-14 cvs/fedora-glibc-2_3_90-14Jakub Jelinek2005-10-101-1/+6
|
* Updated to fedora-glibc-20051010T1417Jakub Jelinek2005-10-1013-24/+113
|
* * allocatestack.c (setxid_signal_thread): Add cvs/fedora-glibc-2_3_90-13Jakub Jelinek2005-10-032-2/+7
| | | | INTERNAL_SYSCALL_DECL (err).
* 2.3.90-13Jakub Jelinek2005-10-031-1/+9
|
* * nscd/selinux.c (audit_init): Print error string in the failureJakub Jelinek2005-10-032-1/+6
| | | | message.