Go to file
Robb Matzke 365dac33e3 [svn-r515] Changes since 19980715
----------------------

./doc/html/H5.format.html
./src/H5Gent.c
./src/H5Gprivate.h
./src/H5Oattr.c
./src/H5Oprivate.h
./src/H5Oshared.c
./src/H5HG.c
./src/H5HGprivate.h
	Added padding fields in symbol table entries, attribute
	messages, shared messages, and global heap objects to insure
	that things are aligned on 8-byte boundaries in the file, and
	thus in memory.  Otherwise some little endian machines
	complain (DEC Alpha) during encoding/decoding of file meta
	data.  I chose to add alignment to the file rather than
	rewriting the ENCODE/DECODE macros for the little endian case.

	Completely rewrote the section on attribute messages.

	More alignment stuff will follow.

./src/H5detect.c
	Fixed a typo `nd'->`dn'

./test/dtypes.c
	Commented out conversion tests to/from `long double' on
	machines where it's the same size as `double' to get rid of
	compiler warnings.

./doc/html/Big.html
	Fixed a couple typos.
1998-07-20 08:45:25 -05:00
bin [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
config [svn-r510] Changes since 19980713 1998-07-15 11:39:46 -05:00
doc [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
examples [svn-r491] Program was fixed to use new functions H5Sextent_ndims and H5Sextent_dims. 1998-07-14 17:01:10 -05:00
src [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
test [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
testpar [svn-r483] Revised for alpha-2 release. 1998-07-13 00:35:14 -05:00
tools [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
acconfig.h
configure [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
configure.in [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
COPYING [svn-r499] Added copyright notice. 1998-07-14 23:15:22 -05:00
INSTALL [svn-r471] Changes since 19980708 1998-07-08 13:41:04 -05:00
INSTALL_MAINT
INSTALL_parallel
INSTALL_parallel.ascired
INSTALL.ascired [svn-r461] Purpose: 1998-07-07 16:09:07 -05:00
INSTALL.ibm.sp.parallel
Makefile.dist
Makefile.in [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
MANIFEST [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
README [svn-r515] Changes since 19980715 1998-07-20 08:45:25 -05:00
RELEASE [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00

This is hdf5-1.0.24a released on 1998-06-19 14:51 UTC
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

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.

Four 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.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "<list>-request@ncsa.uiuc.edu",
(e.g., hdf5-request@ncsa.uiuc.edu) 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".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

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