hdf5/bin
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
..
checkapi [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
checkposix [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
config.guess [svn-r1085] Added platform T3E. 1999-02-19 17:41:40 -05:00
config.sub [svn-r1085] Added platform T3E. 1999-02-19 17:41:40 -05:00
debug-ohdr [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
distdep [svn-r325] Changes since 19980317 1998-03-18 13:09:16 -05:00
errors [svn-r514] Changes since 19980715 1998-07-17 14:03:43 -05:00
h5vers [svn-r678] ./bin/h5vers 1998-09-09 13:19:59 -05:00
install-sh [svn-r33] ./bin/config.guess NEW 1997-08-15 11:38:05 -05:00
iostats [svn-r914] Changes since 19981113 1998-11-16 10:29:54 -05:00
release [svn-r1009] *** empty log message *** 1999-01-07 06:37:42 -05:00
snapshot [svn-r1108] Changes since 19990225 1999-02-26 14:58:14 -05:00
trace [svn-r971] Changes since 19981214 1998-12-17 14:35:20 -05:00
versinc [svn-r397] Finally! The "versinc" file now runs when files are checked in and 1998-05-06 12:18:49 -05:00