Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable improved <tgmath.h> for Clang even when not using C11. | ed | 2013-04-27 | 1 | -1/+2 |
* | Last attempt at <tgmath.h>: do enable the new code for C11 compilers. | ed | 2012-01-06 | 1 | -11/+17 |
* | Add an even faster implementation of <tgmath.h> for the future. | ed | 2012-01-06 | 1 | -0/+20 |
* | Remove _Complex_I workaround from <tgmath.h>. | ed | 2012-01-05 | 1 | -9/+4 |
* | Reimplement <tgmath.h> on top of __generic(). | ed | 2012-01-05 | 1 | -45/+66 |
* | Properly parenthesize the __tg_is_complex() macro by moving a closing | schweikh | 2007-02-02 | 1 | -2/+2 |
* | Add a workaround to recognise I/_Complex_I as complex arguments. Although | stefanf | 2004-09-03 | 1 | -1/+2 |
* | Use the keyword '_Complex' rather than the macro 'complex' since | stefanf | 2004-09-03 | 1 | -4/+4 |
* | Embarrassing typo: s/nextbyint/nearbyint/ | stefanf | 2004-09-03 | 1 | -1/+1 |
* | Implement C99's standard header <tgmath.h>. It provides type-generic macros | stefanf | 2004-08-08 | 1 | -0/+166 |