aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper6-9/+31
2011-12-22Fix fi_FI collation reorderingUlrich Drepper3-24/+32
2011-12-22Fix error code for too small input buffer to getnameinfoUlrich Drepper3-9/+14
2011-12-22Add missing BZUlrich Drepper2-1/+2
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper2-1/+42
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper3-8/+28
2011-12-22Build ur_IN localeUlrich Drepper3-4/+8
2011-12-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper6-32/+89
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2-745/+521
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers6-32/+89
2011-12-22Add brx_IN localeUlrich Drepper6-3/+196
2011-12-22Optimize tr_freehookUlrich Drepper3-6/+12
2011-12-22Change currency symbol placement for nl_BEUlrich Drepper3-3/+7
2011-12-22Add es_CU localeUlrich Drepper4-3/+130
2011-12-22WP issuesUlrich Drepper1-1/+0
2011-12-22Add unm_US localeUlrich Drepper4-3/+159
2011-12-22WP issuesUlrich Drepper1-34/+34
2011-12-22Add bho_IN localeUlrich Drepper4-2/+175
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2-1/+6
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper5-10/+16
2011-12-21Use Kahan's formula in cacoshUlrich Drepper4-0/+24
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel5-32/+13
2011-12-21Fix reading thread name from comm fileUlrich Drepper3-2/+17
2011-12-21Fix one typoUlrich Drepper1-1/+1
2011-12-21Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper6-47/+56
2011-12-21Fix division by denominator with more than two limbs in strtoldAndreas Schwab3-2/+10
2011-12-21Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2-1/+6
2011-12-17Fix extension of array in extended printf format handlingUlrich Drepper3-9/+13
2011-12-17Optimized strcasecmp for Power7Adhemerval Zanella10-1/+298
2011-12-17Add BZ numberUlrich Drepper1-1/+2
2011-12-17Avoid warnings in __*_finite math function declarations with C++Marek Polacek3-91/+104
2011-12-17Check values from TZ file headerUlrich Drepper3-10/+50
2011-12-17Fix WPUlrich Drepper1-1/+1
2011-12-17Simplify code for accessing powerpc GOTWill Schmidt32-159/+167
2011-12-17Optimized nearbyint for PPCAdhemerval Zanella7-1/+292
2011-12-17Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall2-1/+6
2011-12-17WP fixesUlrich Drepper1-1/+0
2011-12-17WP fixesUlrich Drepper1-3/+5
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper20-13/+2466
2011-12-17WP cleanupUlrich Drepper2-11/+11
2011-12-17Fix WPUlrich Drepper1-5/+7
2011-12-17Add tests for wcsrchr and wcscpyUlrich Drepper6-92/+163
2011-12-14Return errno on failure in allocate_stackCarlos O'Donell2-12/+8
2011-12-14BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...Jeff Law2-2/+8
2011-12-14Manual typo fix for _SC_NPROCESSORS_ONLN.Jeff Law2-1/+6
2011-12-10Optimize generic ELF hash function a bit moreUlrich Drepper2-1/+9
2011-12-06Fix a wrong constant in powerpc hypot implementationAndreas Schwab2-1/+6
2011-12-04Small optimization of generic ELF hash functionUlrich Drepper2-25/+23
2011-12-04Fix attreibute for _dl_elf_hashUlrich Drepper2-1/+3
2011-12-04Fix aliasing issues in RPC codeUlrich Drepper4-3/+37