Go to file
Robb Matzke b227b38853 [svn-r204] Changes since 19980129
----------------------

./RELEASE
        Added Library functions that I missed the first time.

./html/Datasets.html
        Added an example for Elena's question about how to read a
        single member of a compound data type so it becomes an array
        of that member in memory.

./src/H5Pprivate.h
        Fixed the prototype for H5P_get_hyperslab() to match the
        definition.

./src/H5Psimp.c
        Oops, added the kludge back in for the offset argument, which
        is still an `intn' instead of a `size_t'.

./src/H5.c
./src/H5public.h
./src/H5F.c
./src/H5T.c
./src/H5Tpublic.h
        Changed H5init() to H5open() and added an H5close() to fit our
        create/open/close paradigm.  The H5open() happens
        automatically on the first call to the HDF5 library.  The
        H5close() happens automatically on exit() (unless the app
        turns off that feature). H5close() closes all datasets and
        files and releases all resources used by the library.

./test/dsets.c
        Added calls to H5open() and H5close() to test them.

./test/dtypes.c
        Removed call to H5init() since we no longer need it there.

./src/H5Fstdio.c
        Changed the PABLO_MASK to the right value.  Thanks Kim.
1998-01-30 14:25:44 -05:00
bin [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
config [svn-r199] Added -ansi compile option. 1998-01-30 03:25:38 -05:00
doc/tgif [svn-r175] Minor formatting tweaks 1998-01-27 16:11:53 -05:00
examples [svn-r132] Examples directory 'examples' was added. It contains two programs 1997-10-22 16:15:54 -05:00
src [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
test [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -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-r198] Changes since 19980129 1998-01-29 16:56:06 -05:00
INSTALL_MAINT [svn-r198] Changes since 19980129 1998-01-29 16:56:06 -05:00
Makefile.dist [svn-r196] Changes since 19980128 1998-01-29 11:31:24 -05:00
Makefile.in [svn-r178] Changes since 19980127 1998-01-28 00:47:19 -05:00
MANIFEST [svn-r196] Changes since 19980128 1998-01-29 11:31:24 -05:00
README [svn-r198] Changes since 19980129 1998-01-29 16:56:06 -05:00
RELEASE [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00

This is the hdf-5.0.0a prototype release of the HDF5 library.

This release is not 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.

Documentation for this release is in the html directory.

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:

  Robb Matzke <matzke@llnl.gov>		 All types of bugs
  Quincey Koziol <koziol@ncsa.uiuc.edu>  All types of bugs
  Albert Cheng <acheng@ncsa.uiuc.edu>	 Parallel bugs
  Kim Yates <rkyates@llnl.gov>		 Parallel bugs
  Paul Harten <pharten@ncsa.uiuc.edu>	 Bugs specific to ASCI Red

or to the hdf5dev mailing list.