about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup last patchUlrich Drepper2011-10-162-3/+6
|
* Fix potential problem with skipping relocationsUlrich Drepper2011-10-163-21/+36
| | | | | | | We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though.
* No need for boundary case handling in x86-32 __ieee_logUlrich Drepper2011-10-152-52/+4
|
* Optimized floor for 64-bit architecturesUlrich Drepper2011-10-152-0/+81
|
* Add cosh optimized for 64-bit architecturesUlrich Drepper2011-10-153-4/+85
|
* Optimize expUlrich Drepper2011-10-1514-157/+180
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2011-10-152-52/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-154-6/+23
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix lost wmemcmp symbolAndreas Schwab2011-10-152-2/+4
| |
| * Fix searching for C++ system headers for cross compilersAndreas Schwab2011-10-153-4/+19
| |
* | Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-1510-18/+135
|/ | | | | The functions to get the pointers can now depend on the TLS variable be initialized.
* Fix WSUlrich Drepper2011-10-151-4/+4
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-1519-336/+3070
|
* Add parameter annotation to modfAndreas Jaeger2011-10-153-4/+10
|
* Avoid warning in iofwideUlrich Drepper2011-10-152-6/+7
|
* Fix definition of __isctype_fUlrich Drepper2011-10-152-1/+5
|
* Remove leftover debug message from plddUlrich Drepper2011-10-142-1/+2
|
* Add missing BZ number to NEWSUlrich Drepper2011-10-141-2/+2
|
* Optimize x86-32 logUlrich Drepper2011-10-147-3/+306
|
* Support optimized isXXX functions in C++ codeUlrich Drepper2011-10-142-7/+38
|
* Adjust s390 libm ULPsAndreas Schwab2011-10-142-2/+42
|
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-142-1/+6
|
* BZ#13291: Manual typo fix for strverscmp.Roland McGrath2011-10-132-4/+9
|
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-133-5/+9
|
* 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
| | | | | 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
|