Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-12-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-12-13 | 1 | -0/+10 |
* | Update. | Ulrich Drepper | 2002-12-13 | 3 | -2/+16 |
* | Update. | Ulrich Drepper | 2002-12-13 | 2 | -1/+4 |
* | Update. | Ulrich Drepper | 2002-12-13 | 3 | -56/+28 |
* | Update. | Ulrich Drepper | 2002-12-12 | 4 | -12/+189 |
* | Update. | Ulrich Drepper | 2002-12-12 | 4 | -2/+11 |
* | Update. | Ulrich Drepper | 2002-12-12 | 3 | -0/+27 |
* | Update. | Ulrich Drepper | 2002-12-12 | 2 | -2/+12 |
* | (__libc_locking_needed): Only declare for libc.so. (__libc_lock_init, __libc_... | Ulrich Drepper | 2002-12-12 | 1 | -4/+6 |
* | * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use asm operand with | Roland McGrath | 2002-12-12 | 1 | -0/+5 |
* | 2002-12-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-12-12 | 1 | -6/+11 |
* | Update. | Ulrich Drepper | 2002-12-12 | 9 | -10/+279 |
* | Update. | Ulrich Drepper | 2002-12-12 | 2 | -3/+8 |
* | Update. | Ulrich Drepper | 2002-12-12 | 2 | -8/+17 |
* | Update. | Ulrich Drepper | 2002-12-12 | 4 | -43/+7 |
* | Test for cancelation handler order. | Ulrich Drepper | 2002-12-12 | 1 | -0/+99 |
* | * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino. | Roland McGrath | 2002-12-12 | 1 | -0/+6 |
* | 2002-12-11 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-12-12 | 1 | -5/+5 |
* | Update. | Ulrich Drepper | 2002-12-12 | 2 | -3/+15 |
* | Update. | Ulrich Drepper | 2002-12-12 | 2 | -26/+15 |
* | (ptmalloc_unlock_all2): Don't add (void) to mutex_init calls. (arena_get2): D... | Ulrich Drepper | 2002-12-12 | 1 | -8/+4 |
* | * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone | Roland McGrath | 2002-12-11 | 2 | -0/+10 |
* | * intl/gettext.h: Renamed to ... | Roland McGrath | 2002-12-11 | 15 | -61/+156 |
* | 2002-12-11 Bruno Haible <bruno@clisp.org> | Roland McGrath | 2002-12-11 | 2 | -1/+1 |
* | Update. | Ulrich Drepper | 2002-12-11 | 2 | -0/+11 |
* | Update. | Ulrich Drepper | 2002-12-11 | 2 | -3/+6 |
* | Update. | Ulrich Drepper | 2002-12-11 | 4 | -2/+10 |
* | Update. | Ulrich Drepper | 2002-12-11 | 2 | -2/+9 |
* | (__pthread_initialize_minimal): Remove unneccesary sigaddset call. | Ulrich Drepper | 2002-12-10 | 1 | -10/+3 |
* | * elf/tst-array1.c (preinit_array, init_array, fini_array): | Roland McGrath | 2002-12-10 | 1 | -0/+4 |
* | 2002-12-10 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2002-12-10 | 2 | -5/+9 |
* | Update. | Ulrich Drepper | 2002-12-10 | 12 | -5/+36 |
* | Update. | Ulrich Drepper | 2002-12-10 | 1 | -0/+2 |
* | No new symbols in 2.3.1, but some new ones in 2.3.2. | Ulrich Drepper | 2002-12-10 | 1 | -1/+1 |
* | * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that | Roland McGrath | 2002-12-10 | 3 | -2/+16 |
* | * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to | Roland McGrath | 2002-12-10 | 2 | -0/+25 |
* | 2002-12-10 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-12-10 | 2 | -51/+40 |
* | Update. | Ulrich Drepper | 2002-12-10 | 1 | -0/+7 |
* | (__closedir): Remove __libc_lock_lock call. It is not allowed to destroy pth... | Ulrich Drepper | 2002-12-10 | 1 | -2/+4 |
* | * csu/abi-note.S: Use .p2align, not .align. | Roland McGrath | 2002-12-10 | 1 | -0/+4 |
* | 2002-12-09 Richard Henderson <rth@redhat.com> | Roland McGrath | 2002-12-10 | 1 | -7/+7 |
* | Update. | Ulrich Drepper | 2002-12-10 | 18 | -50/+143 |
* | (Tools for Compilation): Require binutils 2.13. | Ulrich Drepper | 2002-12-09 | 1 | -13/+4 |
* | * elf/Makefile (tests): Uncomment tst-array[123]. | Roland McGrath | 2002-12-09 | 22 | -78/+193 |
* | * td_ta_event_getmsg.c (td_ta_event_getmsg): Write the NEXT pointer | Roland McGrath | 2002-12-09 | 2 | -4/+12 |
* | * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd | Roland McGrath | 2002-12-09 | 2 | -3/+37 |
* | * misc/error.c (strerror_r): Do not declare unless [!_LIBC]. | Roland McGrath | 2002-12-09 | 1 | -0/+12 |
* | 2001-10-20 Paul Eggert <eggert@twinsun.com> | Roland McGrath | 2002-12-09 | 1 | -23/+53 |
* | Update. | Ulrich Drepper | 2002-12-08 | 2 | -1/+7 |
* | Update. | Ulrich Drepper | 2002-12-08 | 2 | -4/+9 |