| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r290605,r290606: | Enji Cooper | 2017-07-24 | 2 | -7/+13 |
| * | MFC r319157: | Enji Cooper | 2017-06-01 | 1 | -1/+2 |
| * | MFC r319158: | Enji Cooper | 2017-06-01 | 1 | -1/+1 |
| * | MFC r315032-r315036, r315039, r315041 | Alan Somers | 2017-05-30 | 1 | -0/+2 |
| * | MFC r318259: | Dimitry Andric | 2017-05-16 | 2 | -2/+2 |
| * | MFC r312213,r313713: | Enji Cooper | 2017-02-21 | 1 | -2/+20 |
| * | MFC r311925,r311968,r311969,r312008: | Enji Cooper | 2017-02-10 | 1 | -1/+6 |
| * | MFC r305358,r305449,r305451,r306367,r306397,r309474: | Enji Cooper | 2017-02-10 | 1 | -0/+2 |
| * | MFC r289172,r290254: | Enji Cooper | 2017-02-09 | 1 | -4/+0 |
| * | MFC r309298: libm: remove duplicate version script entries | Ed Maste | 2016-12-09 | 1 | -5/+0 |
| * | MFC r301761: | Edward Tomasz Napierala | 2016-12-03 | 1 | -1/+1 |
| * | MFC r297836: | Enji Cooper | 2016-04-22 | 1 | -3/+3 |
| * | MFC r292497: | Enji Cooper | 2016-01-18 | 8 | -1/+1978 |
| * | MFC r292328: | Enji Cooper | 2016-01-06 | 15 | -0/+3425 |
| * | MFC r284289,r288267: | Bryan Drewery | 2015-12-04 | 1 | -0/+2 |
| * | MFC r286515: | Dimitry Andric | 2015-08-12 | 1 | -2/+2 |
| * | MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614, | Tijl Coosemans | 2015-06-25 | 43 | -511/+1297 |
| * | MFC r282057,r282092,r282106: | Enji Cooper | 2015-05-13 | 4 | -17/+4 |
| * | MFC r277948: | Pedro F. Giffuni | 2015-03-23 | 1 | -22/+4 |
| * | MFC r274618,r276521: | Enji Cooper | 2015-01-05 | 4 | -0/+79 |
| * | MFC r269956: | Andrew Turner | 2014-10-29 | 1 | -1/+3 |
| * | MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588 | Tijl Coosemans | 2014-09-18 | 29 | -723/+2140 |
| * | MFC 262989, 263210, 263230, 263231, 263239, 263242, 263243, | Ian Lepore | 2014-05-17 | 7 | -10/+398 |
| * | MFC r257207, r261161, r261163: | Ian Lepore | 2014-05-15 | 2 | -42/+63 |
| * | MFC r262613: | Dimitry Andric | 2014-03-26 | 1 | -0/+1 |
| * | After r255294, building lib/msun's symbol map (using clang as the | Dimitry Andric | 2013-09-12 | 1 | -1/+1 |
| * | On ARM EABI double precision floating point values are stored in the | Andrew Turner | 2013-09-07 | 1 | -1/+1 |
| * | Add stub implementations of the missing C++11 math functions. | David Chisnall | 2013-09-06 | 3 | -0/+79 |
| * | * Whitespace. | Steve Kargl | 2013-08-28 | 1 | -1/+1 |
| * | * s_erf.c: | Steve Kargl | 2013-08-27 | 2 | -99/+71 |
| * | Restore the longer form of the _Generic. The short form does not work in C++. | David Chisnall | 2013-07-29 | 1 | -2/+11 |
| * | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ... | David Chisnall | 2013-07-29 | 1 | -0/+15 |
| * | Cleaner support for type qualifiers. | David Chisnall | 2013-07-13 | 1 | -11/+2 |
| * | Ensure that the _Generic() macro in math.h works with qualified types. | David Chisnall | 2013-07-13 | 1 | -17/+26 |
| * | Fix the build with C++ where __builtin_types_compatible_p is not allowed. | David Chisnall | 2013-07-12 | 1 | -2/+3 |
| * | Fix some typoes in math.h cleanup. | David Chisnall | 2013-07-11 | 1 | -3/+3 |
| * | Cleanups to math.h that prevent namespace conflicts with C++. | David Chisnall | 2013-07-11 | 1 | -28/+49 |
| * | Make the order of operations for lib/msun more clear. | Eitan Adler | 2013-06-24 | 2 | -2/+2 |
| * | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | David Schultz | 2013-06-10 | 12 | -48/+344 |
| * | Style fixes. | David Schultz | 2013-06-05 | 4 | -54/+58 |
| * | Add man links for expl(3) and expm1l(3). | David Schultz | 2013-06-04 | 1 | -2/+2 |
| * | Change a comma to a semicolon. | Steve Kargl | 2013-06-03 | 1 | -3/+2 |
| * | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl | 2013-06-03 | 6 | -4/+373 |
| * | Fix two comments that got lost in the disentanglement of the larger diff. | Steve Kargl | 2013-06-03 | 1 | -1/+6 |
| * | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -8/+11 |
| * | Micro-optimization: move the unary mius operator to operate | Steve Kargl | 2013-06-03 | 2 | -3/+3 |
| * | Add a comment to note that bde supplied most, if not all, | Steve Kargl | 2013-06-03 | 1 | -0/+2 |
| * | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -13/+9 |
| * | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -27/+55 |
| * | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | Steve Kargl | 2013-06-03 | 1 | -3/+3 |