hdf5/test
Robb Matzke 1b3a1f8014 [svn-r437] Changes since 19980612
----------------------

./src/H5Tbit.c
./src/H5Tpkg.h
	Fixed a bug in H5T_bit_copy(). Added H5T_bit_get_d() and
	H5T_bit_set_d() which treat portions of a bit vector as an
	unsigned integer. Added H5T_bit_inc() that increments part of
	a bit vector and returns an indication of overflow.

./src/H5Tconv.c
./src/H5Tpkg.h
./test/dtypes.c
	Added a slow general floating point conversion which works so
	far on Intel, MIPS, and DEC but the test is turned off because
	a cast from double to float will cause a SIGFPE on some
	systems if an overflow occurs.

	Added fast hardware conversions between native floating point
	types.  This function is also subject to the SIGFPE problem.

./src/H5detect.c
	Removed the exponent bias adjustment when the significand
	isn't normalized.  This is now handled in the conversion
	functions instead.

./src/H5T.c
	Register new conversion functions.

	Plugged a memory leak in the library termination code.

./RELEASE
	Added a list of major changes since the first alpha.

./src/H5.c
./src/H5private.h
./src/H5A.c
./src/H5AC.c
./src/H5D.c
./src/H5Ffamily.c
./src/H5Fistore.c
./src/H5G.c
./src/H5Gprivate.h
./src/H5HG.c
./src/H5O.c
./src/H5T.c
./src/H5Tbit.c
./src/H5Tconv.c
	Fixed various compiler warnings on Irix64.

./src/H5MM.c
	Added PABLO_MASK to this file.

./test/chunk.c
	Removed a warning about memcpy().
1998-06-30 16:30:28 -05:00
..
.distdep [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
big.c [svn-r400] Changes since 19980513 1998-05-22 10:05:53 -05:00
bittests.c [svn-r428] Changes since 19980612 1998-06-16 14:38:26 -05:00
chunk.c [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
cmpd_dset.c [svn-r432] Changes since 19980617 1998-06-18 16:03:30 -05:00
dsets.c [svn-r432] Changes since 19980617 1998-06-18 16:03:30 -05:00
dtypes.c [svn-r437] Changes since 19980612 1998-06-30 16:30:28 -05:00
extend.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
external.c [svn-r432] Changes since 19980617 1998-06-18 16:03:30 -05:00
gheap.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
hyperslab.c [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
iopipe.c [svn-r382] Added ifdef's around getrusage. 1998-04-29 10:57:59 -05:00
istore.c [svn-r435] ./INSTALL 1998-06-22 22:41:22 -05:00
links.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
Makefile.in [svn-r428] Changes since 19980612 1998-06-16 14:38:26 -05:00
shtype.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
tattr.c [svn-r432] Changes since 19980617 1998-06-18 16:03:30 -05:00
testhdf5.c [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
testhdf5.h [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
tfile.c [svn-r359] Added tests for H5Fcreate with the H5F_ACC_EXCL flag. 1998-04-23 17:08:16 -05:00
th5s.c [svn-r432] Changes since 19980617 1998-06-18 16:03:30 -05:00
theap.c [svn-r333] Changes since 19980324 1998-03-30 14:24:08 -05:00
tmeta.c [svn-r233] Fixed order of arguments to print_func. 1998-02-10 08:15:46 -05:00
tohdr.c [svn-r324] Change H5A (atoms) to H5I (IDs) 1998-03-17 17:46:27 -05:00
tstab.c [svn-r378] Merged Robb's and my memory leak fixes into one set of common fixes. 1998-04-28 11:37:17 -05:00