diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-05 19:07:40 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-05 19:07:40 (GMT) |
commit | e78909e53965b8365c4fb87b84f5f7852da9d36f (patch) | |
tree | b4d8f9eb88c78b8ca61a8d7d5c7888722575f9fb /release_docs | |
parent | 2eefe0be2eee4ffd908d9575127d294f07ebbabe (diff) | |
download | hdf5-e78909e53965b8365c4fb87b84f5f7852da9d36f.zip hdf5-e78909e53965b8365c4fb87b84f5f7852da9d36f.tar.gz hdf5-e78909e53965b8365c4fb87b84f5f7852da9d36f.tar.bz2 |
[svn-r16036] Purpose: add H5Iis_valid function
Description: H5Iis_valid function added. This function checks if the id is
valid (i.e. it is currently registered and visible to the application), and
returns TRUE if it is valid, or FALSE otherwise. It should never return an
error.
Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8f2c381..0f20d6f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -51,6 +51,8 @@ New Features Library: -------- + - Added H5Iis_valid() function to check if an id is valid without producing + an error message. (NAF - 2008/11/5) - Added two new public routines: H5Pget_elink_fapl() and H5Pset_elink_fapl(). (see bug #1247) (VC - 2008/10/13) - Improved free space tracking in file to be faster. (QAK - 2008/10/06) |