about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Roland McGrath2011-09-154-11/+15
| | | | ____longjmp_chk implementations.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-1512-25/+68
|\ | | | | | | | | Conflicts: ChangeLog
| * 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
|
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-142-10/+53
|
* Also relocate in dependency order when doing symbol dependency testingAndreas Schwab2011-09-142-7/+9
|
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-132-2/+5
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-136-16/+25
|
* Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab2011-09-132-1/+3
|
* Only use USE___THREAD when definedAndreas Schwab2011-09-132-2/+17
|
* Optimize logb code for 64-bit machinesUlrich Drepper2011-09-122-0/+48
|
* Revert "Remove last use of USE___THREAD"Ulrich Drepper2011-09-122-5/+135
| | | | | | | | This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-123-4/+9
|
* Remove last use of USE___THREADAndreas Schwab2011-09-122-135/+7
|
* Cleanup CLUlrich Drepper2011-09-111-4/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-114-13/+22
|\
| * Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-114-13/+22
| |