about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Use leaf function attribute in __THROWUlrich Drepper2011-10-161-0/+2
|
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-161-0/+29
|
* Fix potential problem with skipping relocationsUlrich Drepper2011-10-161-0/+9
| | | | | | | 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-151-0/+3
|
* Optimized floor for 64-bit architecturesUlrich Drepper2011-10-151-0/+2
|
* Add cosh optimized for 64-bit architecturesUlrich Drepper2011-10-151-0/+3
|
* Optimize expUlrich Drepper2011-10-151-0/+15
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2011-10-151-0/+3
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-151-0/+7
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix lost wmemcmp symbolAndreas Schwab2011-10-151-0/+2
| |
| * Fix searching for C++ system headers for cross compilersAndreas Schwab2011-10-151-0/+5
| |
* | Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-151-0/+10
|/ | | | | The functions to get the pointers can now depend on the TLS variable be initialized.
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-151-0/+29
|
* Add parameter annotation to modfAndreas Jaeger2011-10-151-0/+5
|
* Avoid warning in iofwideUlrich Drepper2011-10-151-0/+2
|
* Fix definition of __isctype_fUlrich Drepper2011-10-151-0/+4
|
* Remove leftover debug message from plddUlrich Drepper2011-10-141-0/+2
|
* Optimize x86-32 logUlrich Drepper2011-10-141-0/+7
|
* Support optimized isXXX functions in C++ codeUlrich Drepper2011-10-141-0/+5
|
* Adjust s390 libm ULPsAndreas Schwab2011-10-141-0/+2
|
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-141-0/+4
|
* BZ#13291: Manual typo fix for strverscmp.Roland McGrath2011-10-131-0/+5
|
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-131-0/+4
|
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-131-0/+2
|
* Add memrchr testsAndreas Schwab2011-10-131-0/+4
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-121-0/+17
|
* Optimize libmUlrich Drepper2011-10-121-0/+286
| | | | | 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-101-0/+3
|
* Implement __isinf_nsl for IBM long doubleAndreas Schwab2011-10-101-0/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-091-0/+13
|\ | | | | | | | | Conflicts: ChangeLog
| * Clean up locarchive mmap reservation code.Roland McGrath2011-10-081-0/+3
| |
| * Conditionalize unnecessary #include.Roland McGrath2011-10-081-0/+3
| |
| * Fix some nit warnings.Roland McGrath2011-10-081-0/+7
| |
* | Update Japanese translationUlrich Drepper2011-10-091-0/+4
|/
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-081-0/+36
|
* isinf returns the sign of the number, use it in printf*Ulrich Drepper2011-10-081-0/+5
|
* Use private math_private.h in files in math/Ulrich Drepper2011-10-081-0/+128
|
* Note bug number in CLUlrich Drepper2011-10-081-0/+1
|
* Update Japanese translationUlrich Drepper2011-10-081-0/+4
|
* Fix netname2hostAndreas Jaeger2011-10-081-0/+3
|
* Fix remainder (NaN, 0)Andreas Jaeger2011-10-071-0/+10
|
* S/390: Fix longlong.h inline asms for zarchAndreas Krebbel2011-10-071-0/+5
|
* delete 4 lines with unused "define" macros in test-memcmpLiubov Dmitrieva2011-10-071-0/+5
|
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-0/+12
|
* elf/dl-load.c: Avoid warningMarek Polacek2011-10-071-0/+4
|
* Update Catalan translationUlrich Drepper2011-10-071-0/+2
|
* Implement caching of nscdUlrich Drepper2011-10-071-0/+40
|
* Don't unnecesarily use inotify in nscdUlrich Drepper2011-10-071-0/+5
|
* Avoid warning when reload of group entry failsUlrich Drepper2011-10-061-0/+2
|
* Stop crash in OOM handling in NSSUlrich Drepper2011-10-061-0/+5
|