aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper15-44/+86
2012-01-08Mark potential fix for BZ 11929Ulrich Drepper2-7/+8
2012-01-08sscanf always calls reallocPaul Pluzhnikov2-2/+7
2012-01-08CLAdhemerval Zanella1-0/+6
2012-01-08Use __pthread_get_minstack for AIO helper threadAdhemerval Zanella1-2/+2
2012-01-08Fix CLUlrich Drepper1-2/+1
2012-01-08Add test for CMPLX macrosUlrich Drepper3-1/+60
2012-01-08Fix typo in CMPLXLUlrich Drepper2-1/+3
2012-01-08Quash implicit declaration warningMarek Polacek2-0/+5
2012-01-08Add checking versions of poll and ppollUlrich Drepper14-5/+190
2012-01-08RegeneratedUlrich Drepper1-1/+0
2012-01-08Define CMPLX, CMPLXF, CMPLXLUlrich Drepper3-4/+18
2012-01-08Static linking is always neededUlrich Drepper10-48/+17
2012-01-08Remove pwd tst from configureUlrich Drepper4-62/+3
2012-01-08 No need for test for __builtin_expectUlrich Drepper3-54/+1
2012-01-08Forgot to remove AC_SUBST(bonuded)Ulrich Drepper2-3/+0
2012-01-08Remove more unnecessary Alpha and IA-64 configuryUlrich Drepper3-14/+2
2012-01-08gcc better don't use a signed type for size_tUlrich Drepper3-42/+2
2012-01-08Remove last remnants of RANLIBUlrich Drepper4-7/+3
2012-01-08Simplify char16_t implementationUlrich Drepper10-642/+59
2012-01-08More fallout from supporting only ELFUlrich Drepper25-1029/+713
2012-01-07Remove pre-ISO C supportUlrich Drepper209-2244/+2420
2012-01-07NEWSUlrich Drepper1-0/+2
2012-01-07Remove non-ELF supportUlrich Drepper35-421/+118
2012-01-07NEWSUlrich Drepper1-0/+2
2012-01-07Update ABI informationUlrich Drepper19-344/+818
2012-01-07Remove m68k support from Linux configureUlrich Drepper2-1/+3
2012-01-07Remove Alpha support from ldsodefs.hUlrich Drepper2-10/+2
2012-01-07Clean up shlib-versions filesUlrich Drepper4-19/+4
2012-01-07More IA-64 removalUlrich Drepper8-137/+31
2012-01-07Linux configure cleanupUlrich Drepper3-38/+4
2012-01-07Remove IA-64 support from kernel-features.hUlrich Drepper2-8/+8
2012-01-07Remove IA-64 support from NPTLUlrich Drepper32-2005/+6
2012-01-07Fix up a commentUlrich Drepper1-1/+1
2012-01-07Yet more ia64 removal falloutUlrich Drepper2-2/+134
2012-01-07Fix WSUlrich Drepper1-1/+0
2012-01-07More ia64 removal changesUlrich Drepper5-9/+143
2012-01-07Remove --enable-omitfp supportUlrich Drepper10-82/+17
2012-01-07Remove IA-64 supportUlrich Drepper449-152654/+6
2012-01-07Remove support in configure for unsupported architecturesUlrich Drepper4-11/+4
2012-01-07More NEWSUlrich Drepper1-0/+2
2012-01-07Fix collation in Hungarian localeUlrich Drepper3-83/+117
2012-01-07Add BZUlrich Drepper2-3/+5
2012-01-07More char16_t and char32_t supportUlrich Drepper11-85/+607
2012-01-07Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper2-1/+3
2012-01-07Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper4-6/+16
2012-01-07Add explicit declaration of gets in C++ codeUlrich Drepper5-0/+13
2012-01-07Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper2-2/+9
2012-01-06Fix C11 header changes for C++.Joseph Myers4-6/+16
2012-01-03Fix assertion in gconv's loop.cUlrich Drepper2-2/+6