[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.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
A guide to the H5E interface.
|
||||
<li><a href="Caching.html">Caching</a> -
|
||||
A guide for meta and raw data caching.
|
||||
<li><a href="tracing.html">API Tracing</a> -
|
||||
A guide to debugging HDF5 API calls.
|
||||
</ul>
|
||||
|
||||
<p>The following documents form a loosely organized developer's guide to
|
||||
@@ -64,7 +66,7 @@
|
||||
<address><a href="mailto:koziol@ncsa.uiuc.edu">Quincey Koziol</a></address>
|
||||
<address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address>
|
||||
<!-- hhmts start -->
|
||||
Last modified: Tue May 26 15:39:47 EDT 1998
|
||||
Last modified: Wed Jul 8 14:10:50 EDT 1998
|
||||
<!-- hhmts end -->
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user