Go to file
Robb Matzke dd58a3ec29 [svn-r425] Changes since 19980610
----------------------

THIS CHECKIN IS FOR QUINCEY -- NOT EVERYTHING WORKS (but it compiles)
MOST OF THE CHANGES ARE FOR BETTER TYPE CONVERSION IN THE NEXT ALPHA

./MANIFEST
./src/H5Tbit.c		NEW
./src/Makefile.in
	Bit vector operations (not done yet)

./configure.in
	Added -lm to the library list, needed by bit-vector operations
	and conversion functions.

	Removed vestiges of PARALLEL_SRC no longer used by the
	makefiles. Albert came up with a better way (that actually
	works :-)

./src/H5D.c
	No code changes.  Split a couple of long lines, refilled a
	couple multi-line comments.

./src/H5T.c
./src/H5Tpublic.h
	Fixed a bug reported by Jim Reus regarding conversion of
	compound data types whose members require conversions which
	are satisfied by as-yet unregistered soft conversion
	functions.

	Added H5T_IEEE architecture, but the funny-looking integer
	types will be changed to H5T_BE_ and H5T_LE_ architectures
	with the type names changed to match the H5T_NATIVE_ integers.

	Added an H5Tconvert() but it hasn't been documented or tested
	yet.

./src/H5Tconv.c
./src/H5Tpkg.h
	Registered conversion functions integer->integer (a general
	case) and integer->float (for a specific case).  The
	integer->integer conversion depends on the bitvector
	operations which aren't finished yet and the int->float
	conversion hasn't been retested since it was borrowed from
	AIO. Don't look at them yet, they're ugly :-)

./src/H5detect.c
	Fixed a typo which caused the msb_pad field of an atomic type
	to not be initialized.

./test/dtypes.c
	Added a test for number conversions but it's commented out
	until the conversion stuff is truly working.
1998-06-12 12:31:06 -05:00
bin [svn-r397] Finally! The "versinc" file now runs when files are checked in and 1998-05-06 12:18:49 -05:00
config [svn-r417] ./config/linux 1998-06-10 09:41:59 -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-r425] Changes since 19980610 1998-06-12 12:31:06 -05:00
test [svn-r425] Changes since 19980610 1998-06-12 12:31:06 -05:00
testpar [svn-r420] Put 'go' in the DISTCLEAN variable so that it will be cleaned 1998-06-10 11:32:16 -05:00
acconfig.h [svn-r376] ./acconfig.h 1998-04-24 16:26:32 -05:00
configure [svn-r425] Changes since 19980610 1998-06-12 12:31:06 -05:00
configure.in [svn-r425] Changes since 19980610 1998-06-12 12:31:06 -05:00
INSTALL [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_MAINT [svn-r341] Changes since 19980409 1998-04-10 13:30:19 -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-r425] Changes since 19980610 1998-06-12 12:31:06 -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.