diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 15:36:56 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 15:36:56 (GMT) |
commit | bb5ed44dd66cf79f972b18ca2a2ae271d1e00801 (patch) | |
tree | 81bb63079b86a87865abd0abe798e959c072c863 /MANIFEST | |
parent | ad9a4a2d97a061c7c165379d54c93940f89bd56a (diff) | |
download | hdf5-bb5ed44dd66cf79f972b18ca2a2ae271d1e00801.zip hdf5-bb5ed44dd66cf79f972b18ca2a2ae271d1e00801.tar.gz hdf5-bb5ed44dd66cf79f972b18ca2a2ae271d1e00801.tar.bz2 |
[svn-r8717] Purpose:
h5dump new features
Description:
the storage layout output format had some changes
same for the user defined filter
add an option (-y) for not printing the array indices (default is print indices )
the option for escaping non printable characters covers all characters (default is not escape)
add tests for the new options
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1358,6 +1358,16 @@ ./tools/testfiles/tstring.ddl ./tools/testfiles/tuserfilter.ddl ./tools/testfiles/tszip.ddl +./tools/testfiles/tallfilters.ddl +./tools/testfiles/tfillalloc.ddl +./tools/testfiles/tfillincr.ddl +./tools/testfiles/tfilllate.ddl +./tools/testfiles/tstringe.ddl +./tools/testfiles/tindicesyes.ddl +./tools/testfiles/tindicesno.ddl + + + # Expected output from h5ls tests |