Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAXFLOAT: obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko | 2009-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer | 2009-08-30 | 1 | -6/+6 |
| | | | | | | | | This fixes compilation errors on hosts that turn off long double support for C99 like powerpc32. Signed-off-by: Khem Raj <raj.khem@gmail.com> 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 | -6/+9 |
| | | | | | | | math.h: make macro machinery a bit more understandable No code changes (verified with objdump) | ||||
* | fix typo in comment | Denis Vlasenko | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -24/+32 |
| | | | | | *: fix everything which prevents above from building | ||||
* | math.h: fix libm_hidden_proto leak into sanitized headers | Denis Vlasenko | 2009-02-14 | 1 | -16/+23 |
| | | | | | libm/s_nextafterf.c: use /* */ comments | ||||
* | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | 2008-12-28 | 1 | -0/+1 |
| | | | | | | | | | define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so | ||||
* | - remove whitespace | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+1 |
| | |||||
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵ | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -4/+27 |
| | | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper | ||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -9/+9 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -11/+65 |
| | |||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 1 | -9/+9 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -462/+257 |
| | | | | | math library (which is itself based on the math lib from FreeBSD). -Erik | ||||
* | Be more careful able not shadowing with var names | Eric Andersen | 2001-11-20 | 1 | -6/+6 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -0/+5 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 1 | -11/+11 |
| | | | | | from libm float function support. Also, move all Config files out of the main directory. | ||||
* | We need the definition of HUGE_VAL fpr some apps. Include it. | Eric Andersen | 2001-05-25 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Cleanup the math.h header file. It was broken when enabling doubles | Eric Andersen | 2001-05-25 | 1 | -239/+218 |
| | | | | | but disabling long doubles. -Erik | ||||
* | Proper prototype for mtherr, although this should probably be made an | Manuel Novoa III | 2001-05-21 | 1 | -1/+1 |
| | | | | internal/hidden function (and merror and internal/hidden variable). | ||||
* | uClibc now has a math library. muahahahaha! | Eric Andersen | 2001-05-10 | 1 | -169/+627 |
| | | | | -Erik | ||||
* | g++ compatible math defines. | David McCullough | 2001-02-26 | 1 | -127/+127 |
| | |||||
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -0/+6 |
| | |||||
* | More header file updates | Eric Andersen | 2000-10-30 | 1 | -0/+170 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+0 |