summaryrefslogtreecommitdiff
path: root/include/tgmath.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-09-05Roll back r271012 even more aggressively.Ed Schouten
2014-09-03Leave the C11 keywords alone when we have a recent version of GCC.Ed Schouten
2013-04-27Enable improved <tgmath.h> for Clang even when not using C11.Ed Schouten
2012-01-06Last attempt at <tgmath.h>: do enable the new code for C11 compilers.Ed Schouten
2012-01-06Add an even faster implementation of <tgmath.h> for the future.Ed Schouten
2012-01-05Remove _Complex_I workaround from <tgmath.h>.Ed Schouten
2012-01-05Reimplement <tgmath.h> on top of __generic().Ed Schouten
2007-02-02Properly parenthesize the __tg_is_complex() macro by moving a closingJens Schweikhardt
2004-09-03Add a workaround to recognise I/_Complex_I as complex arguments. AlthoughStefan Farfeleder
2004-09-03Use the keyword '_Complex' rather than the macro 'complex' sinceStefan Farfeleder
2004-09-03Embarrassing typo: s/nextbyint/nearbyint/Stefan Farfeleder
2004-08-08Implement C99's standard header <tgmath.h>. It provides type-generic macrosStefan Farfeleder