about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Optimize libmUlrich Drepper2011-10-12270-5629/+4552
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* 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
|\ | | | | | | | | Conflicts: ChangeLog
| * 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 ↵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
|