about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add country_car field to LC_ADDRESScjl2013-09-04143-32/+436
* Add FSF statement to ayc_PE locale.cjl2013-09-031-3/+3
* Add FSF statement to ayc_PE locale.cjl2013-09-031-4/+4
* Add FSF statement to ayc_PE locale.cjl2013-09-032-21/+29
* Fix lgammaf spurious underflow (bug 15427).Joseph Myers2013-09-036-4/+176
* Add unaligned strcmp.Ondřej Bílka2013-09-035-2/+231
* Update ht_HT localeChris Leonard2013-09-033-111/+151
* Add quz_PE localeChris Leonard2013-09-034-2/+179
* Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar2013-09-033-2/+14
* hppa: add fanotify_markMike Frysinger2013-09-025-0/+16
* tst-fanotify: new simple testMike Frysinger2013-09-023-1/+62
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-026-10/+68
* Fix typo.Ondřej Bílka2013-09-022-1/+5
* Use sfi_* macros in armv6t2 strlen.Roland McGrath2013-08-302-9/+16
* Make armv6t2 strlen work in ARM mode too.Roland McGrath2013-08-302-2/+30
* Fix then/than typos.Ondřej Bílka2013-08-3018-39/+63
* Fix typos.Ondřej Bílka2013-08-3047-45/+107
* ARM: Fix clone code when built for Thumb.Will Newton2013-08-303-3/+9
* sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.Will Newton2013-08-302-0/+145
* Fix rawmemchr regression on bulldozer.Ondřej Bílka2013-08-303-109/+5
* Fix up ChangeLog formatting.Roland McGrath2013-08-291-4/+6
* Remove aix specific files.Ondřej Bílka2013-08-2910-869/+13
* Hurd: Add ESUCCESS error_t value.Thomas Schwinge2013-08-293-1/+23
* Hurd: Use __executable_start symbol instead of _start.Samuel Thibault2013-08-292-2/+7
* Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge2013-08-293-23/+53
* Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge2013-08-296-9/+24
* [BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge2013-08-2910-32/+87
* math: Additional type conversion testsThomas Schwinge2013-08-292-7/+24
* Fix typos.Ondřej Bílka2013-08-2933-75/+118
* ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell2013-08-293-2/+9
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-283-2/+7
* [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger2013-08-277-6/+160
* Clean up h_errno declaration to use __thread unconditionally.Roland McGrath2013-08-272-10/+10
* Clean up _res declaration to use __thread unconditionally.Roland McGrath2013-08-273-16/+13
* Cope without sunrpc.Roland McGrath2013-08-272-2/+11
* Don't try to use ioctl unless [FIONREAD].Roland McGrath2013-08-272-1/+6
* Mild decrufting in resolv code.Roland McGrath2013-08-273-0/+8
* True stub __ifreq.Roland McGrath2013-08-273-57/+87
* Clean up __libc_sa_len helper.Roland McGrath2013-08-276-67/+131
* Replace generic bits/socket.h with 4.4 file.Roland McGrath2013-08-273-373/+126
* Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath2013-08-272-1/+23
* Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab2013-08-276-9/+58
* Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2013-08-273-0/+32
* Make stub lxstat64 call xstat64, like stub lxstat calls xstat.Roland McGrath2013-08-262-10/+5
* Use proper #include for xdecrypt declarations.Roland McGrath2013-08-263-4/+8
* Initialize res_hconf in nscdSiddhesh Poyarekar2013-08-263-1/+11
* Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab2013-08-262-1/+6
* Fix indentation in aicache.cSiddhesh Poyarekar2013-08-262-1/+5
* configure: add missing quotes in $build_pt_chown testMike Frysinger2013-08-253-2/+7
* Fix cexp (NaN + i0) (bug 15532).Joseph Myers2013-08-236-14/+42