hdf5/test
Robb Matzke 4494348eb2 [svn-r323] Changes since 19980316
----------------------

./src/H5D.c
./src/H5T.c
./src/H5Tprivate.h
	Fixed a bug found by Kevin Powell regarding preservation of
	existing data during a read or write when the source and
	destination data types are the same.  Thanks Kevin!

	Fixed a couple warnings on Irix64.

./src/H5D.c
./src/H5Dprivate.h
./src/H5P.c
./src/H5Ppublic.c
./src/H5Tconv.c
./src/H5Tpublic.h
./test/cmpd_dset.c
	The application can now turn on/off the part of the I/O
	pipeline that deals with preservation of initialized data.
	The default is off since this will be the usual case and
	turning it on slows down the pipe.  Use H5Pset_preserve() and
	H5Pget_preserve().

./src/H5Fistore.c
	Added an optimization for reading/writing a single chunk of
	chunked storage.

./src/H5Odtype.c
./src/H5Oefl.c
./src/H5Olayout.c
./src/H5Oname.c
./src/H5Osdspace.c
./src/H5Ostab.c
	Fixed warnings reported by marek@iiasa.ac.at.  Thanks Marek.

./src/H5Odtype.c
	Fixed a failing assert() wrt reading compound types (not
	present in hdf5-1.0.0a).
1998-03-17 16:50:32 -05:00
..
cmpd_dset.c [svn-r323] Changes since 19980316 1998-03-17 16:50:32 -05:00
dsets.c [svn-r322] Changes since 19980313 1998-03-16 20:29:54 -05:00
dspace.c [svn-r296] Switched prefix for dataspaces from H5P to H5S 1998-02-25 13:48:33 -05:00
dtypes.c [svn-r303] Changes since 19980228 1998-03-04 11:20:23 -05:00
extend.c [svn-r303] Changes since 19980228 1998-03-04 11:20:23 -05:00
external.c [svn-r306] Changes since 19980305 1998-03-05 16:27:38 -05:00
hyperslab.c [svn-r304] ./test/hyperslab.c 1998-03-04 11:30:56 -05:00
iopipe.c [svn-r322] Changes since 19980313 1998-03-16 20:29:54 -05:00
istore.c [svn-r305] Changes since 19980304 1998-03-05 10:48:16 -05:00
Makefile.in [svn-r322] Changes since 19980313 1998-03-16 20:29:54 -05:00
testhdf5.c [svn-r303] Changes since 19980228 1998-03-04 11:20:23 -05:00
testhdf5.h [svn-r302] Changes since 19980227 1998-02-28 13:19:05 -05:00
tfile.c [svn-r319] Removed H5M API from code 1998-03-12 16:04:53 -05:00
th5s.c [svn-r319] Removed H5M API from code 1998-03-12 16:04:53 -05:00
theap.c [svn-r297] Switched templates to "property lists" and changed API prefix from H5C to H5P 1998-02-25 14:13:49 -05:00
tmeta.c [svn-r233] Fixed order of arguments to print_func. 1998-02-10 08:15:46 -05:00
tohdr.c [svn-r297] Switched templates to "property lists" and changed API prefix from H5C to H5P 1998-02-25 14:13:49 -05:00
tstab.c [svn-r298] Changes since 19980219 1998-02-25 15:31:17 -05:00