aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-16Fix potential problem with skipping relocationsUlrich Drepper3-21/+36
We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though.
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
Add __exp*_finite optimizations and rewrite some wrappers.
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
Conflicts: ChangeLog
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper10-18/+135
The functions to get the pointers can now depend on the TLS variable be initialized.
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
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
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
Conflicts: ChangeLog
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
2011-10-07Update Catalan translationUlrich Drepper2-685/+981
2011-10-07Fix type in NEWSUlrich Drepper1-1/+1
2011-10-07Implement caching of nscdUlrich Drepper19-30/+1196