hdf5/test
Robb Matzke c01750fa74 [svn-r338] Changes since 19980407
----------------------

./src/H5B.c
./src/H5D.c
./src/H5Dprivate.h
./src/H5Dpublic.h
./src/H5F.c
./src/H5Farray.c
./src/H5Fcore.c
./src/H5Ffamily.c
./src/H5Fistore.c
./src/H5Flow.c
./src/H5Fprivate.h
./src/H5Fpublic.h
./src/H5Fsec2.c
./src/H5Fsplit.c
./src/H5Fstdio.c
./src/H5G.c
./src/H5Gent.c
./src/H5Gnode.c
./src/H5HG.c
./src/H5HL.c
./src/H5MF.c
./src/H5MFprivate.h
./src/H5O.c
./src/H5Ocont.c
./src/H5Odtype.c
./src/H5Oefl.c
./src/H5Olayout.c
./src/H5Oname.c
./src/H5Oprivate.h
./src/H5Osdspace.c
./src/H5Oshared.c
./src/H5Ostab.c
./src/H5P.c
./src/H5Ppublic.h
./src/H5S.c
./src/H5Sprivate.h
./src/H5Spublic.h
./src/H5Ssimp.c
./src/H5Tconv.c
./src/H5Tpkg.h
./src/H5V.c
./src/H5Vprivate.h
./src/H5private.h
./src/H5public.h
./src/h5ls.c
./test/cmpd_dset.c
./test/dsets.c
./test/extend.c
./test/external.c
./test/hyperslab.c
./test/iopipe.c
./test/istore.c
./test/shtype.c
./test/tfile.c
./test/th5s.c
	Anything having to do with the size of a dataset now uses the
	types `hsize_t' and `hssize_t' which must be the same size and
	at least as large as `size_t'.  This isn't fully tested yet,
	so hsize_t and hssize_t are defined as size_t and ssize_t in
	H5public.h.  Setting them to larger values will trip up gcc
	versions less than 2.8.1 on x86 platforms.

	Documented unused function formals with `__unused__' before
	the formal name.  This also has the effect of supressing
	warning messages for gcc since it's defined to be
	`__attribute__((unused))' in the H5private.h file.

./src/debug.c
./src/h5ls.c
	If the file name contains a `%' then the file is opened as a
	file family with H5P_DEFAULT for the file member access
	property list.

./src/h5ls.c
	The group name is optional, defaulting to `/'.

./src/hdf5.h
	Added some missing public header files.
1998-04-08 16:43:02 -05:00
..
.distdep [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
cmpd_dset.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
dsets.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
dspace.c [svn-r296] Switched prefix for dataspaces from H5P to H5S 1998-02-25 13:48:33 -05:00
dtypes.c [svn-r324] Change H5A (atoms) to H5I (IDs) 1998-03-17 17:46:27 -05:00
extend.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
external.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
gheap.c [svn-r335] Changes since 19980330 1998-04-02 22:29:38 -05:00
hyperslab.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
iopipe.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
istore.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
Makefile.in [svn-r336] Changes since 19980402 1998-04-03 16:11:05 -05:00
shtype.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
testhdf5.c [svn-r303] Changes since 19980228 1998-03-04 11:20:23 -05:00
testhdf5.h [svn-r302] Changes since 19980227 1998-02-28 13:19:05 -05:00
tfile.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
th5s.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -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-r337] Changes since 19980403 1998-04-07 10:34:16 -05:00