hdf5/test
Robb Matzke fdfb6dfd26 [svn-r163] Changes since 19980121
----------------------

./Makefile.in
        Added more dependencies to .PHONY.

./src/H5D.c
        The write side of the I/O pipeline is implemented now too.
        Things are looking good for the prototype and it's just a
        matter of populating the library with the data type and data
        space conversion functions.

./src/H5Farray.c
./src/H5Fprivate.h
./test/istore.c
        Changed the order of the arguments for H5F_arr_read() and
        H5F_arr_write().

./src/H5P.c
./src/H5Pprivate.h
        Changed the names of the arguments of H5P_find().  Fleshed out
        the mgath and fscat callback types.

./src/H5Psimp.c
        Added stubs for H5P_simp_mgath() and H5P_simp_fscat() that
        operate on the entire data space.  Quincey, once you have the
        data space hyperslab stuff in place let me know and I'll
        finish the H5P_simp_*() functions to do partial I/O.  Or you
        can take a look at it too if you like; there's some comments
        in there for you.

./src/H5V.c
./src/H5Vprivate.h
        Changed dimensionality arguments from `size_t' to `intn' to be
        consistent with the rest of the library and to get rid of
        warnings on 64-bit Irix.
1998-01-22 10:27:29 -05:00
..
dsets.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
dspace.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
dtypes.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
hyperslab.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
istore.c [svn-r163] Changes since 19980121 1998-01-22 10:27:29 -05:00
Makefile.in [svn-r140] ./test/Makefile.in 1997-12-10 17:41:56 -05:00
testhdf5.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
testhdf5.h [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
tfile.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
th5p.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
theap.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
tmeta.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
tohdr.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
tstab.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00