Go to file
Robb Matzke e615fc7a98 [svn-r146] ./src/H5.c
Changes to error handling.

./src/H5B.c
	Increased size of internal static buffers.

./src/H5C.c
	Fixed syntax error when NDEBUG is defined.

./src/H5E.c
./src/H5Eprivate.h
./src/H5Epublic.h
	Errors can now be printed with H5Eprint().  Other minor
	changes to names and arg types.

./src/H5F.c
	The base address is now stored in the boot block.  The user
	block size and the base address are synonyms.

./src/H5Fstdio.c
	Fixed a bug with a return value from fseek().

./src/H5H.c
	Added alignment constraints to get rid of unaligned access
	errors on the DEC alpha having to do with the heap free list.

./src/H5P.c
./src/H5Ppublic.h
	Changed some size arguments from int to size_t and fixed
	memory allocation calls.

./src/H5T.c
./src/H5Tpublic.h
	Changed the order of functions so all the public ones are at
	the top of the file.  Other minor changes.

./src/H5detect.c
	Added a newline to a string constant.
1997-12-16 16:08:26 -05:00
bin [svn-r110] Fixed problems with cpu=i686 1997-09-24 11:27:36 -05:00
config [svn-r138] ./config/conclude.in 1997-12-10 17:38:41 -05:00
doc/tgif [svn-r23] A user's view of a basic HDF5 file. 1997-08-11 12:03:49 -05:00
examples [svn-r132] Examples directory 'examples' was added. It contains two programs 1997-10-22 16:15:54 -05:00
src [svn-r146] ./src/H5.c 1997-12-16 16:08:26 -05:00
test [svn-r143] ./test/dsets.c 1997-12-11 13:49:26 -05:00
acconfig.h [svn-r133] ./MANIFEST 1997-10-22 17:08:14 -05:00
configure [svn-r134] Changes since 19971023 1997-10-24 16:03:10 -05:00
configure.in [svn-r133] ./MANIFEST 1997-10-22 17:08:14 -05:00
INSTALL [svn-r136] ./MANIFEST 1997-11-14 09:42:14 -05:00
INSTALL_MAINT [svn-r136] ./MANIFEST 1997-11-14 09:42:14 -05:00
Makefile.in [svn-r129] Changes since 19970916 1997-10-20 18:14:35 -05:00
MANIFEST [svn-r144] *** empty log message *** 1997-12-11 16:34:05 -05:00
README [svn-r127] Final tweaks for release. 1997-10-17 18:59:42 -05:00
RELEASE [svn-r127] Final tweaks for release. 1997-10-17 18:59:42 -05:00

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"