Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 1 | -3/+6 |
| | | | | | | | | | | | | 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...) | ||||
* | - sync with trunk @r24492 | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -3/+0 |
| | |||||
* | Sync with trunk. | Khem Raj | 2008-12-15 | 1 | -0/+3 |
| | |||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -13/+4 |
| | | | | | Step 3 libm and related headers | ||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -2/+3 |
| | |||||
* | Trim off whitespace | Eric Andersen | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 1 | -0/+35 |
math library (which is itself based on the math lib from FreeBSD). -Erik |