about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-132-0/+5
* Add memrchr testsAndreas Schwab2011-10-132-2/+37
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1214-4/+2666
* Optimize libmUlrich Drepper2011-10-12270-5629/+4552
* Fix PLT use in getnetgrent_rAndreas Schwab2011-10-102-3/+6
* Implement __isinf_nsl for IBM long doubleAndreas Schwab2011-10-102-0/+20
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-096-48/+53
|\
| * Clean up locarchive mmap reservation code.Roland McGrath2011-10-082-42/+35
| * Conditionalize unnecessary #include.Roland McGrath2011-10-082-4/+8
| * Fix some nit warnings.Roland McGrath2011-10-084-2/+10
* | Update Japanese translationUlrich Drepper2011-10-092-201/+201
|/
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-0835-63/+236
* isinf returns the sign of the number, use it in printf*Ulrich Drepper2011-10-084-23/+32
* Use private math_private.h in files in math/Ulrich Drepper2011-10-08129-128/+256
* Note bug number in CLUlrich Drepper2011-10-082-1/+2
* Update Japanese translationUlrich Drepper2011-10-082-35/+42
* Fix netname2hostAndreas Jaeger2011-10-083-5/+7
* Fix remainder (NaN, 0)Andreas Jaeger2011-10-076-12/+38
* S/390: Fix longlong.h inline asms for zarchAndreas Krebbel2011-10-072-22/+28
* delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva2011-10-072-4/+5
* Fix whitespaceUlrich Drepper2011-10-071-1/+1
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-076-59/+857
* elf/dl-load.c: Avoid warningMarek Polacek2011-10-072-1/+5
* Update Catalan translationUlrich Drepper2011-10-072-685/+981
* Fix type in NEWSUlrich Drepper2011-10-071-1/+1
* Implement caching of nscdUlrich Drepper2011-10-0719-30/+1196
* Don't unnecesarily use inotify in nscdUlrich Drepper2011-10-072-1/+6
* Avoid warning when reload of group entry failsUlrich Drepper2011-10-062-0/+4
* Stop crash in OOM handling in NSSUlrich Drepper2011-10-062-5/+8
* More fallout from OOM in NSSJiri Olsa2011-10-062-1/+6
* Handle OOM in NSSJiri Olsa2011-10-062-1/+9
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-0517-70/+149
* Optimize libnss_files initializationUlrich Drepper2011-09-282-35/+23
* Adjust powerpc libm ULPsAndreas Schwab2011-09-282-4/+46
* Fix some grammar in the manual.Roland McGrath2011-09-272-2/+7
* Correctly reparse group line after enlarging the bufferAndreas Schwab2011-09-272-4/+13
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-262-8/+12
* Link libresolv.so with ld.so for __stack_chk_guard.Joseph Myers2011-09-212-1/+14
* Clean up disabling of script_executeRoland McGrath2011-09-192-9/+16
* Get rid of tls.make include file.Roland McGrath2011-09-193-9/+6
* Use CPPFLAGS from configure.Mike Frysinger2011-09-193-1/+7
* finite for 64-bit platformsUlrich Drepper2011-09-152-0/+34
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-152-1/+7
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath2011-09-154-11/+15
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-1512-25/+68
|\
| * Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-157-9/+41
| * Fix PLT uses in libm on powerpcAndreas Schwab2011-09-155-16/+27
* | Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-152-5/+46
|/
* Use correct section to allow mergingUlrich Drepper2011-09-142-2/+4