hdf5/test
Robb Matzke 912c5a0874 [svn-r1108] Changes since 19990225
----------------------

./INSTALL
	Added warnings and a disclaimer about GNU, DEC, Irix64, and NT
	compilers that generate incorrect machine code.

./configure.in
./src/H5private.h
	Detects and includes <sys/param.h> which is needed on FreeBSD
	before <sys/proc.h> even though we only really using anything
	from <sys/proc.h> on the DEC Alpha.

./config/irix64
	Turned off warnings for duplicate definitions from the linker
	because -lnsl on irix has the same stuff in it as -lc.

./config/irix6.x
	Split up the CC and CFLAGS settings like with irix64 so that
	compilers besides `-n32' can be used.

./bin/snapshot
	The snapshots are tagged with names like hdf5-1_1_52 which is
	similar to the way the releases are tagged (cvs doesn't allow
	dots in tags).

./test/dtypes.c
./src/H5private.h
./src/H5Tconv.c
	Fixed some alignment violations on the DEC when using high
	optimization levels. The DEC incorrectly optimizes certain
	memcpy() and memmove() calls when the source argument is not
	word aligned if the call looks like it's copying an atomic
	data type.

./test/hyperslab
	Worked around code generation bugs in the Irix64 Mongoose 7.00
	compiler by casting some `unsigned long' values to `unsigned'
	in an expression.

./src/H5Ocomp.c
	Fixed a place where %d was used to print a size_t.
1999-02-26 14:58:14 -05:00
..
.distdep [svn-r1108] Changes since 19990225 1999-02-26 14:58:14 -05:00
big.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
bittests.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
chunk.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
cmpd_dset.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
dsets.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
dtypes.c [svn-r1108] Changes since 19990225 1999-02-26 14:58:14 -05:00
enum.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
extend.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
external.c [svn-r1089] changed the call to open to HDopen since NT needs that 0_BINARY flag 1999-02-21 14:55:24 -05:00
fillval.c [svn-r1011] Changes since 19981217 1999-01-07 06:42:04 -05:00
flush1.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
flush2.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
gheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
h5test.c [svn-r971] Changes since 19981214 1998-12-17 14:35:20 -05:00
h5test.h [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
hyperslab.c [svn-r1108] Changes since 19990225 1999-02-26 14:58:14 -05:00
iopipe.c [svn-r1033] added some calls to get the time elapsed on WIN NT 1999-01-25 12:40:54 -05:00
istore.c [svn-r1011] Changes since 19981217 1999-01-07 06:42:04 -05:00
lheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
links.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
Makefile.in [svn-r1011] Changes since 19981217 1999-01-07 06:42:04 -05:00
mount.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
mtime.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
ohdr.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
overhead.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
ragged.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
space_overflow.c [svn-r803] Something I forgot to add earlier... 1998-10-27 00:08:09 -05:00
stab.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
tattr.c [svn-r1022] changed the macro for FILE to be FILENAME since it conflicted with a macro 1999-01-12 15:55:21 -05:00
testhdf5.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
testhdf5.h [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
th5s.h5 [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
tmeta.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
trefer.c [svn-r957] Updated test for dataset region code, currently generating an assertion failure 1998-11-30 14:44:30 -05:00
tselect.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
unlink.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00