hdf5/tools
Robb Matzke 1b1be9918c [svn-r627] Changes since 19980827
----------------------

./src/H5G.c
	Fixed a link count on groups.  Groups were always created with
	a link count of zero instead of one.

./src/H5Gpublic.h
	Added H5G_NTYPES so applications can easily declare arrays
	which are indexed by object type.

./src/H5O.c
	Calling `H5O_link(&ent,0)' will succeed when the file is open
	for read only because it's the only way to get the object's
	current link count.

./tools/h5ls.c
	Can take non-group object names on the command line (and
	multiple objects).  Reorganized to be more extendible. The
	link count is displayed for `-v'.

./src/H5F.c
	Dumping of cache statistics is controlled by only the
	HDF5_DEBUG environment variable and not the H5F_ACC_DEBUG flag
	for H5Fopen() and H5Fcreate() since this makes it similar to
	the other debugging options.

./src/H5R.c
./test/ragged.c
./test/Makefile.in
	Tests pass but still a little work left to be done.
1998-08-28 10:24:12 -05:00
..
h5debug.c [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
h5dump.c [svn-r611] Removed warning messages during compilation. 1998-08-21 12:22:14 -05:00
h5dump.h [svn-r611] Removed warning messages during compilation. 1998-08-21 12:22:14 -05:00
h5dumputil.c [svn-r611] Removed warning messages during compilation. 1998-08-21 12:22:14 -05:00
h5import.c [svn-r620] Changes since 19980825 1998-08-27 11:48:50 -05:00
h5ls.c [svn-r627] Changes since 19980827 1998-08-28 10:24:12 -05:00
h5repart.c [svn-r517] Changes since 19980720 1998-07-20 11:05:43 -05:00
h5tools.c [svn-r620] Changes since 19980825 1998-08-27 11:48:50 -05:00
h5tools.h [svn-r546] Changes since 19980724 1998-07-29 11:43:59 -05:00
Makefile.in [svn-r605] Added in h5dump tools created by Ruey-Hsia. 1998-08-19 16:46:55 -05:00