Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup last patch | Ulrich Drepper | 2011-10-16 | 2 | -3/+6 |
| | |||||
* | Fix potential problem with skipping relocations | Ulrich Drepper | 2011-10-16 | 3 | -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_log | Ulrich Drepper | 2011-10-15 | 2 | -52/+4 |
| | |||||
* | Optimized floor for 64-bit architectures | Ulrich Drepper | 2011-10-15 | 2 | -0/+81 |
| | |||||
* | Add cosh optimized for 64-bit architectures | Ulrich Drepper | 2011-10-15 | 3 | -4/+85 |
| | |||||
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 14 | -157/+180 |
| | | | | Add __exp*_finite optimizations and rewrite some wrappers. | ||||
* | No need for boundary case handling in x86-32 __ieee_logf | Ulrich Drepper | 2011-10-15 | 2 | -52/+4 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-15 | 4 | -6/+23 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix lost wmemcmp symbol | Andreas Schwab | 2011-10-15 | 2 | -2/+4 |
| | | |||||
| * | Fix searching for C++ system headers for cross compilers | Andreas Schwab | 2011-10-15 | 3 | -4/+19 |
| | | |||||
* | | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 2011-10-15 | 10 | -18/+135 |
|/ | | | | | The functions to get the pointers can now depend on the TLS variable be initialized. | ||||
* | Fix WS | Ulrich Drepper | 2011-10-15 | 1 | -4/+4 |
| | |||||
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 19 | -336/+3070 |
| | |||||
* | Add parameter annotation to modf | Andreas Jaeger | 2011-10-15 | 3 | -4/+10 |
| | |||||
* | Avoid warning in iofwide | Ulrich Drepper | 2011-10-15 | 2 | -6/+7 |
| | |||||
* | Fix definition of __isctype_f | Ulrich Drepper | 2011-10-15 | 2 | -1/+5 |
| | |||||
* | Remove leftover debug message from pldd | Ulrich Drepper | 2011-10-14 | 2 | -1/+2 |
| | |||||
* | Add missing BZ number to NEWS | Ulrich Drepper | 2011-10-14 | 1 | -2/+2 |
| | |||||
* | Optimize x86-32 log | Ulrich Drepper | 2011-10-14 | 7 | -3/+306 |
| | |||||
* | Support optimized isXXX functions in C++ code | Ulrich Drepper | 2011-10-14 | 2 | -7/+38 |
| | |||||
* | Adjust s390 libm ULPs | Andreas Schwab | 2011-10-14 | 2 | -2/+42 |
| | |||||
* | Fix lost feraiseexcept symbol | Andreas Schwab | 2011-10-14 | 2 | -1/+6 |
| | |||||
* | BZ#13291: Manual typo fix for strverscmp. | Roland McGrath | 2011-10-13 | 2 | -4/+9 |
| | |||||
* | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 2011-10-13 | 3 | -5/+9 |
| | |||||
* | Check for zero size in memrchr for x86_64 | Andreas Schwab | 2011-10-13 | 2 | -0/+5 |
| | |||||
* | Add memrchr tests | Andreas Schwab | 2011-10-13 | 2 | -2/+37 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-10-12 | 2 | -10/+10 |
| | |||||
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 14 | -4/+2666 |
| | |||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 270 | -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_r | Andreas Schwab | 2011-10-10 | 2 | -3/+6 |
| | |||||
* | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2011-10-10 | 2 | -0/+20 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-10-09 | 6 | -48/+53 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Clean up locarchive mmap reservation code. | Roland McGrath | 2011-10-08 | 2 | -42/+35 |
| | | |||||
| * | Conditionalize unnecessary #include. | Roland McGrath | 2011-10-08 | 2 | -4/+8 |
| | | |||||
| * | Fix some nit warnings. | Roland McGrath | 2011-10-08 | 4 | -2/+10 |
| | | |||||
* | | Update Japanese translation | Ulrich Drepper | 2011-10-09 | 2 | -201/+201 |
|/ | |||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 35 | -63/+236 |
| | |||||
* | isinf returns the sign of the number, use it in printf* | Ulrich Drepper | 2011-10-08 | 4 | -23/+32 |
| | |||||
* | Use private math_private.h in files in math/ | Ulrich Drepper | 2011-10-08 | 129 | -128/+256 |
| | |||||
* | Note bug number in CL | Ulrich Drepper | 2011-10-08 | 2 | -1/+2 |
| | |||||
* | Update Japanese translation | Ulrich Drepper | 2011-10-08 | 2 | -35/+42 |
| | |||||
* | Fix netname2host | Andreas Jaeger | 2011-10-08 | 3 | -5/+7 |
| | |||||
* | Fix remainder (NaN, 0) | Andreas Jaeger | 2011-10-07 | 6 | -12/+38 |
| | |||||
* | S/390: Fix longlong.h inline asms for zarch | Andreas Krebbel | 2011-10-07 | 2 | -22/+28 |
| | |||||
* | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | 2011-10-07 | 2 | -4/+5 |
| | |||||
* | Fix whitespace | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 2011-10-07 | 6 | -59/+857 |
| | |||||
* | elf/dl-load.c: Avoid warning | Marek Polacek | 2011-10-07 | 2 | -1/+5 |
| | |||||
* | Update Catalan translation | Ulrich Drepper | 2011-10-07 | 2 | -685/+981 |
| | |||||
* | Fix type in NEWS | Ulrich Drepper | 2011-10-07 | 1 | -1/+1 |
| |