| Commit message (Expand) | Author | Age | Files | Lines |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross | Roland McGrath | 2007-09-11 | 1 | -0/+4 |
* | * posix/regex_internal.h: Prevent some declarations and definitions | Ulrich Drepper | 2007-08-26 | 1 | -6/+10 |
* | * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT. | Ulrich Drepper | 2007-08-26 | 2 | -0/+2 |
* | * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define. | Ulrich Drepper | 2007-08-10 | 1 | -1/+1 |
* | 2007-08-04 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-08-04 | 1 | -1/+1 |
* | 2007-08-02 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-08-02 | 1 | -8/+12 |
* | * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree. | Ulrich Drepper | 2007-07-29 | 5 | -2/+141 |
* | Define old CPU_* macros in temers of __CPU_*_S macros. Define CPU_*_S macros. | Ulrich Drepper | 2007-07-29 | 1 | -5/+35 |
* | * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE | Ulrich Drepper | 2007-07-29 | 1 | -0/+3 |
* | * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to | Ulrich Drepper | 2007-07-28 | 2 | -5/+13 |
* | 2007-07-24 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-07-24 | 1 | -1/+1 |
* | * bits/types.h: Don't include stddef.h, don't define __need_size_t. | Ulrich Drepper | 2007-07-19 | 1 | -0/+3 |
* | * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define. | Ulrich Drepper | 2007-07-19 | 1 | -0/+1 |
* | * elf/ldconfig.c: Allow GPLv2 or any later version. | Roland McGrath | 2007-07-16 | 1 | -2/+3 |
* | * configure: Regenerated. | Roland McGrath | 2007-07-13 | 1 | -1/+4 |
* | 2007-07-13 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-07-13 | 1 | -1000/+5134 |
* | * posix/sched_cpucount.c (__sched_cpucount): Allow using special | Ulrich Drepper | 2007-06-08 | 1 | -5/+9 |
* | (__sched_cpucount): Allow using special instruction for counting bits. | Ulrich Drepper | 2007-06-08 | 1 | -3/+7 |
* | * posix/unistd.h: Remove __THROW from fdatasync. | Ulrich Drepper | 2007-05-07 | 1 | -1/+1 |
* | [BZ #4364] cvs/fedora-glibc-20070416T2350 | Ulrich Drepper | 2007-04-16 | 1 | -2/+4 |
* | * posix/sys/wait.h: Remove unnecessary forward declaration. | Ulrich Drepper | 2007-04-07 | 1 | -5/+1 |
* | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 2007-04-04 | 2 | -8/+9 |
* | * posix/Makefile (routines): Add sched_cpucount. | Ulrich Drepper | 2007-04-03 | 4 | -2/+84 |
* | * posix/fnmatch.c (STRUCT): Define. | Ulrich Drepper | 2007-04-01 | 3 | -30/+64 |
* | Test of fnmatch with patterns using lots of *. | Ulrich Drepper | 2007-04-01 | 1 | -0/+35 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 1 | -15/+15 |
* | [BZ #3996] | Ulrich Drepper | 2007-02-14 | 2 | -117/+331 |
* | [BZ #3957] | Ulrich Drepper | 2007-02-05 | 4 | -7/+143 |
* | * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms. | Ulrich Drepper | 2007-01-25 | 1 | -9/+3 |
* | * stdio-common/_itowa.c: Don't compile _itowa for 64-bit | Ulrich Drepper | 2007-01-22 | 1 | -3/+9 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 7 | -153/+15 |
* | . | Jakub Jelinek | 2007-07-31 | 7 | -15/+153 |
* | * posix/execvp.c: Include alloca.h. | Ulrich Drepper | 2007-01-03 | 3 | -45/+298 |
* | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2007-01-03 | 1 | -2/+2 |
* | * posix/wordexp.c: Remove some unnecessary tests. | Ulrich Drepper | 2006-12-23 | 1 | -2/+2 |
* | [BZ #3493] | Ulrich Drepper | 2006-11-09 | 1 | -1/+1 |
* | * posix/glob.c (glob_in_dir): Add some comments and asserts to | Ulrich Drepper | 2006-09-30 | 1 | -2/+16 |
* | [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535 | Ulrich Drepper | 2006-09-25 | 1 | -54/+88 |
* | [BZ #2526, BZ #3138, BZ #3143] | Ulrich Drepper | 2006-09-12 | 4 | -4/+4 |
* | [BZ #3155] | Ulrich Drepper | 2006-09-07 | 3 | -21/+126 |
* | * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not | Ulrich Drepper | 2006-08-24 | 2 | -2/+2 |
* | [BZ #2980] cvs/fedora-glibc-20060802T1650 | Ulrich Drepper | 2006-08-02 | 1 | -1/+1 |
* | * posix/regex_internal.c (re_string_skip_chars): If no character has | Ulrich Drepper | 2006-06-04 | 3 | -10/+76 |
* | * sysdeps/posix/getaddrinfo.c: Add unique labels to the default | Ulrich Drepper | 2006-05-18 | 1 | -7/+19 |
* | * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the | Ulrich Drepper | 2006-05-10 | 1 | -8/+4 |
* | * posix/wordexp.c: Remove numerous NULL pointer tests before FREE | Ulrich Drepper | 2006-05-10 | 1 | -20/+14 |
* | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 2006-05-10 | 2 | -1/+7 |
* | * sysdeps/posix/getaddrinfo.c: Implement configuration file | Ulrich Drepper | 2006-05-04 | 3 | -0/+64 |
* | [BZ #1201] | Ulrich Drepper | 2006-05-02 | 1 | -1/+2 |