Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-05 | math: isnan is a C99 feature | Henning Heinold | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> | |||
2009-11-19 | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-02-18 | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | |
math.h: make macro machinery a bit more understandable No code changes (verified with objdump) | |||
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building | |||
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | |
- SUSv4_LEGACY part #1 (non-networking) | |||
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | |
math support - add rule to create preprocessor output for float- and long double math wrapper | |||
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | |
Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | |||
2006-08-24 | sync with upstream via psm | Mike Frysinger | |
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 |