aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima1-0/+12
2012-04-05[BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson1-0/+6
2012-04-05[BZ #13553] Remove pre-ISO C supportThomas Schwinge1-1/+7
2012-04-03Fix typo in manualAndreas Jaeger1-0/+3
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger1-0/+17
2012-04-02Fix bug in previous tcvn5712 commit e64d2de52.Tulio Magno Quites Machado Filho1-0/+6
2012-04-02Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller1-0/+16
2012-04-02Testsuite #include fixes.Thomas Schwinge1-0/+6
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge1-0/+8
2012-04-01Updated Vietnamese translationUlrich Drepper1-0/+1
2012-04-01Updated Russian translationsUlrich Drepper1-0/+4
2012-03-31Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar1-0/+4
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva1-0/+7
2012-03-30Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar1-0/+7
2012-03-30 * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law1-0/+2
2012-03-302012-03-29 Jeff Law <law@redhat.com>Jeff Law1-0/+7
2012-03-30Correct check for DNS request send successUlrich Drepper1-1/+1
2012-03-30Speed up DNS by avoiding a system call if possibleUlrich Drepper1-0/+3
2012-03-30Comment fixes for mmsghdrUlrich Drepper1-1/+6
2012-03-30Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho1-0/+8
2012-03-29Remove xsputn small copy optimization.David S. Miller1-0/+5
2012-03-29 [BZ #13761]Jeff Law1-0/+7
2012-03-28Optimize mempcpy on sparc.David S. Miller1-0/+12
2012-03-28Do not elide the libc hidden def of sparc's memset/memcpy when multiarching.David S. Miller1-0/+4
2012-03-28Use generic memset/memcpy in rtld on sparcv9/sparc64.David S. Miller1-0/+9
2012-03-28Fix bugs and improve performance of niagara memset/bzero.David S. Miller1-0/+3
2012-03-28Make sparc's -fPIC addition to ASFLAGS-.os more robust.David S. Miller1-0/+6
2012-03-28Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-0/+7
2012-03-28Avoid warnings in test malloc programUlrich Drepper1-3/+7
2012-03-28 [BZ #13760]Jeff Law1-0/+7
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers1-0/+15
2012-03-28Bug 3868 also fixed by __kernel_standard_l changes.Joseph Myers1-0/+1
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-0/+63
2012-03-27Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc.Anton Blanchard1-0/+8
2012-03-27Run conformtest script explicitly using BASH.David S. Miller1-0/+2
2012-03-27Merge branch 'elf-move'Andreas Jaeger1-0/+117
2012-03-26Update powerpc libm test ULPsAndreas Schwab1-0/+2
2012-03-26Fix undue underflow in ldbl-128ibm version of explAndreas Schwab1-0/+5
2012-03-25Fix confstr use of local buffer outside its extent.Roland McGrath1-0/+5
2012-03-232012-03-23 Jeff Law <law@redhat.com>Jeff Law1-0/+4
2012-03-23Update sparc ULPs for recently added tests and bug fixes.David S. Miller1-0/+4
2012-03-23Make sure x86_64 GOT entry slot is always 8 bytesH.J. Lu1-0/+6
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-0/+18
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers1-0/+12
2012-03-22Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu1-0/+6
2012-03-22Replace unsigned long with uint64_tH.J. Lu1-0/+5
2012-03-22Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu1-0/+6
2012-03-22Add sysdeps/x86_64/preconfigureH.J. Lu1-0/+5
2012-03-22Fix exp2l inaccuracy (bug 13824).Joseph Myers1-0/+7
2012-03-22Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers1-0/+13