Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | mathinline.h: Use __extern_inline | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-10-31 | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko | |
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...) | |||
2008-08-06 | - some more asm keyword fixes (Yann E. MORIN) | Bernhard Reutner-Fischer | |
2008-07-23 | - fix asm and volatile keywords | Bernhard Reutner-Fischer | |
2006-08-23 | sync with upstream via psm | Mike Frysinger | |
2006-03-20 | Replace __THROW w/ __NTH pointed out by Amir Shalem | Peter S. Mazinger | |
2004-04-20 | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | |
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-03-19 | Sync i386 up with _all_ the glibc 2.1.3 include/bits headers, | Eric Andersen | |
since we will end up needing a few more of them anyways, and all the other arches have the full set anyways. -Erik |