hdf5/bin
Robb Matzke 768b7465a1 [svn-r471] Changes since 19980708
----------------------

./MANIFEST
	Alphabetized.  `d' comes before `e' :-)

./bin/release
	Added the `-batch' option which causes the script to not ask
	questions and to automatically update the minor version
	number and set the patch level back to `a'.  This is intended
	to be used for the daily snapshots:

	   #! /bin/sh
	   set -e
	   cd ~/hdf5
	   make distclean
	   make test
	   bin/release -batch tar compress gzip bzip2
	   mv ./releases/* /repository

./src/H5Z.c
	Removed warnings about unused variables when the zlib.h header
	file is present but libz.a isn't.

./INSTALL
./configure.in
./doc/html/tracing.html
	Made API tracing the default (you still need to define the
	HDF5_TRACE environment variable to get results) and change the
	name from `--disable-tracing' to `--disable-trace' to make it
	consistent with the other switches.

	Changed `site config file' to `host config file' to match the
	documentation.

./doc/html/H5.user.html
	Added a reference to the `tracing.html' file.
1998-07-08 13:41:04 -05:00
..
checkposix [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -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
distdep [svn-r325] Changes since 19980317 1998-03-18 13:09:16 -05:00
errors [svn-r60] ./bin/checkposix NEW 1997-09-02 10:37:49 -05:00
install-sh [svn-r33] ./bin/config.guess NEW 1997-08-15 11:38:05 -05:00
release [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
trace [svn-r469] Changes since 19980707 1998-07-08 11:46:16 -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