aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Fix then/than typos.Ondřej Bílka18-39/+63
2013-08-30Fix typos.Ondřej Bílka47-45/+107
2013-08-30ARM: Fix clone code when built for Thumb.Will Newton3-3/+9
2013-08-30sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.Will Newton2-0/+145
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka3-109/+5
2013-08-29Fix up ChangeLog formatting.Roland McGrath1-4/+6
2013-08-29Remove aix specific files.Ondřej Bílka10-869/+13
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge3-1/+23
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault2-2/+7
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge3-23/+53
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge6-9/+24
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge10-32/+87
2013-08-29math: Additional type conversion testsThomas Schwinge2-7/+24
2013-08-29Fix typos.Ondřej Bílka33-75/+118
2013-08-29ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell3-2/+9
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar3-2/+7
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger7-6/+160
2013-08-27Clean up h_errno declaration to use __thread unconditionally.Roland McGrath2-10/+10
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath3-16/+13
2013-08-27Cope without sunrpc.Roland McGrath2-2/+11
2013-08-27Don't try to use ioctl unless [FIONREAD].Roland McGrath2-1/+6
2013-08-27Mild decrufting in resolv code.Roland McGrath3-0/+8
2013-08-27True stub __ifreq.Roland McGrath3-57/+87
2013-08-27Clean up __libc_sa_len helper.Roland McGrath6-67/+131
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath3-373/+126
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath2-1/+23
2013-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab6-9/+58
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab3-0/+32
2013-08-26Make stub lxstat64 call xstat64, like stub lxstat calls xstat.Roland McGrath2-10/+5
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath3-4/+8
2013-08-26Initialize res_hconf in nscdSiddhesh Poyarekar3-1/+11
2013-08-26Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab2-1/+6
2013-08-26Fix indentation in aicache.cSiddhesh Poyarekar2-1/+5
2013-08-25configure: add missing quotes in $build_pt_chown testMike Frysinger3-2/+7
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers6-14/+42
2013-08-22Add Ukrainian translations.David S. Miller2-0/+7152
2013-08-22Update Catalan translations.David S. Miller2-934/+972
2013-08-22MIPS: Correct the handling of reserved FCSR bitsMaciej W. Rozycki4-4/+12
2013-08-21Add bug 15867 to NEWS.Joseph Myers1-1/+1
2013-08-21Fix fdim handling of infinities (bug 15797).Joseph Myers6-40/+54
2013-08-21Fix typos.Ondřej Bílka61-66/+141
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva4-0/+19
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella8-6/+172
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers7-13/+53
2013-08-20Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2-0/+3
2013-08-20Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers2-3/+8
2013-08-20Remove trailing blank lines when generating INSTALL.Joseph Myers2-2/+13
2013-08-20 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel2-1/+7
2013-08-20 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.Andreas Arnez2-1/+5
2013-08-20Simplify strcoll implementationSiddhesh Poyarekar2-406/+304