mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
d4a3224c0f
---------------------- ./MANIFEST Added new config files. ./src/H5private.h Changed FUNC_ENTER() so it calls H5Eclear() for all API functions but not for any private functions. It also prints the names of all API functions on file 55 (just for the prototype) so we can get a list of API functions called with the Bourne shell commands like: ./testhdf5 55>api_list or ./testhdf5 55>&1 1>/dev/null 2>&1 | less Otherwise the names are silently discarded. ./src/H5.c ./src/H5C.c ./src/H5D.c ./src/H5F.c ./src/H5G.c ./src/H5M.c ./src/H5P.c ./src/H5T.c Removed `H5ECLEAR' from lots of places in the source code. ./src/H5E.c ./src/H5Eprivate.h Recursion is a problem here, so to disable a call to H5Eclear() from FUNC_ENTER just define a local variable like this before you call FUNC_ENTER: const H5E_clearable_g = FALSE; Unfortunately this results in a warning: declaration of `H5E_clearable_g' shadows global declaration. Good thing it's only used in two places. |
||
---|---|---|
bin | ||
config | ||
doc/tgif | ||
examples | ||
src | ||
test | ||
acconfig.h | ||
configure | ||
configure.in | ||
INSTALL | ||
INSTALL_MAINT | ||
Makefile.in | ||
MANIFEST | ||
README | ||
RELEASE |
This is the 10/15/97 prototype release of the HDF5 library. This release is not fully functional for the entire API defined in the HTML documentation, see the RELEASE file for information specific to this release of the library. The INSTALL file contains instructions on compiling and installing the library. Documentation for this release is in the html directory: H5.apiv2.html - API interface description for HDF5 interface H5.format.html - Format description for HDF5 files H5.intro.html - Introduction to programming with the HDF5 interface Three mailing lists are currently set up for use with the HDF5 library: hdf5 - For general discussion of the HDF5 library with other users. hdf5dev - For discussion of the HDF5 library development with developers and other interested parties. hdf5announce - For announcements of HDF5 related developments, not a discussion list. To subscribe to a list, send mail to "<list>-request@ncsa.uiuc.edu", (i.e. hdf5-request@ncsa.uiuc.ed) with "subscribe <e-mail address> in the _body_ of the message. Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu"