Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Fix exp2l inaccuracy (bug 13824). | Joseph Myers | 2012-03-22 | 1 | -3/+41 |
| | |||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -0/+1 |
| | | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | ||||
* | Use private math_private.h in files in math/ | Ulrich Drepper | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install | Roland McGrath | 2006-01-17 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | into $(inst_includedir)/%.h from sysdirs. [headers]: Change static pattern rule for installing $(headers) to do only those not matching %.h. ($(inst_includedir)/%.h: $(objpfx)%.h): Add this pattern rule instead. ($(inst_includedir)/%.h: %.h): Likewise. ($(inst_includedir)/%.h: $(..)include/%.h): Likewise. * Makefile ($(inst_includedir)/gnu/stubs.h): Add $(make-target-directory). * stdlib/Makefile (headers): Restore headers removed in last change. 2006-01-16 Jakub Jelinek <jakub@redhat.com> * math/e_exp2l.c: Don't include stdio.h, errno.h, stub-tag.h, include math_private.h. (__ieee754_exp2l): Compute for now as expl (M_LN2l * x) instead of failing. (exp2l): Remove stub_warning. 2006-01-15 Jakub Jelinek <jakub@redhat.com> * io/tst-faccessat.c (do_test): Don't fail if geteuid () == 0. | ||||
* | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2005-12-14 | 1 | -0/+14 |
| | |||||
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -10/+0 |
| | |||||
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -0/+10 |