index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
tgmath.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll back r271012 even more aggressively.
ed
2014-09-05
1
-1
/
+1
*
Leave the C11 keywords alone when we have a recent version of GCC.
ed
2014-09-03
1
-1
/
+1
*
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