aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-16Use leaf function attribute in __THROWUlrich Drepper2-3/+14
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper26-134/+495
2011-10-16Cleanup last patchUlrich Drepper2-3/+6
2011-10-16Fix potential problem with skipping relocationsUlrich Drepper3-21/+36
2011-10-15No need for boundary case handling in x86-32 __ieee_logUlrich Drepper2-52/+4
2011-10-15Optimized floor for 64-bit architecturesUlrich Drepper2-0/+81
2011-10-15Add cosh optimized for 64-bit architecturesUlrich Drepper3-4/+85
2011-10-15Optimize expUlrich Drepper14-157/+180
2011-10-15No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2-52/+4
2011-10-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper4-6/+23
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper10-18/+135
2011-10-15Fix lost wmemcmp symbolAndreas Schwab2-2/+4
2011-10-15Fix searching for C++ system headers for cross compilersAndreas Schwab3-4/+19
2011-10-15Fix WSUlrich Drepper1-4/+4
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva19-336/+3070
2011-10-15Add parameter annotation to modfAndreas Jaeger3-4/+10
2011-10-15Avoid warning in iofwideUlrich Drepper2-6/+7
2011-10-15Fix definition of __isctype_fUlrich Drepper2-1/+5
2011-10-14Remove leftover debug message from plddUlrich Drepper2-1/+2
2011-10-14Add missing BZ number to NEWSUlrich Drepper1-2/+2
2011-10-14Optimize x86-32 logUlrich Drepper7-3/+306
2011-10-14Support optimized isXXX functions in C++ codeUlrich Drepper2-7/+38
2011-10-14Adjust s390 libm ULPsAndreas Schwab2-2/+42
2011-10-14Fix lost feraiseexcept symbolAndreas Schwab2-1/+6
2011-10-13BZ#13291: Manual typo fix for strverscmp.Roland McGrath2-4/+9
2011-10-13Fix PLT use in feupdateenv on x86_64Andreas Schwab3-5/+9
2011-10-13Check for zero size in memrchr for x86_64Andreas Schwab2-0/+5
2011-10-13Add memrchr testsAndreas Schwab2-2/+37
2011-10-12Fix whitespacesUlrich Drepper2-10/+10
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva14-4/+2666
2011-10-12Optimize libmUlrich Drepper270-5629/+4552
2011-10-10Fix PLT use in getnetgrent_rAndreas Schwab2-3/+6
2011-10-10Implement __isinf_nsl for IBM long doubleAndreas Schwab2-0/+20
2011-10-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper6-48/+53
2011-10-09Update Japanese translationUlrich Drepper2-201/+201
2011-10-08Clean up locarchive mmap reservation code.Roland McGrath2-42/+35
2011-10-08Conditionalize unnecessary #include.Roland McGrath2-4/+8
2011-10-08Fix some nit warnings.Roland McGrath4-2/+10
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper35-63/+236
2011-10-08isinf returns the sign of the number, use it in printf*Ulrich Drepper4-23/+32
2011-10-08Use private math_private.h in files in math/Ulrich Drepper129-128/+256
2011-10-08Note bug number in CLUlrich Drepper2-1/+2
2011-10-08Update Japanese translationUlrich Drepper2-35/+42
2011-10-08Fix netname2hostAndreas Jaeger3-5/+7
2011-10-07Fix remainder (NaN, 0)Andreas Jaeger6-12/+38
2011-10-07S/390: Fix longlong.h inline asms for zarchAndreas Krebbel2-22/+28
2011-10-07delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva2-4/+5
2011-10-07Fix whitespaceUlrich Drepper1-1/+1
2011-10-07Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva6-59/+857
2011-10-07elf/dl-load.c: Avoid warningMarek Polacek2-1/+5