Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update. | Ulrich Drepper | 2003-05-17 | 1 | -1/+5 |
* | Update. | Ulrich Drepper | 2003-05-10 | 1 | -2/+6 |
* | Update. | Ulrich Drepper | 2003-05-06 | 1 | -0/+1 |
* | * sysdeps/generic/bp-thunks.h: Protect includes with [!__ASSEMBLER__]. | Roland McGrath | 2003-05-02 | 1 | -1/+1 |
* | * configure.in: Search for AUTOCONF unconditionally. | Roland McGrath | 2003-04-30 | 1 | -4/+11 |
* | Update. | Ulrich Drepper | 2003-04-29 | 3 | -0/+31 |
* | Update. | Ulrich Drepper | 2003-04-25 | 1 | -0/+3 |
* | Update. | Ulrich Drepper | 2003-04-24 | 1 | -6/+2 |
* | Internal shadow header for <ifaddrs.h>. | Ulrich Drepper | 2003-04-24 | 1 | -0/+7 |
* | * elf/tst-tls12.c (main): Fix declaration. | Roland McGrath | 2003-04-23 | 1 | -0/+5 |
* | Update. | Ulrich Drepper | 2003-04-15 | 1 | -15/+15 |
* | * csu/tst-atomic.c (do_test): Add some new | Roland McGrath | 2003-03-26 | 1 | -6/+6 |
* | *** empty log message *** | Andreas Schwab | 2003-03-25 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2003-03-25 | 1 | -2/+4 |
* | * include/atomic.h: Put parens around all macro arguments. | Roland McGrath | 2003-03-22 | 1 | -48/+58 |
* | * include/atomic.h (atomic_increment_and_test): Invert sense of test. | Roland McGrath | 2003-03-22 | 1 | -8/+17 |
* | 2003-03-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-21 | 1 | -1/+1 |
* | Define atomic_compare_and_exchange_val_acq, atomic_compare_and_exchange_val_r... | Ulrich Drepper | 2003-03-21 | 1 | -25/+63 |
* | (atomic_decrement_if_positive): Adjust for the correct atomic_compare_and_exc... | Ulrich Drepper | 2003-03-20 | 1 | -10/+9 |
* | * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused | Roland McGrath | 2003-03-20 | 1 | -1/+2 |
* | Define atomic_exchange and atomic_decrement_if_positive if not already define... | Ulrich Drepper | 2003-03-20 | 1 | -5/+47 |
* | Update. | Ulrich Drepper | 2003-03-20 | 1 | -0/+141 |
* | 2003-03-17 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-18 | 1 | -7/+10 |
* | * nscd/cache.c (cache_search): Give first arg type `request_type'. | Roland McGrath | 2003-03-16 | 1 | -10/+7 |
* | * include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.... | Alexandre Oliva | 2003-03-14 | 1 | -0/+4 |
* | 2003-03-10 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-03-10 | 1 | -1/+5 |
* | Update. | Ulrich Drepper | 2003-03-03 | 1 | -4/+1 |
* | Update. | Ulrich Drepper | 2003-03-03 | 1 | -1/+4 |
* | * include/libc-internal.h: Declare __libc_thread_freeres. | Roland McGrath | 2003-02-22 | 1 | -0/+3 |
* | * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT. | Roland McGrath | 2003-02-22 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2003-02-01 | 1 | -3/+3 |
* | Update. | Ulrich Drepper | 2003-01-28 | 1 | -0/+6 |
* | * include/fcntl.h: Declare __libc_creat. | Roland McGrath | 2003-01-13 | 1 | -0/+17 |
* | 2003-01-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 2003-01-13 | 1 | -0/+1 |
* | [HAVE_WEAK_SYMBOLS] (_weak_extern): Define using _Pragma(weak ...). | Ulrich Drepper | 2003-01-03 | 1 | -19/+3 |
* | Update. | Ulrich Drepper | 2002-12-31 | 2 | -0/+2 |
* | Update. | Ulrich Drepper | 2002-12-31 | 6 | -0/+11 |
* | Update. | Ulrich Drepper | 2002-12-31 | 1 | -0/+2 |
* | Update. | Ulrich Drepper | 2002-12-31 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2002-12-31 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2002-12-31 | 1 | -0/+2 |
* | Update. | Ulrich Drepper | 2002-12-20 | 1 | -0/+11 |
* | Update. | Ulrich Drepper | 2002-12-10 | 1 | -1/+1 |
* | Update. | Ulrich Drepper | 2002-12-08 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2002-12-06 | 2 | -0/+3 |
* | 2002-12-01 Roland McGrath <roland@redhat.com> | Roland McGrath | 2002-12-01 | 1 | -1/+1 |
* | * include/errno.h (__set_errno): Define as errno = val | Roland McGrath | 2002-11-25 | 1 | -4/+2 |
* | (extend_alloca): New define. Based on stack direction it'll try to append to... | Ulrich Drepper | 2002-11-20 | 1 | -0/+28 |
* | __libc_dlopen is now a macro calling __libc_dlopen_mode with the extra parame... | Ulrich Drepper | 2002-11-19 | 1 | -1/+2 |
* | Update. | Ulrich Drepper | 2002-11-04 | 1 | -1/+1 |