[D-runtime] [D-Programming-Language/druntime] aa2469: Add c_long_double for interacting with C code.
GitHub via D-runtime
d-runtime at puremagic.com
Thu Jul 17 03:34:53 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: aa2469375ce0b494cea68b27215901e6f72b233f
https://github.com/D-Programming-Language/druntime/commit/aa2469375ce0b494cea68b27215901e6f72b233f
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2014-07-06 (Sun, 06 Jul 2014)
Changed paths:
M src/core/stdc/config.d
Log Message:
-----------
Add c_long_double for interacting with C code.
Based on a recent newsgroup discussion, I think that it's clear that we
need an alias for C's long double, so here it is. I think that I got it
right for x86, and x86_64, but I have no idea what it should be for
other platforms.
Commit: a458167b069234438ef34ed2a0c0cf69bf4e0bd4
https://github.com/D-Programming-Language/druntime/commit/a458167b069234438ef34ed2a0c0cf69bf4e0bd4
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M src/core/stdc/config.d
Log Message:
-----------
Merge pull request #863 from jmdavis/long_double
Add c_long_double for interacting with C code.
Compare: https://github.com/D-Programming-Language/druntime/compare/60cee3f9034c...a458167b0692
More information about the D-runtime
mailing list