hdf5/tools
Robb Matzke de87544235 [svn-r578] Changes since 19980805
----------------------

./MANIFEST
	Replaced Compression.html with Filters.html

./doc/html/Filters.html
./src/H5Ocomp.c
./src/H5P.c
./src/H5Ppublic.h
./src/H5Z.c
./src/H5Zprivate.h
	Added two extra arguments to H5Pget_filter() in order to
	retrieve the filter name.  The name is the name registered for
	the filter with H5Zregister(), but if the dataset creation
	property originally came from an existing file then the name
	is that which is stored in the file.

./tools/h5ls.c
	The `-v' option now prints the names of the filters.

./src/H5B.c
./src/H5Fistore.c
./src/H5O.c
./src/H5Oefl.c
./src/H5Oprivate.h
./src/H5P.c
	Plugged a memory leak.

./src/H5MMprivate.h
	H5MM_malloc(0) and H5MM_calloc(0) actually allocate a single
	byte in order to be sure that we get a valid pointer.

./src/H5S.c
./src/H5Sselect.c
	Fixed pointer->integer conversions in error return values in
	three places.
1998-08-06 14:39:22 -05:00
..
h5debug.c [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
h5import.c [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
h5ls.c [svn-r578] Changes since 19980805 1998-08-06 14:39:22 -05:00
h5repart.c [svn-r517] Changes since 19980720 1998-07-20 11:05:43 -05:00
h5tools.c [svn-r569] Changes since 19980731 1998-08-05 17:22:59 -05:00
h5tools.h [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
Makefile.in [svn-r537] Changes since 19980722 1998-07-23 16:19:17 -05:00