| Age | Commit message (Expand) | Author |
| 2017-09-27 | Mention tgmath cproj, creal, cabs | maya |
| 2017-05-07 | Add the imprecise catrigl functions back. | christos |
| 2017-05-07 | mention why we don't support this (yet) | christos |
| 2017-01-01 | compare to zero, instead of using signbit, and be more specific in comment. | maya |
| 2016-12-31 | similar to csqrt, spare ourselves a fabsf call. we already check sign | maya |
| 2016-12-31 | csqrt has a branch cut on the negative real axis, and this requires | maya |
| 2016-12-31 | Spare ourselves a fabs call. We already check the sign later. | maya |
| 2016-09-20 | fix VAX! | christos |
| 2016-09-19 | Add the complex trig functions from FreeBSD | christos |
| 2014-10-11 | namespace protection | christos |
| 2014-10-10 | try to make vax work. | christos |
| 2014-10-10 | use long constant | christos |
| 2014-10-10 | whitespace | christos |
| 2014-10-10 | copy&pasto | martin |
| 2014-10-10 | Add missing catanh variant (and readd it to the Makefile list) | martin |
| 2014-10-10 | Add cimag (apparently accidently dropped in previous revision and reorg) | martin |
| 2014-10-10 | Add the missing complex functions. | christos |
| 2013-03-14 | Remove unknown .LP macro. | njoly |
| 2013-01-29 | Document long double versions of these routines. | matt |
| 2012-12-27 | Convert to mdoc and fix stuff while here. | wiz |
| 2011-11-29 | fix minor typo | drochner |
| 2011-11-02 | Fix the vax build under gcc-4.5 which now detects that floating constants | christos |
| 2011-07-03 | use DBL_MAX and FLT_MAX from <float.h> instead of hard coding some ieeefp val... | mrg |
| 2011-03-18 | Add missing MLINKS. From Stathis Kamperis. | joerg |
| 2011-03-02 | PR/44663: Corinna Vinschen: Fix misplaced parenthesis that produces the wrong | christos |
| 2010-09-20 | deal with infinity on the vax. | christos |
| 2010-09-20 | no more ieee ifdefs | christos |
| 2010-09-20 | get rid of ieee dependencies. | christos |
| 2010-09-20 | shouldn't need ieee.h here. | christos |
| 2010-09-17 | don't compile long double support for the havenots. | christos |
| 2010-09-15 | Remove trailing whitespace. | wiz |
| 2010-09-15 | Commit SoC long double support from Stathis Kamperis | christos |
| 2009-08-03 | As noticed by Stathis Kamperis, the original implementation does not | drochner |
| 2008-03-08 | fix so that it doesn't interact strangely with ARCH_SRCS definitions | drochner |
| 2008-02-20 | Add manpages for the complex math functions, originally from SUSv3, | drochner |
| 2007-08-20 | Add C99 complex support, for double and float. | drochner |