hdf5/test
Robb Matzke c8d2f1e17a [svn-r537] Changes since 19980722
----------------------

./src/H5A.c
./src/H5Apublic.h
./test/tattr.c
	Switched the order of the second and third argument of
	H5Aget_name() to make it consistent with other functions that
	take buffers and buffer sizes.

./src/H5G.c
./src/H5Gpublic.h
./src/H5Gprivate.h
	The H5Gget_comment() function returns the size of the comment
	including the null terminator.  If the object has no comment
	then zero is returned.  If an error occurs then a negative
	value is returned.

./MANIFEST
./tools/Makefile.in
./tools/h5tools.h	[NEW]
./tools/h5dump.c	[NEW]
	Created a library for printing values of datasets in a way
	that looks nice.  It's not done yet, but I needed it for
	debugging the contents of files from Jim Reus.

./tools/h5ls.c
	Added the `-d' and `--dump' options which cause the contents
	of a dataset to be printed.  Added `-w N' and `--width=N'
	options to control how wide the raw data output should be. If
	you want single-column output then say `-w1'.

	Printing dataset values can now handle datasets of any integer
	or floating point atomic type.  As a special case, integers
	which are one byte wide are treated a character strings for
	now.

	Sample output:
	    $ h5ls --dump --width=60 banana.hdf
	    ARCHIVE                   0:0:0:744            Dataset {52/Inf}
		Data:
		    (0) "U struct complex { double R; double I; };\012V"
		    (43) " double;\012"
	    U                         0:0:0:2500           Dataset {256/512}
		Data: printing of compound data types is not implemented yet
	    V                         0:0:0:3928           Dataset {256/512}
		Data:
		    (0) 0, 0.015625, 0.03125, 0.046875, 0.0625,
		    (5) 0.078125, 0.09375, 0.109375, 0.125, 0.140625,
		    (10) 0.15625, 0.171875, 0.1875, 0.203125, 0.21875,
		    (15) 0.234375, 0.25, 0.265625, 0.28125, 0.296875,
	    ...
1998-07-23 16:19:17 -05:00
..
.distdep [svn-r537] Changes since 19980722 1998-07-23 16:19:17 -05:00
big.c [svn-r511] Changes since 19980715 1998-07-15 16:21:15 -05:00
bittests.c [svn-r428] Changes since 19980612 1998-06-16 14:38:26 -05:00
chunk.c [svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for 1998-07-06 16:01:59 -05:00
cmpd_dset.c [svn-r469] Changes since 19980707 1998-07-08 11:46:16 -05:00
dsets.c [svn-r522] Changes since 19980720 1998-07-20 16:01:32 -05:00
dtypes.c [svn-r523] Changes since 19980720 1998-07-21 11:11:56 -05:00
extend.c [svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for 1998-07-06 16:01:59 -05:00
external.c [svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for 1998-07-06 16:01:59 -05:00
gheap.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
hyperslab.c [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
iopipe.c [svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for 1998-07-06 16:01:59 -05:00
istore.c [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
links.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
Makefile.in [svn-r511] Changes since 19980715 1998-07-15 16:21:15 -05:00
shtype.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
tattr.c [svn-r537] Changes since 19980722 1998-07-23 16:19:17 -05:00
testhdf5.c [svn-r518] Changes since 19980720 1998-07-20 12:58:37 -05:00
testhdf5.h [svn-r489] Changed more API functions to the new names as documented. Also, added 1998-07-14 16:14:12 -05:00
tfile.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
th5s.c [svn-r533] Added tests for H5Sextent_class (renamed H5Sget_class) 1998-07-23 14:03:01 -05:00
theap.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tmeta.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tohdr.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tselect.c [svn-r533] Added tests for H5Sextent_class (renamed H5Sget_class) 1998-07-23 14:03:01 -05:00
tstab.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00