| Commit message (Expand) | Author | Age | Files | Lines |
* | for lgamma should set errno to ERANGE, not EDOM. | Ulrich Drepper | 2009-04-25 | 1 | -1/+1 |
* | * sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since | Ulrich Drepper | 2009-04-25 | 1 | -1/+1 |
* | [BZ #9955] | Ulrich Drepper | 2009-04-23 | 1 | -0/+1 |
* | * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935 | Ulrich Drepper | 2009-04-01 | 1 | -0/+2 |
* | * elf/dl-load.c: Remove support for systems without MAP_ANON. | Ulrich Drepper | 2009-03-31 | 1 | -5/+0 |
* | [BZ #9733] | Ulrich Drepper | 2009-03-16 | 1 | -2/+2 |
* | * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use | Ulrich Drepper | 2009-01-30 | 1 | -2/+21 |
* | * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take | Ulrich Drepper | 2009-01-11 | 2 | -7/+27 |
* | * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all | Ulrich Drepper | 2008-08-14 | 1 | -5/+0 |
* | * elf/elf.h: Define AT_EXECFN. | Ulrich Drepper | 2008-07-24 | 1 | -0/+6 |
* | [BZ #5786] | Ulrich Drepper | 2008-03-08 | 1 | -0/+3 |
* | * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add | Ulrich Drepper | 2008-03-08 | 1 | -2/+3 |
* | * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859 | Ulrich Drepper | 2007-09-29 | 1 | -2/+2 |
* | * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition. | Ulrich Drepper | 2007-09-18 | 1 | -1/+3 |
* | 2007-08-01 Andreas Jaeger <aj@suse.de> | Ulrich Drepper | 2007-08-12 | 1 | -2/+19 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -41/+24 |
* | * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t | Ulrich Drepper | 2007-08-01 | 3 | -16/+28 |
* | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 2007-07-28 | 1 | -11/+9 |
* | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 2007-06-20 | 1 | -4/+12 |
* | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Ulrich Drepper | 2007-06-19 | 1 | -11/+13 |
* | Tell gcc about the nonstandard sections. | Ulrich Drepper | 2007-06-17 | 1 | -2/+2 |
* | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 2007-05-19 | 1 | -0/+2 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 3 | -13/+13 |
* | * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. | Ulrich Drepper | 2007-01-15 | 1 | -3/+5 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 2 | -57/+22 |
* | . | Jakub Jelinek | 2007-07-31 | 2 | -22/+57 |
* | * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P. | Ulrich Drepper | 2006-10-29 | 1 | -0/+1 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 1 | -14/+6 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 2 | -16/+3 |
* | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper | 2006-10-27 | 1 | -2/+0 |
* | * malloc/malloc.c (_int_malloc): Remove unused any_larger variable. | Ulrich Drepper | 2006-10-11 | 1 | -0/+1 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2006-10-10 | 2 | -0/+2 |
* | * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined | Ulrich Drepper | 2006-08-24 | 1 | -1/+1 |
* | [BZ #2683] | Ulrich Drepper | 2006-08-24 | 1 | -2/+2 |
* | [BZ #2841] | Ulrich Drepper | 2006-08-12 | 1 | -3/+3 |
* | * elf/dl-lookup.c (dl_new_hash): New functions. cvs/fedora-glibc-20060710T2206 | Ulrich Drepper | 2006-07-10 | 1 | -1/+1 |
* | * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and | Ulrich Drepper | 2006-06-04 | 1 | -0/+4 |
* | * sysdeps/generic/ldsodefs.h: Remove support for non-core | Ulrich Drepper | 2006-05-07 | 1 | -44/+1 |
* | * misc/tsearch.c (__tdelete): Remove unnecessary test | Ulrich Drepper | 2006-05-02 | 1 | -3/+11 |
* | * sysdeps/generic/unwind-dw2-fde.c (end_fde_sort): Remove | Ulrich Drepper | 2006-04-07 | 1 | -2/+2 |
* | * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in | Ulrich Drepper | 2006-04-07 | 1 | -1/+1 |
* | * elf/ldconfig.c (main): Use rawmemchr instead of strchr. | Ulrich Drepper | 2006-04-07 | 1 | -2/+6 |
* | * elf/tst-tls-dlinfo.c: New file. | Roland McGrath | 2006-03-01 | 1 | -0/+5 |
* | [BZ #2226] | Ulrich Drepper | 2006-02-12 | 1 | -1/+9 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 1 | -0/+14 |
* | * po/.cvsignore: List libc.pot.files, and not any .pot names. | Roland McGrath | 2006-01-08 | 1 | -23/+0 |
* | * elf/tst-tls8.c (do_test): Use $ORIGIN in module names. | Ulrich Drepper | 2006-01-07 | 1 | -0/+2 |
* | 2005-12-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-12-22 | 71 | -4836/+0 |
* | * sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast. | Roland McGrath | 2005-12-21 | 1 | -3/+3 |
* | * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined. | Ulrich Drepper | 2005-12-18 | 1 | -0/+3 |