hdf5/tools
Robb Matzke f7545efc76 [svn-r795] Changes since 19981026
----------------------

./MANIFEST
./test/th5s.h5			[NEW]
./test/th5s.c
	Added a test to make sure that creating a data space with too
	large a rank fails.

	Added a test to make sure that reading a file that has a
	dataset with a space with too large a rank fails.  Actually,
	this one is a little weird: the code that reads the data space
	message assumes the space is scalar if the message cannot be
	read. Fortunately the layout message fails also, preventing
	the dataset from being opened.  However, since the data type
	message is still visible h5ls will report that the object is a
	named data type.

./test/space_overflow.c		[NEW]
	This is the little program that makes the th5s.h5 file.

./src/H5A.c
./src/H5R.c
./src/H5Sselect.c
	Updated trace info.

./src/H5Olayout.c
./src/H5Osdspace.c
	Added code to fail if the dimensionality is too large when
	decoding a layout or simple data space message.

./src/H5Oprivate.h
	Redefined H5O_LAYOUT_NDIMS in terms of H5S_MAX_RANK.

./src/H5P.c
./src/H5S.c
	Check for ndims>H5S_MAX_RANK in API function calls, added
	assert to internal functions.

./src/H5V.c
	Changed a `<' to an `<=' in an assert.

./test/flush2.c
	Includes stdlib.h for getenv().

./tools/h5tools.c
	Able to handle up to H5S_MAX_RANK dimensions during output.
1998-10-26 14:55:54 -05:00
..
testfiles [svn-r729] Added expected output for dumper option test. 1998-09-28 10:49:18 -05:00
h5debug.c [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
h5dump.c [svn-r732] Disabled error reporting. 1998-09-30 17:01:13 -05:00
h5dump.h [svn-r727] Implemented dumper command line options. 1998-09-28 09:59:49 -05:00
h5dumputil.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
h5import.c [svn-r635] Changes since 19980831 1998-08-31 14:21:23 -05:00
h5ls.c [svn-r734] Changes since 19981001 1998-10-02 08:31:24 -05:00
h5repart.c [svn-r658] Changes since 19980901 1998-09-03 08:49:48 -05:00
h5tools.c [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
h5tools.h [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
Makefile.in [svn-r753] Changes since 19981008 1998-10-13 12:17:50 -05:00
testh5dump.sh [svn-r727] Implemented dumper command line options. 1998-09-28 09:59:49 -05:00