about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Document copyright year range notation in README.Carlos O'Donell2011-10-202-1/+8
| | | | | | | | | | The FSF now allows year range notation for copyright years. See `6.5 Copyright Notices' from: http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html We comply with the FSF requirements for the use of range notation by documenting the usage in our README.
* Preserve link time dependencies over relocation dependenciesAndreas Schwab2011-10-203-5/+21
|
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-194-5/+198
|
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-195-1799/+1885
|
* Fix PLT use for feraiseexcept on x86_64Andreas Schwab2011-10-192-1/+6
|
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-188-56/+81
|
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-184-6/+27
|
* Pretty print last change to x86-64 mathinline.hUlrich Drepper2011-10-181-2/+2
|
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-187-1/+114
|
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-185-31/+95
|
* Fix last changeAndreas Schwab2011-10-182-4/+5
|
* Fix linkage conflict with feraiseexceptAndreas Schwab2011-10-182-6/+17
|
* Small optimization of generic exp2Ulrich Drepper2011-10-172-11/+14
|
* Add optimized 64-bit frexpUlrich Drepper2011-10-172-0/+69
|
* Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper2011-10-173-10/+14
|
* Makr x86-64 math_private.h more robustUlrich Drepper2011-10-172-10/+13
|
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-177-12/+61
| | | | | | | Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled.
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-172-2/+6
| | | | Use correct function names.
* Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper2011-10-172-2/+6
|
* Fix syntax error in __THROW macroAndreas Schwab2011-10-172-2/+4
|
* Correctly handle missing initgroups databaseAndreas Schwab2011-10-172-8/+9
|
* Use leaf function attribute in __THROWUlrich Drepper2011-10-162-3/+14
|
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1626-134/+495
|
* 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
|