summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-10-25 22:46:25 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-10-25 22:46:25 (GMT)
commitf926b4e269cc00608c365e25068fdaca09729ab3 (patch)
treeff5a52d4382e06e46dd908f2b95323c02b26d3f1 /doc
parent6bfa95bc620392b4ba47f1bc214fbb32e4b29e96 (diff)
downloadhdf5-f926b4e269cc00608c365e25068fdaca09729ab3.zip
hdf5-f926b4e269cc00608c365e25068fdaca09729ab3.tar.gz
hdf5-f926b4e269cc00608c365e25068fdaca09729ab3.tar.bz2
[svn-r11606]
Description: Separate the section "Functions with New or Changed Symbols or Fixed Values" from the section "Functions with Changed Syntax." Platforms tested: Firefox
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/html/ADGuide/Changes.html43
1 files changed, 35 insertions, 8 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html
index 05316a6..634118d 100755
--- a/doc/html/ADGuide/Changes.html
+++ b/doc/html/ADGuide/Changes.html
@@ -171,25 +171,22 @@ transition from the HDF5 Release 1.6.4 to Release 1.6.5.
- <h3>Functions with Changed Syntax</h3>
+ <h3>Functions with New or Changed Symbols or Fixed Values</h3>
- The following functions have changed as noted.
- In general, one or more parameters or the return value has
- changed from a signed to an unsigned datatype.
- Changed items are indicated in
- <font color="red">red</font>.
+ Symbols and fixed values in the following functions have changed
+ as noted.
<p>
<dl>
<dt><u>C functions:</u>
<dt><code>H5Fget_obj_count</code>
- <dd><code><font color=red>H5F_OBJ_LOCAL</font></code> has been
+ <dd><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.
<dt><code>H5Tset_tag</code>
- <dd>The <code><font color=red>H5T_OPAQUE_TAG_MAX</font></code>
+ <dd>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>.
@@ -210,6 +207,36 @@ transition from the HDF5 Release 1.6.4 to Release 1.6.5.
<dt><code>C++_wrapper_name</code>
<dd>Change...
+
+ </dl>
+
+
+ <h3>Functions with Changed Syntax</h3>
+
+ The following functions have changed as noted.
+ In general, one or more parameters or the return value has
+ changed from a signed to an unsigned datatype.
+ Changed items are indicated in
+ <font color="red">red</font>.
+ <p>
+
+ <dl>
+ <dt><u>C functions:</u>
+ <dt><code>H5function_name?</code>
+ <dd>Change...
+
+
+ <p>
+ <dt><u>Fortran90 subroutines:</u>
+ <dt><code>h5subroutine_f?</code>
+ <dd>Change...
+
+
+ <p>
+ <dt><u>C++ wrappers:</u>
+ <dt><code>C++_wrapper_name</code>
+ <dd>Change...
+
</dl>