Created separate link sections for "HDF5 Doc Development"
web page and distribution versions of this page.
Edited distribution version of links so that only combined
PDF is local and all other links refer to the "HDF5 Doc
Development" page.
Added release number.
Added "HDF5-File.dtd" link to "HDF Links at NCSA."
Labeled main portion as "HDF5 User Documentation."
Added "HDF5 Application Developer's Guide."
Added "XML DTD for HDF5: Design Notes."
Created "HDF5 Library Development Documentation" section.
Includes "HDF5 File Format Spec."
Includes "HDF5 Technical Notes."
RM_H5A.html -- H5Aiterate: Changed function type to herr_t.
RM_H5F.html -- H5Freopen: Corrected description of file_id parameter.
Added comment about eventually closing returned identifier.
Added clarification that function cannot open closed files.
RM_H5T.html -- H5Tget_class: Removed numbers from class identifiers list.
Added H5T_VLEN to class identifiers list.
H5Pget_chunk: Changed max_ndims parameter description to IN.
H5Pget/set_gc_references: Corrected signature errors,
added missing parameter description and values.
H5Pget/set_family: Removed. These are not implemented.
H5Pget/set_hyper_cache: Corrected signature and parameter
expressions, added missing parameter description.
H5Pset_buffer: Added units for parameter 'size'.RM_H5P.html
H5Pget/set_split: Corrected misnamed parameters.
H5Pset_alignment and H5_set_core:
Edited for clarity.
Added statement regarding "special case" effect of
setting 'threshold' to 0 (zero).
Stated clearly that 'threshold' is non-negative and
'alignment' and 'increment' are both positive.
H5Pget/set_vlen_mem_manager:
Corrected cross-ref to H5Dvlen_reclaim.
Minor clarification regarding circumstances under which
contents of a parameter are ignored.
H5Pget_cache: Removed redundant material.
Removed old "Developer Docs" section to move to "HDF5 Tech Notes."
Datatypes.html: Minor edits.
Fixed confusing references to "simple datatypes."
Attributes.html
H5Aiterate: Changed function type to herr_t.
pipe1.obj pipe2.obj pipe3.obj pipe4.obj pipe5.obj
version.gif version.obj
Image files for "HDF5 Technical Notes" documents.
Moved from doc/html/ to doc/html/TechNotes/.
Includes "Free Lists" doc, everything from the old "Developer Docs"
section of UG, and several previously-unlinked files in doc/html/.
All of the included files (i.e., everything except TechNotes.html
itself) can now be found in the directory doc/html/TechNotes/.
H5Dclose: Corrected return type to herr_t (was hid_t).
H5Dcreate: Inserted missing spaces in function syntax statement.
RM_H5E.html
H5Ewalk: Added H5E_walk_t prototype and prototype parameter
descriptions.
RM_H5F.html
H5Fclose: Corrected behavior description, eliminating
comment that function fials if other access identifiers
are still open and describing actual behavior.
RM_H5T.html
H5Tget_class: Corrected H5T_ENUM and H5T_REFERENCE entries in
class identifiers table (they were reversed).
H5Tregister: Corrected possible 'pers' values to H5T_PERS_HARD
(was HARD) and H5T_PERS_SOFT (was SOFT).
H5Tfind: Corrected 'pcdata' parameter IN/OUT designation.
Removed H5Pset_compression (commented it out, actually) and
changed example which used it to use H5Pset_deflate.
H5.format.html
Fixed centered paragraph formatting error and moved first two
figures to right margin.
FF-IH_FileGroup.gif ('File-Group' image for Format Spec)
Changed 'Boot Block' to 'Super Block'.
Provides user access to PS and PDF versions of documents.
This first checked-in version links to PS and PDF copies of the
Rel 1.2 docs and lists the technical changes that were made to
create the Rel 1.2.1 docs.
process.txt
An internal document listing the steps required to create the PS
and PDF versions.
H5Sselect_hyperslab, H5Sget_select_elem_pointlist,
H5Sget_select_bounds:
Inserted missing punctuation and missing space between words.
H5Sget_simple_extent_dims: Added statement that either or both of
'dims' and 'maxdims' may be NULL.
in parameters section and removed reference to H5Fpublic.h.
RM_H5D.html H5Dvlen_reclaim: Inserted missing punctuation.
H5Dcreate: Added paragraph explaining that 'name' must be unique.
H5Pset/get_cache: Added missing rdcc_nelmts parameter.
Corrected inconsistent references to rdcc_wo parameter.
Clarified Purpose and Description sections.
H5Pget_sec2: Corrected return type from 'returntype' to 'herr_t'.
RM_H5A.html H5Acreate: Restructured and expanded the Description section,
with particular attention to the fact that the attribute name
specified in H5Acreate must be unique.