about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* * string/Makefile (distribute): Add str-two-way.h. cvs/fedora-glibc-20080515T0735Ulrich Drepper2008-05-159-238/+623
* * posix/regcomp.c (optimize_utf8): Add a note on why we testUlrich Drepper2008-05-155-0/+52
* [BZ #6428]Ulrich Drepper2008-05-154-2/+10
* [BZ #6442]Ulrich Drepper2008-05-1511-14/+445
* * iconvdata/run-iconv-test.sh: Use = instead of == in test.Ulrich Drepper2008-05-152-2/+7
* * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.Ulrich Drepper2008-05-153-1/+10
* [BZ #6461]Ulrich Drepper2008-05-142-7/+16
* (match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper2008-05-142-11/+7
* [BZ #6472]Ulrich Drepper2008-05-141-0/+1
* * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper2008-05-142-1/+7
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper2008-05-142-0/+8
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper2008-05-143-3/+10
* * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper2008-05-145-19/+60
* * po/lt.po: New file. From Lituanian translation team.Ulrich Drepper2008-05-134-7/+7096
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-1325-33/+1967
* * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper2008-05-122-43/+61
* [BZ #3406]Ulrich Drepper2008-05-113-1/+8
* * io/openat.c (__openat_2): Also pass fd to __openat.Ulrich Drepper2008-05-113-2/+6
* * string/tester.c (test_memcmp): Add a few more tests.Ulrich Drepper2008-05-112-8/+31
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper2008-05-116-19/+33
* * nscd/cache.c (cache_add): Before returning with failure and thisUlrich Drepper2008-05-117-74/+36
* (cache_add): Before returning with failure and this is the first use of the r...Ulrich Drepper2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-1/+1
* * misc/truncate64.c (truncate64): Use __truncate not truncate.Ulrich Drepper2008-05-103-2/+9
* * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper2008-05-105-13/+18
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-1017-504/+1542
* Adjust __libc_res_nquery and __libc_res_nsend prototypes.Ulrich Drepper2008-05-101-4/+4
* * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build. Jakub Jelinek2008-05-063-0/+13
* * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,Roland McGrath2008-05-062-14/+48
* Fix termios bit macros.Roland McGrath2008-05-051-1/+24
* 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2008-05-051-6/+88
* * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file. Jakub Jelinek2008-05-057-0/+489
* * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for Jakub Jelinek2008-05-053-0/+8
* * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD andUlrich Drepper2008-05-011-0/+7
* Define RUSAGE_THREAD and RUSAGE_LWP.Ulrich Drepper2008-05-013-3/+27
* * stdlib/tst-setcontext.c: Include unistd.h.Jakub Jelinek2008-04-302-1/+6
* * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl): Jakub Jelinek2008-04-292-1/+7
* * nscd/Makefile (nscd-cflags): Set back to -fpie.Ulrich Drepper2008-04-225-6/+21
* * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.Ulrich Drepper2008-04-203-8/+62
* [BZ #5209, BZ #5381]Ulrich Drepper2008-04-1915-252/+523
* (VERSION): Bump to 2.8.90.Ulrich Drepper2008-04-191-2/+2
* * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. cvs/glibc-2_8-base cvs/glibc-2_8-branchJakub Jelinek2008-04-172-0/+5
* * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek2008-04-152-1/+6
* * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl): glibc-2.8 cvs/glibc-2_8 cvs/fedora-glibc-20080412T0741Ulrich Drepper2008-04-122-2/+4
* * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): UseUlrich Drepper2008-04-122-4/+6
* * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.Ulrich Drepper2008-04-123-6/+13
* * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. IncludeUlrich Drepper2008-04-122-2/+3
* * scripts/data/localplt-powerpc64-linux-gnu.data: New file.Ulrich Drepper2008-04-122-0/+8
* * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-1219-74/+388