Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko | 2010-10-31 | 1 | -4/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | math: isnan is a C99 feature | Henning Heinold | 2010-08-05 | 1 | -6/+5 |
| | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | ||||
* | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | 2009-02-18 | 1 | -85/+87 |
| | | | | | | | math.h: make macro machinery a bit more understandable No code changes (verified with objdump) | ||||
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -0/+7 |
| | | | | | *: fix everything which prevents above from building | ||||
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+2 |
| | | | | - SUSv4_LEGACY part #1 (non-networking) | ||||
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -137/+57 |
| | | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper | ||||
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -0/+79 |
| | | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | ||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -24/+56 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+333 |
and to better support each arch. This is a really big patch... -Erik |