aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-10-07Don't unnecesarily use inotify in nscdUlrich Drepper2-1/+6
2011-10-06Avoid warning when reload of group entry failsUlrich Drepper2-0/+4
2011-10-06Stop crash in OOM handling in NSSUlrich Drepper2-5/+8
2011-10-06More fallout from OOM in NSSJiri Olsa2-1/+6
2011-10-06Handle OOM in NSSJiri Olsa2-1/+9
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab17-70/+149
2011-09-28Optimize libnss_files initializationUlrich Drepper2-35/+23
2011-09-28Adjust powerpc libm ULPsAndreas Schwab2-4/+46
2011-09-27Fix some grammar in the manual.Roland McGrath2-2/+7
2011-09-27Correctly reparse group line after enlarging the bufferAndreas Schwab2-4/+13
2011-09-26Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2-8/+12
2011-09-21Link libresolv.so with ld.so for __stack_chk_guard.Joseph Myers2-1/+14