diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2005-11-07 18:15:34 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2005-11-07 18:15:34 (GMT) |
commit | 052a91c8dfd89c8d1a0ac10267520a7d4ce4e1f7 (patch) | |
tree | 18be4ea5704b5fb6427682ef1ff8226a96453bf9 | |
parent | 59ad9494f4ec9a0d03cbfb167c97fd7b158aa69d (diff) | |
download | hdf5-052a91c8dfd89c8d1a0ac10267520a7d4ce4e1f7.zip hdf5-052a91c8dfd89c8d1a0ac10267520a7d4ce4e1f7.tar.gz hdf5-052a91c8dfd89c8d1a0ac10267520a7d4ce4e1f7.tar.bz2 |
[svn-r11688]
Description:
Add Release 1.6.5 History sectioin for H5Fget_obj_count and H5Tset_tag.
Tested:
Firefox
-rw-r--r-- | doc/html/RM_H5F.html | 20 | ||||
-rw-r--r-- | doc/html/RM_H5T.html | 19 |
2 files changed, 35 insertions, 4 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index 2a11dae..04888c1 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -909,7 +909,23 @@ SUBROUTINE h5fget_obj_count_f(file_id, obj_type, obj_count, hdferr) INTEGER, INTENT(OUT) :: hdferr ! Error code ! 0 on success and -1 on failure END SUBROUTINE h5fget_obj_count_f - </pre> + </pre> + +<dt><strong>History:</strong> + <ul><table width="90%"> + <tr> + <td valign="top" align="left" width="10%"> + <strong>Release</strong> </td> + <td valign="top" align="left"> + <strong>C</strong></td></tr> + <tr> + <td valign="top">1.6.5</td> + <td valign="top"> + <code>H5F_OBJ_LOCAL</code> has been added as a qualifier + on the types of objects to be counted. <code>H5F_OBJ_LOCAL</code> + restricts the search to objects opened through current + file identifier.</td></tr> + </table></ul> <!--<dt><strong>Non-C API(s):</strong> <dd> @@ -1482,7 +1498,7 @@ Describes HDF5 Release 1.6.5, November 2005 </address> <!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 25 October 2005"); +document.writeln("Last modified: 7 November 2005"); --> </SCRIPT> diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index f72789c..5a41e8f 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -4046,7 +4046,22 @@ SUBROUTINE h5tset_tag_f(type_id, tag, hdferr) ! opaque datatype is to be tagged INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5tset_tag_f - </pre> + </pre> + +<dt><strong>History:</strong> + <ul><table width="90%"> + <tr> + <td valign="top" align="left" width="10%"> + <strong>Release</strong> </td> + <td valign="top" align="left"> + <strong>C</strong></td></tr> + <tr> + <td valign="top">1.6.5</td> + <td valign="top"> + The <code>H5T_OPAQUE_TAG_MAX</code> macro constant, + specifying the maximum size of an opaque datatype tag, + was added in <code>H5Tpublic.h</code>.</td></tr> + </table></ul> <!--<dt><strong>Non-C API(s):</strong> <dd> @@ -4224,7 +4239,7 @@ Describes HDF5 Release 1.6.5, November 2005 </address> <!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 25 October 2005"); +document.writeln("Last modified: 7 November 2005"); --> </SCRIPT> |