diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-07 17:56:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-07 17:56:20 (GMT) |
commit | 3ca585e46cf4dd53be7eaded5484a9ff496d2312 (patch) | |
tree | a7fb446a8a05288107ac20a01972928a97d2a4a8 /release_docs | |
parent | b9d5eb15435f6480fda9d60f34a1faa5c01edbf1 (diff) | |
download | hdf5-3ca585e46cf4dd53be7eaded5484a9ff496d2312.zip hdf5-3ca585e46cf4dd53be7eaded5484a9ff496d2312.tar.gz hdf5-3ca585e46cf4dd53be7eaded5484a9ff496d2312.tar.bz2 |
[svn-r9951] Purpose: Minor bug fix.
Description: The byte order for all 1-byte integer types was fixed as little-endian
even on a big-endian machine. This's corrected in h5detect.c. When types are only
1 byte long, a native int is used substitute the type to detect byte order. Some tools
like h5dump and h5repack are also corrected in this case.
Platforms tested: fuss, copper, sol.(There're some failures from the recent configure
change).
Misc. update: Information in the RELEASE.txt.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3b20d33..c1faa5c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -201,6 +201,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - The byte order of 1-byte integer types was fixed as little endian + even on a big-endian machine. This has been corrected. SLU - + 2005/02/07 - Fix segmentation fault when calling H5Fflush with an attribute that hasn't had a value written to it open. QAK - 2004/10/18 - Back up supporting bitfield and time types in H5Tget_native_type. |