diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 10:59:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 10:59:56 (GMT) |
commit | 982ec313d61fda25b3eb27f2c3193f7ca5201a31 (patch) | |
tree | 3c87bb67838825123a5f61ac52903e29f11acae7 /release_docs | |
parent | f1c17f305426190dc7027bc63fcb4d28b90ba89d (diff) | |
download | hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.zip hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.gz hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.bz2 |
[svn-r27742] Merge of r26623 from the trunk
Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around
bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers.
Tested on: jam (minor change that has baked in the trunk for months)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 96cb8db..0eedcee 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -165,6 +165,15 @@ New Features (DER - 2015/09/10 HDFFV-9189) + - Removed LDOUBLE_TO_LLONG_ACCURATE symbol and associated code from the + library. + + This was part of a work-around for VS.NET 2003, 64-bit IRIX 6.5, + OS X 10.4, and some versions of HP/UX, none of which are currently + supported. + + (DER - 2015/09/10 HDFFV-9192) + Library ------- |