Purpose:
feature add
Description:
Added ability to h5dumper to dump Group comments.
Solution:
Stole the code from h5ls that does this and put it into the h5dumper
code. Modified the DDL to reflect the newest change. Added a testcase
(tgrp_comments.*) to test that it's actually doing the comments
correctly.
Small modification to H5G.c. The error comment should have said that
it couldn't "get" the comment instead of "set" the comment...
Platforms tested:
Dangermouse, Kelgai, Modi4
Purpose:
"Bug" Fix
Description:
Windows can't handle large strings.
Solution:
Separated the usage string into smaller strings so that Windows won't
barf.
Platforms tested:
Linux
Purpose:
Bug Fix
Description:
Object IDs command-line options weren't being picked up.
Solution:
The wrong flag was being checked for. Changed the flag from "v" to
"i", which is what the documentation says.
Platforms tested:
Linux
Purpose:
Back port of Feature Add
Description:
Added the feature to specify which driver you want for the H5dumper
using the command-line flag "-f D or --filedriver=D".
Platforms tested:
Linux
Purpose:
Fix bugs in XML output of dumper
Description:
Incorrect XML was produced.
Solution:
Do the right thing. See diffs in test files.
Platforms tested:
Solaris.
Bug Fix
Description:
Stride flag was checked as being -T instead of -S as it should be...
Solution:
Changed to check -S instead of -T.
Platforms tested:
Linux