aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-19Clean up disabling of script_executeRoland McGrath2-9/+16
2011-09-19Get rid of tls.make include file.Roland McGrath3-9/+6
2011-09-19Use CPPFLAGS from configure.Mike Frysinger3-1/+7
2011-09-15finite for 64-bit platformsUlrich Drepper2-0/+34
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper2-1/+7
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath4-11/+15
2011-09-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper12-25/+68
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper2-5/+46
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab7-9/+41
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab5-16/+27
2011-09-14Use correct section to allow mergingUlrich Drepper2-2/+4
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper2-10/+53