diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-05 20:51:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-05 20:51:10 (GMT) |
commit | 88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a (patch) | |
tree | 4ad47157370d4e69cd84deef48f11a4a800cbdab | |
parent | 170a650b2f3802715eeb06befce05cf151bda4c2 (diff) | |
download | hdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.zip hdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.tar.gz hdf5-88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a.tar.bz2 |
[svn-r2080] Added information about the H5Giterate bug fixed & added the new test module
(test/titerate.c) to the MANIFEST
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | RELEASE | 2 |
3 files changed, 9 insertions, 0 deletions
@@ -57,6 +57,12 @@ Library their regions retrieved correctly. * Added internal free-lists to reduce memory required by the library and H5garbage_collect API function + * Fixed error in H5Giterate which was not updating the "index" parameter + correctly. + +Tools +------ + * Added additional tests for group and attribute iteration. Tools ------ @@ -396,6 +396,7 @@ ./test/tfile.c ./test/th5s.c ./test/th5s.h5 +./test/titerate.c ./test/tmeta.c ./test/trefer.c ./test/tselect.c @@ -49,6 +49,8 @@ Library their regions retrieved correctly. * Added internal free-lists to reduce memory required by the library and H5garbage_collect API function + * Fixed error in H5Giterate which was not updating the "index" parameter + correctly. Configuration ------------- |