hdf5/tools
Robb Matzke 21943f5d35 [svn-r735] Changes since 19981002
----------------------

./src/H5D.c
	Fill values are working for contiguous datasets now except
	there are two things that need more support from the data
	space layer, specifically the ability to form a selection from
	the difference of two selections.  They are (1) extending an
	external contiguous dataset, (2) optimization by delaying the
	fill until after the first H5Dwrite().

	Renamed H5D_allocate() to H5D_init_storage() since allocation
	is only part of the story. Added a data space argument so it
	doesn't have to query the space from the object header -- the
	space is always available in the caller anyway.

	Removed `#ifdef HAVE_PARALLEL' from a few places where it
	wasn't necessary.  We don't need it around code that doesn't
	compile anything from mpi.h or mpio.h.

./src/H5Fistore.c
	Uncommented H5F_istore_alloc() for non-parallel and moved the
	`#ifdef HAVE_PARALLEL' just around Kim's barrier.

./src/H5Fmpio.c
	Wrapped a couple long lines.

	Got rid of two signed vs. unsigned comparison warnings.

./MANIFEST
./test/Makefile.in
./test/fillval.c	[NEW]
	Added tests for fill values.  The contiguous dataset extend
	test is disabled until H5S_SELECT_DIFF is implemented.

./tools/Makefile.in
	Fixed a bug where `make test' didn't build the executables
	first. This should cause the snapshots to start up again.

./Makefile.in
	Changed to build in `test' directory before `tools'
	directory. We want the library tests to pass before we even
	start considering the tools.  You can still build and/or test
	the tools independent of the library tests passing.
1998-10-05 16:01:10 -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-r734] Changes since 19981001 1998-10-02 08:31:24 -05:00
h5tools.h [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
Makefile.in [svn-r735] Changes since 19981002 1998-10-05 16:01:10 -05:00
testh5dump.sh [svn-r727] Implemented dumper command line options. 1998-09-28 09:59:49 -05:00