Go to file
Robb Matzke 68bff3d352 [svn-r928] Changes since 19981118
----------------------

./src/H5.c
./src/H5Smpio.c
./src/H5T.c
./src/H5Tconv.c
./src/H5Tpublic.h
./src/H5detect.c
./src/H5private.h
./src/H5public.h
./test/big.c
	The `long long' type isn't quite as prevalent as we had hoped;
	there is at least one system that defines `__int64' but not
	`long long'.  Therefore, I've temporarily changed all
	occurrences of `long long' to `long_long' and then #define
	that in H5private.h based on the existence of `long long' or
	`__int64'. This gets rid of some #ifdef's in other parts of the code.
	The semantics of the hdf5 types are:

	   *int8_t	 Exactly one byte
	   *int16_t	 At least two bytes. We favor 32-bit integers over
			 16-bit integers if the 16-bit integer is 4-bytes wide
			 (Cray)
	   *int32_t	 At least four bytes.
	   *int64_t	 At least eight bytes
	   long_long	 The widest integral integer type

	The H5Smpio.c contains debugging code which is non-portable.

./tools/h5ls.c
	Changed the order native types are detected so we favor the name `int'
	over `short' or `long' if two of them are the same.

./config/conclude.in
	Added a rule to make test programs depend on the hdf5 library. This
	fixes a minor bug where changing H5detect.c and then running `make
	test' caused H5Tinit.c to not be recompiled and therefore the test
	files are not relinked.
1998-11-19 12:36:27 -05:00
bin [svn-r914] Changes since 19981113 1998-11-16 10:29:54 -05:00
config [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
doc [svn-r849] ./doc/html/Version.html 1998-10-30 09:40:46 -05:00
examples [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
pablo [svn-r924] Added names of new entry points. Sorted the entry names alphabetically. 1998-11-18 10:44:39 -05:00
src [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
test [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
testpar [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
tools [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
acconfig.h [svn-r879] Changes since 19981105 1998-11-06 13:00:22 -05:00
all.zip [svn-r926] added flush1,flush2,overhead projects to the all project 1998-11-19 11:32:07 -05:00
configure [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
configure.in [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
COPYING [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
INSTALL_MAINT [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL_parallel [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_parallel.ascired [svn-r441] MPIO library maintained by William M. Davidson (wmdavid) has been 1998-07-01 19:16:28 -05:00
INSTALL.ascired [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
INSTALL.ibm.sp.parallel [svn-r589] Use mpich v1.1.1 and ROMIO. 1998-08-13 15:48:09 -05:00
INSTALL.parallel [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
Makefile.dist [svn-r207] Testing 1998-01-30 16:51:02 -05:00
Makefile.in [svn-r735] Changes since 19981002 1998-10-05 16:01:10 -05:00
MANIFEST [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
README [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
RELEASE [svn-r848] ./RELEASE 1998-10-30 09:40:37 -05:00

This is hdf5-1.1.28 released on Wed Nov 18 10:21:47 CST 1998
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.