Purpose:
Updating FORTRAN API
Description:
RM_H5P.html
fortran/h5p_FORTRAN.html
Made H5Pset_fapl_split warning into a separate paragraph so that
it is more visible. [RM_H5P.html only]
Removed
h5pset_stdio_f h5pset_sec2_f
h5pget_stdio_f h5pget_sec2_f
h5pset_core_f h5pset_family_f
h5pget_core_f h5pget_family_f
Replaced
h5pset_mpi_f h5pset_xfer_f
h5pget_mpi_f h5pget_xfer_f
with
h5pset_fapl_mpio_f h5pset_dxpl_mpio_f
h5pget_fapl_mpio_f h5pget_dxpl_mpio_f
Platforms tested:
IE 5
update
Description:
Put in a caution statement in the H5Pset_fapl_split() function of
the potential change in the next release.
Platforms tested:
Viewed by netscape.
Description:
Removed "Limitations of This Release" section, which was really
designed for the early releases when we didn't yet have full
functionality.
Replaced the "Changes in the Current Release" section with pointers
to ADGuide/RELEASE.txt and ADGuide/Changes.html.
Corrected reference to H5Dget_vlen_buf_size to read H5Dvlen_get_buf_size.
Platforms tested:
IE 5
Description:
Added array and VL datatype sections and examples.
Removed full examples (not sample snippets of code) that were
embedded in the running text in addition to having been
included in the separate "Examples Codes" section.
Renumbered examples as needed.
Added several "Return to TOC" links.
Minor formatting fixes and edits.
Platforms tested:
IE 5
Purpose:
Adding new examples, minor reformatting and edits, and
fixing non-print errors.
Description:
Added array and VL datatype examples.
Renumbered examples as needed.
Minor formatting.
Throughout -- so that they display properly, changed
'<' and '>' to '<' and '>'.
Platforms tested:
IE 5
Description:
H5Tget_array_dims: Corrected return type.
Changed reference to H5Tget_member_dims (a deleted function)
to H5Tget_member_class.
Removed reference to h5tget_member_dims_f (underlying C function
has been removed)
Platforms tested:
IE 5
Description:
Array datatype -- minor edits in code example intro
VL datatype -- new code example
Array and VL examples -- so that they display properly,
changed '<' and '>' to '<' and '>'.
Changed reference to H5Tget_member_dims (a deleted function)
to H5Tget_member_class.
Removed H5Tget_member_dims description.
Platforms tested:
IE 5
Purpose:
Contains code examples from doc/H5.intro.html (Intro to HDF5).
These were moved so that examples can be displayed in a separate
browser window and viewed in parallel with reading the document.
Platforms tested:
IE 5
Purpose:
Extracted code examples from document file so that examples
can be displayed in separate window and viewed in parallel
with reading the doument.
Platforms tested:
IE 5
Bug Fix
Description:
I somehow overlooked dataset_p1.obj which was listed as a file to
install.
Solution:
Removed dataset_p1.obj from the list.
Platforms tested:
Linux
Purpose:
The variable specifying one possible creation length for a
variable-length string was misidentified.
Solution:
Changed erroneous occurence of H5T_STRING_VARIABLE to the
correct occurence of H5T_VARIABLE.
Platforms tested:
IE 5
Fix
Description:
Fixed the install-doc command...
Solution:
Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris
Purpose:
Extracting RELEASE and HISTORY from Changes.html and distributing
them as separate files will not only leave Changes.html easier to
read, but will ease maintenance.
Solution:
Removed the RELEASE and HISTORY files' contents from Changes.html,
inserting links instead.
Changes.html now points to RELEASE.txt and HISTORY.txt, duplicates
of hdf5/RELEASE and hdf5/HISTORY. These two files will
henceforth be distributed within the doc set so that this
information can be available to applications developers who
cannot access the HDF website (e.g., due to a firewall) and
are working without the HDF5 source code.
Affected files: hdf5/doc/html/ADGuide/Changes.html
hdf5/doc/html/ADGuide/RELEASE.txt
hdf5/doc/html/ADGuide/HISTORY.txt
Platforms tested:
IE 5
Purpose:
Add removal of H5RA API to "Changes" document.
Description:
Added H5RA functions, ragged arrays, to 'removed functions' list
and note below table that entire H5RA API (experimantal) has been
removed from the library.
Platforms tested:
IE 5
Purpose:
Removing Ragged.html and RM_H5RA.html from the HDF5 doc set.
These are the UG and RM pages, respectively, for Ragged Arrays,
which were removed from the library last week.
Solution:
Removed the files Ragged.html and RM_H5RA.html.
Platforms tested:
IE 5
Purpose:
Second phase of development of doc.
Description:
Added lists of new, deleted, and changed functions.
Added list of constants with changed values.
Changed doc title.
Platforms tested:
IE 5
Purpose:
A bugfix and a new document
Description:
ADGuide/Changes.html
New document: "HDF5 Library Changes from Release to Release"
(MUST be updated at EVERY release, including Betas.)
ADGuide/ImageSpec.html
Fixed broken links and title tag.
Platforms tested:
IE 5
Purpose:
Bugfix and adding a new document
Description:
RM_H5Front.html
Removed a currently commented-out section that had been used
during the 1.2 period for separate F90 releases.
ADGuide.html
Added new "Changes from Release to Release" document.
Fixed title tag.
Platforms tested:
IE 5
Purpose:
Correcting docs to match code bugfixes.
Solution:
Changed per recent bugfix in code:
H5Tconvert 'nelmts' parameter type
H5Pset_buffer 'size' parameter type
H5Pget_buffer return type
Purpose:
To make C++ and Fortran90 API docs more accessible
Solution:
Added link to C++ and Fortran90 API docs to docs index page.
Platforms tested:
IE 5
Purpose:
Bug fix (unreported bug)
Description:
H5Pset_fapl_core, H5Pget_fapl_core
Completed entries for these two functions. (They had
been added structurally, but details had been omitted.)
Platforms tested:
IE 5
Purpose:
Error in H5Tget_array_dims and H5Tget_array_ndims return types
Solution:
H5Tget_array_dims and H5Tget_array_ndims
Fixed return value to read 'int' (was 'int *')
Platforms tested:
IE 5