Update docs
Description:
H5Dread and H5Dwrite description contained some inaccurate information about
how H5S_ALL works as a parameter for the memory and file dataspaces.
Solution:
Updated information to reflect current library behavior for H5S_ALL.
Link in "Supported Configuration Features Summary" table.
Description:
Added link to SuppConfigFeats.142Final.html on HDF web server.
Platforms tested:
IE 5
To list Release 1.4.2 API changes in Fortran90 library.
Description:
Added note re new 'dims' parameter in 4 F90 routines:
h5aread/write_f and h5dread/write_f.
Platforms tested:
IE 5
Linking to new "Freespace Management" section from appropriate places.
Description:
Added links, with explanatory paragraph or footnote,
from Chunking.html, Filters.html, and H5Gunlink in RM_H5G.html
to "Freespace Management" in Performance.html.
Platforms tested:
IE 5
To make "HDF5 Tools" and "HDF5 Java Tools" more visible to users
Description:
index.html: Added link to "HDF5 Tools"
Tools.html: Added link to "HDF5 Java Tools"
Platforms tested:
IE 5
Fixes bug #503
Description:
H5Gunlink -- Changed "file space is reclaimed" ot "released".
Added note re: freespace and packing.
Heavy edit of Purpose and Description.
Platforms tested:
IE 5
Bugfix
Description:
H5Screate_simple -- Corrected statement referring to value of 0
instead of H5S_UNLIMITED for unlimited dimensions. While there,
took the opportunity to rework the Description section.
Fixes Bug #568.
Platforms tested:
IE 5
Purpose:
Bugfixes.
Description:
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Bugfix (Tools.html) and spelling correction (Files.html).
Description:
Tools.html
h5dump -- Removed "interactively" from first description sentence.
(As a user has pointed out, an application that runs and exits
without opportunity for user input is not "interactive".)
Fixes bug #474.
Rewrote introductory sentence to "Tools" page.
Files.html -- Spelling correction
Platforms tested:
IE 5
Code Update
Description:
Ported change from the 1.5 branch to the 1.4 branch where all HDF5
include files are in quotes instead of angle brackets:
#include "hdf5_file.h"
instead of
#include <hdf5_file.h>
Platforms tested:
Linux