Go to file
Robb Matzke 5f554bcced [svn-r473] Changes since 19980708
----------------------

./src/H5Fistore.c
./src/H5S.c
	Fixed places where `herr_t' functions returned NULL for
	failure: H5F_istore_get_addr() and printf(?!?) (probably
	because a printf() was in the first column :-/ so I don't know
	what function it really was that I fixed), and H5S_extent_copy().

./src/H5Fprivate.h
	Added declarations for H5F_istore_get_addr() and
	H5F_istore_allocate().

./src/H5S.c
./src/H5Sprivate.h
	Split H5Sset_extent_simple() into H5S_set_extent_simple() and
	replaced calls to the API function with calls to the internal
	function.

	Changed calls to H5Screate() to H5S_create() and H5Sclose() to
	H5S_close().

./src/H5Shyper.c
./src/H5Spoint.c
	Removed unused labels and variable.

./src/H5T.c
./src/H5Tconv.c
	Changed calls to H5Tfind() to H5T_find().

./src/H5TB.c
	Split function return type onto a separate line for five
	functions and added API tracing calls.
1998-07-08 16:18:18 -05:00
bin [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
config [svn-r454] Changes since 19980702 1998-07-06 18:02:32 -05:00
doc [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
examples [svn-r472] Examples have been modified to reflect the current status of the API functions. 1998-07-08 15:41:14 -05:00
src [svn-r473] Changes since 19980708 1998-07-08 16:18:18 -05:00
test [svn-r469] Changes since 19980707 1998-07-08 11:46:16 -05:00
testpar [svn-r465] Replaced old H5Sset_hyperslab with new H5Sselect_hyperslab calls. 1998-07-07 17:28:39 -05:00
acconfig.h [svn-r376] ./acconfig.h 1998-04-24 16:26:32 -05:00
CHANGES_API [svn-r434] Initial version. Added changes related to parallel HDF5 API's. 1998-06-22 11:17:46 -05:00
configure [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
configure.in [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
INSTALL [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
INSTALL_MAINT [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
INSTALL_parallel [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_parallel.ascired [svn-r441] MPIO library maintained by William M. Davidson (wmdavid) has been 1998-07-01 19:16:28 -05:00
INSTALL.ascired [svn-r461] Purpose: 1998-07-07 16:09:07 -05:00
INSTALL.ibm.sp.parallel [svn-r424] Added -g -D_LARGE_FILES to CFLAGS. 1998-06-11 17:09:27 -05:00
Makefile.dist [svn-r207] Testing 1998-01-30 16:51:02 -05:00
Makefile.in [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
MANIFEST [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
README [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
RELEASE [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00

This is the hdf5-1.0.0a alpha release of the HDF5 library.

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

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",
(e.g., hdf5-request@ncsa.uiuc.ed) with "subscribe <your e-mail
address> in the _body_ of the message.  Messages to be sent to
the list should be sent to "<list>@ncsa.uiuc.edu".

Bugs should be reported to hdf5dev@ncsa.uiuc.edu.