Go to file
Robb Matzke 1b3a1f8014 [svn-r437] Changes since 19980612
----------------------

./src/H5Tbit.c
./src/H5Tpkg.h
	Fixed a bug in H5T_bit_copy(). Added H5T_bit_get_d() and
	H5T_bit_set_d() which treat portions of a bit vector as an
	unsigned integer. Added H5T_bit_inc() that increments part of
	a bit vector and returns an indication of overflow.

./src/H5Tconv.c
./src/H5Tpkg.h
./test/dtypes.c
	Added a slow general floating point conversion which works so
	far on Intel, MIPS, and DEC but the test is turned off because
	a cast from double to float will cause a SIGFPE on some
	systems if an overflow occurs.

	Added fast hardware conversions between native floating point
	types.  This function is also subject to the SIGFPE problem.

./src/H5detect.c
	Removed the exponent bias adjustment when the significand
	isn't normalized.  This is now handled in the conversion
	functions instead.

./src/H5T.c
	Register new conversion functions.

	Plugged a memory leak in the library termination code.

./RELEASE
	Added a list of major changes since the first alpha.

./src/H5.c
./src/H5private.h
./src/H5A.c
./src/H5AC.c
./src/H5D.c
./src/H5Ffamily.c
./src/H5Fistore.c
./src/H5G.c
./src/H5Gprivate.h
./src/H5HG.c
./src/H5O.c
./src/H5T.c
./src/H5Tbit.c
./src/H5Tconv.c
	Fixed various compiler warnings on Irix64.

./src/H5MM.c
	Added PABLO_MASK to this file.

./test/chunk.c
	Removed a warning about memcpy().
1998-06-30 16:30:28 -05:00
bin [svn-r429] Changes since 19980616 1998-06-17 15:46:29 -05:00
config [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
doc/tgif [svn-r175] Minor formatting tweaks 1998-01-27 16:11:53 -05:00
examples [svn-r421] Updated example with current hdf5 data types. 1998-06-10 21:21:42 -05:00
src [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
test [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
testpar [svn-r427] Added -lm to libraries needed. 1998-06-15 23:47:25 -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-r429] Changes since 19980616 1998-06-17 15:46:29 -05:00
configure.in [svn-r429] Changes since 19980616 1998-06-17 15:46:29 -05:00
INSTALL [svn-r435] ./INSTALL 1998-06-22 22:41:22 -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-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL.ascired [svn-r399] Purpose: 1998-05-19 13:42:16 -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-r437] Changes since 19980612 1998-06-30 16:30:28 -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.