Ed Schouten
b6cd89849e
Don't let tgammal() modify signgam. Only lgamma*() should modify it.
...
Letting tgammal() modify signgam has two disadvantages:
- It breaks valid code that assumes that the value of signgam is not
clobbered by calls to tgammal().
- It makes this function depend on the presence of signgam. signgam is
an X/Open System Interface. It is not part of the C standard.
2015-01-08 09:49:31 +01:00
Viral B. Shah
9ecf223fc1
Get the ld80 routines from OpenBSD to build on mac and linux.
...
Bump version number and SO major version, since we have
introduced new long double APIs.
2014-12-04 23:56:11 +05:30
Viral B. Shah
52c901a68c
Import long double versions from OpenBSD.
2014-12-04 23:11:16 +05:30
Jameson Nash
18f475de56
add DLLEXPORT to i387 and amd64 assembly (win32 target) and ld80/ld128 files
2013-08-03 05:52:19 -04:00
Keno Fischer
c3d4e51cd8
Remove leftover test code
2012-05-25 21:38:58 -04:00
Keno Fischer
adb103acec
Build fixes for Windows
2012-05-25 21:25:13 -04:00
Keno Fischer
307d7361c5
automatic arch selection in Makefile
2012-05-25 16:24:37 -04:00
Jameson Nash
0df00dd0f7
initial attempt getting everything to build on windows
2012-04-08 20:03:36 -04:00
Viral B. Shah
e4481ba487
Get a bunch of stuff to build with clang.
2011-12-31 00:25:58 +05:30
Viral B. Shah
b0b27a0ff4
Replace math.h with openlibm.h
...
Remove man
2011-12-15 11:54:24 +05:30
Viral B. Shah
51a63c3270
Comment out __FBSDID
2011-12-15 11:46:26 +05:30
Viral B. Shah
16b9264f9d
Import entire msun from FreeBSD.
2011-12-15 11:29:35 +05:30