Go to file
Robb Matzke 92571bbe1d [svn-r336] Changes since 19980402
----------------------

./MANIFEST
./test/Makefile.in
./test/shtype.c		[NEW]
	Added some tests for shared data types.

./configure.in
	Removed MF and HL from the default debug list since.  MF
	because it hasn't been implemented yet and HL because it
	produces lots of annoying messages about adjusting the size of
	local heaps.

./src/H5F.c
./src/H5T.c
./src/H5Tprivate.h
	Fixed a bug with opening the same file twice.  The first close
	on the file_id incorrectly closed shared data structs.
	Closing a file now correctly unshares data types that might be
	pointing into that file.

./src/H5T.c
./src/H5Tpublic.h
	Added an H5Tis_shared().  The caller supplies a file and a
	data type and the function returns true if the data type is
	currently marked for sharing in that file.

./src/H5AC.c
./src/H5F.c
./src/H5HL.c
./src/H5HG.c
./src/H5MF.c
./src/H5O.c
	We now detect errors sooner when writing to a read-only
	file. In the past, the error might not show up until the
	cached item was flushed, and it was sometimes possible to not
	even get an error!

./src/H5I.c
./src/H5Iprivate.h
	If the search function fails then H5I_search() returns
	failure.  Also, the first argument for the search function
	isn't const anymore because we might want the search to have
	side effects (like calling H5T_unshare() for all shared data
	types whose file just closed).
1998-04-03 16:11:05 -05:00
bin [svn-r333] Changes since 19980324 1998-03-30 14:24:08 -05:00
config [svn-r335] Changes since 19980330 1998-04-02 22:29:38 -05:00
doc/tgif [svn-r175] Minor formatting tweaks 1998-01-27 16:11:53 -05:00
examples [svn-r297] Switched templates to "property lists" and changed API prefix from H5C to H5P 1998-02-25 14:13:49 -05:00
src [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
test [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
testpar [svn-r332] Overhauled the testing routines: 1998-03-30 12:03:46 -05:00
acconfig.h [svn-r298] Changes since 19980219 1998-02-25 15:31:17 -05:00
configure [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
configure.in [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
INSTALL [svn-r300] ./MANIFEST 1998-02-26 13:10:51 -05:00
INSTALL_MAINT [svn-r198] Changes since 19980129 1998-01-29 16:56:06 -05:00
INSTALL_parallel [svn-r277] Initial version for beta release. 1998-02-16 00:28:33 -05:00
INSTALL.ibm.sp.parallel [svn-r246] Explains how to set up vars/files before configuring for parallel HDF5 1998-02-10 18:14:10 -05:00
Makefile.dist [svn-r207] Testing 1998-01-30 16:51:02 -05:00
Makefile.in [svn-r325] Changes since 19980317 1998-03-18 13:09:16 -05:00
MANIFEST [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
README [svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to explicitly make it 1998-02-17 15:19:13 -05:00
RELEASE [svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to explicitly make it 1998-02-17 15:19:13 -05:00

This is the hdf5-1.0.0a prototype 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:

  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.