From c3bdc280620f4452207253904368c113029e5da8 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 7 Aug 2008 08:09:35 -0500 Subject: [svn-r15445] added some comments tested: windows, linux --- tools/h5diff/h5diff_main.c | 6 ++++++ tools/lib/h5diff.c | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 17fe275..6d1a508 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -62,6 +62,12 @@ * November 19, 2007 * adopted the syntax h5diff [OPTIONS] file1 file2 [obj1[obj2]] * + * Aug 2008 + * Added a "contents" mode check. + * If this mode is present, objects in both files must match (must be exactly the same) + * If this does not happen, the tool returns an error code of 1 + * (instead of the success code of 0) + * *------------------------------------------------------------------------- */ diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 503affe..25e5f83 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -347,9 +347,17 @@ out: * * Date: May 9, 2003 * - * Modifications: Jan 2005 Leon Arber, larber@uiuc.edu + * Modifications: + * + * Jan 2005 Leon Arber, larber@uiuc.edu * Added support for parallel diffing * + * Aug 2008 Pedro Vicente, pvn@hdfgroup.org + * Added a "contents" mode check. + * If this mode is present, objects in both files must match (must be exactly the same) + * If this does not happen, the tool returns an error code of 1 + * (instead of the success code of 0) + * *------------------------------------------------------------------------- */ hsize_t diff_match(hid_t file1_id, -- cgit v0.12