hdf5/bin
Robb Matzke fbacf0337a [svn-r671] Changes since 19980904
----------------------

./MANIFEST
./bin/release
./bin/snapshot
	The format of the MANIFEST file has been relaxed -- comments
	and blank lines should no longer confuse the tools that use
	it.

	As before, this file should contain a list of *all* files that
	are part of HDF5, which means all files which are managed by
	CVS/SVF.  However, files can be marked so they're not part of
	a release by adding _DO_NOT_DISTRIBUTE_ after the file name.

	I've removed all the *.obj files from the distribution by
	adding _DO_NOT_DISTRIBUTE_ after their names.  I also removed
	the old white-papers that might not apply to the current
	version of the library and documentation about chunking
	performance since it's wrong now that chunk caching is
	implemented. Everyone please check the files you're
	responsible for to make sure that they should really be part
	of a release.

	To get a list of all files use
	   grep '^\.' MANIFEST | cut -f1

	To get a list of files for distribution use:
	   grep '^\.' MANIFEST | grep -v _DO_NOT_DISTRIBUTE_

	(These commands assume tabs in the MANIFEST file.  If the file
	might contain spaces then run it through `unexpand' or `tr'
	first).

./configure.in
./configure
./test/ragged.c
	Check for sigaction().

./test/Makefile.in
	The `clean' target removes the timing tests.
1998-09-08 08:38:29 -05:00
..
checkapi [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
checkposix [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
config.guess [svn-r313] Purpose: 1998-03-09 16:59:33 -05:00
config.sub [svn-r313] Purpose: 1998-03-09 16:59:33 -05:00
debug-ohdr [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
distdep [svn-r325] Changes since 19980317 1998-03-18 13:09:16 -05:00
errors [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
h5vers [svn-r549] ./bin/h5vers 1998-07-30 14:48:20 -05:00
install-sh [svn-r33] ./bin/config.guess NEW 1997-08-15 11:38:05 -05:00
iostats [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
release [svn-r671] Changes since 19980904 1998-09-08 08:38:29 -05:00
snapshot [svn-r671] Changes since 19980904 1998-09-08 08:38:29 -05:00
trace [svn-r620] Changes since 19980825 1998-08-27 11:48:50 -05:00
versinc [svn-r397] Finally! The "versinc" file now runs when files are checked in and 1998-05-06 12:18:49 -05:00