Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko | 2010-10-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | use uniform form of C99 keywords | Bernhard Reutner-Fischer | 2010-06-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 1 | -3/+14 |
| | | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | ||||
* | - some more asm keyword fixes (Yann E. MORIN) | Bernhard Reutner-Fischer | 2008-08-06 | 1 | -15/+15 |
| | |||||
* | - fix asm and volatile keywords | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -10/+10 |
| | |||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -38/+86 |
| | |||||
* | Replace __THROW w/ __NTH pointed out by Amir Shalem | Peter S. Mazinger | 2006-03-20 | 1 | -21/+21 |
| | |||||
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -1/+1 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -1/+1 |
| | | | | | and to better support each arch. This is a really big patch... -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -157/+186 |
| | |||||
* | Sync i386 up with _all_ the glibc 2.1.3 include/bits headers, | Eric Andersen | 2001-03-19 | 1 | -0/+678 |
since we will end up needing a few more of them anyways, and all the other arches have the full set anyways. -Erik |