hdf5/tools
Robb Matzke 4b2dbd5651 [svn-r1832] * 1999-11-16
** configure.in
** configure				[REGENERATED]
** src/H5private.h
** src/H5public.h
** src/Makefile.in
	Generates an H5pubconf.h file which is just like H5config.h except all
	the preprocessor symbols have `H5_' prepended. This was done so that
	the configuration results can be used in public header files without
	polluting the namespace.

** src/H5.c
	Added H5I_REFERENCE and H5I_VFL to the API tracing code so their names
	are printed instead of just numbers.

** src/H5FDstdio.c
** tools/h5import.c
** tools/h5repart.c
** tools/pdb2hdf.c
	Changed to use the `H5_' versions of configure results since these
	files include only the public API.

** test/big.c
	Removed a compiler warning.

** test/h5test.c
	Removed unused code.
1999-11-16 14:08:14 -05:00
..
testfiles
Dependencies [svn-r1806] * 1999-11-02 1999-11-02 12:29:33 -05:00
h5debug.c
h5dump.c [svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the h5toh4 tool. 1999-11-03 11:46:09 -05:00
h5dump.h
h5dumptst.c
h5dumputil.c
h5findshd.c [svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the h5toh4 tool. 1999-11-03 11:46:09 -05:00
h5import.c [svn-r1832] * 1999-11-16 1999-11-16 14:08:14 -05:00
h5ls.c
h5repart.c [svn-r1832] * 1999-11-16 1999-11-16 14:08:14 -05:00
h5toh4.c [svn-r1815] added a definition for the S_ISDIR macro and a typedef for mode_t 1999-11-03 15:17:45 -05:00
h5toh4.h
h5tools.c
h5tools.h [svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the h5toh4 tool. 1999-11-03 11:46:09 -05:00
Makefile.in
pdb2hdf.c [svn-r1832] * 1999-11-16 1999-11-16 14:08:14 -05:00
testh5dump.sh
testh5toh4