aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-24* resolv/res_send.c (send_dg): If we already have one of twoUlrich Drepper2-6/+30
2008-05-22* math/libm-test.inc (exp_test): Exclude expl(1000.0L) fromUlrich Drepper1-0/+6
2008-05-22Work around braindead IBM128 long double format.Ulrich Drepper1-2/+2
2008-05-22* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.Roland McGrath4-8/+34
2008-05-222008-05-21 Roland McGrath <roland@redhat.com>Roland McGrath2-0/+14
2008-05-21* string/endian.h: Define new fixed-size hto* and *toh macros onlyUlrich Drepper2-32/+37
2008-05-21* iconvdata/Depend: Add localedata.Ulrich Drepper1-0/+4
2008-05-21Add localedata.Ulrich Drepper1-0/+1
2008-05-21* bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.Roland McGrath1-0/+4
2008-05-212008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-1/+3
2008-05-21Remove U0C0D entry added for Telugu.Ulrich Drepper1-3/+0
2008-05-21* locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.Ulrich Drepper1-0/+5
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use Jakub Jelinek6-3/+52
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h Jakub Jelinek4-7/+37
2008-05-212008-05-20 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek1-2/+3
2008-05-20* include/inline-hashtab.h (higher_prime_number): Fix type of midUlrich Drepper1-0/+5
2008-05-20(higher_prime_number): Fix type of mid variable.Ulrich Drepper1-1/+1
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h cvs/fedora-glibc-20080520T1924Jakub Jelinek3-0/+70
2008-05-20* sysdeps/sparc/machine-gmon.h: New file. Jakub Jelinek4-0/+73
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek2-0/+8
2008-05-19* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.Jakub Jelinek2-4/+4
2008-05-19* resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper3-0/+31
2008-05-18* nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper10-42/+114
2008-05-18* nscd/mem.c (gc): Avoid stack overflow when allocating move list.cvs/fedora-glibc-20080518T1017Ulrich Drepper2-2/+18
2008-05-18* nscd/mem.c (gc): Correctly determine highest used array elementUlrich Drepper2-3/+6
2008-05-18* nscd/mem.c (markrange): Add assert to check entries are allUlrich Drepper2-1/+5
2008-05-18* nscd/nscd.h (mem_in_flight): Replace blockaddr field withUlrich Drepper3-11/+18
2008-05-18* nscd/mem.c (gc): Fix test for stack overuse.Ulrich Drepper2-2/+4
2008-05-17* nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,Ulrich Drepper2-18/+22
2008-05-17* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper2-1/+7
2008-05-17* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there areUlrich Drepper2-6/+19
2008-05-16* string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.cvs/fedora-glibc-20080516T2152Ulrich Drepper4-2/+9
2008-05-16* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper2-2/+8
2008-05-15* string/Makefile (distribute): Add str-two-way.h.cvs/fedora-glibc-20080515T0735Ulrich Drepper9-238/+623
2008-05-15* posix/regcomp.c (optimize_utf8): Add a note on why we testUlrich Drepper5-0/+52
2008-05-15[BZ #6428]Ulrich Drepper4-2/+10
2008-05-15[BZ #6442]Ulrich Drepper11-14/+445
2008-05-15* iconvdata/run-iconv-test.sh: Use = instead of == in test.Ulrich Drepper2-2/+7
2008-05-15* iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.Ulrich Drepper3-1/+10
2008-05-14[BZ #6461]Ulrich Drepper2-7/+16
2008-05-14(match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper2-11/+7
2008-05-14[BZ #6472]Ulrich Drepper1-0/+1
2008-05-14* sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper2-1/+7
2008-05-14* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper2-0/+8
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper3-3/+10
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper5-19/+60
2008-05-13* po/lt.po: New file. From Lituanian translation team.Ulrich Drepper4-7/+7096
2008-05-13Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper25-33/+1967
2008-05-12* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper2-43/+61
2008-05-11[BZ #3406]Ulrich Drepper3-1/+8