summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-02-09 15:23:38 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-02-09 15:23:38 (GMT)
commit9f965fe8c894fd6fc209062fa1ece184094cd433 (patch)
treeb0a61a6702256469495bf0b76e173774006aa421
parent7a420dad641c76d53904840ce1ae24fc9e27f5ad (diff)
downloadhdf5-9f965fe8c894fd6fc209062fa1ece184094cd433.zip
hdf5-9f965fe8c894fd6fc209062fa1ece184094cd433.tar.gz
hdf5-9f965fe8c894fd6fc209062fa1ece184094cd433.tar.bz2
[svn-r9965] Purpose: Add comments
Description: Added a few more comments for the last checkin of enum datatype bug. Platforms tested: No test needed. Misc. update:
-rw-r--r--src/H5Tenum.c10
-rw-r--r--test/dtypes.c5
2 files changed, 12 insertions, 3 deletions
diff --git a/src/H5Tenum.c b/src/H5Tenum.c
index 5f61e89..4f36578 100644
--- a/src/H5Tenum.c
+++ b/src/H5Tenum.c
@@ -414,7 +414,10 @@ done:
* Monday, January 4, 1999
*
* Modifications:
- *
+ * Raymond Lu
+ * Wednesday, Febuary 9, 2005
+ * Made a copy of original datatype and do sorting and search
+ * on that copy, to protect the original order of members.
*-------------------------------------------------------------------------
*/
static char *
@@ -541,7 +544,10 @@ done:
* Monday, January 4, 1999
*
* Modifications:
- *
+ * Raymond Lu
+ * Wednesday, Febuary 9, 2005
+ * Made a copy of original datatype and do sorting and search
+ * on that copy, to protect the original order of members.
*-------------------------------------------------------------------------
*/
static herr_t
diff --git a/test/dtypes.c b/test/dtypes.c
index 8b3b653..cf4d714 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -2228,7 +2228,10 @@ test_compound_12(void)
* Thursday, April 4, 2002
*
* Modifications:
- *
+ * Raymond Lu
+ * Wednesday, Febuary 9, 2005
+ * Added test for H5Tenum_valueof, H5Tenum_nameof, and
+ * H5Tget_member_value.
*-------------------------------------------------------------------------
*/
static int