hdf5/test
Robb Matzke b227b38853 [svn-r204] Changes since 19980129
----------------------

./RELEASE
        Added Library functions that I missed the first time.

./html/Datasets.html
        Added an example for Elena's question about how to read a
        single member of a compound data type so it becomes an array
        of that member in memory.

./src/H5Pprivate.h
        Fixed the prototype for H5P_get_hyperslab() to match the
        definition.

./src/H5Psimp.c
        Oops, added the kludge back in for the offset argument, which
        is still an `intn' instead of a `size_t'.

./src/H5.c
./src/H5public.h
./src/H5F.c
./src/H5T.c
./src/H5Tpublic.h
        Changed H5init() to H5open() and added an H5close() to fit our
        create/open/close paradigm.  The H5open() happens
        automatically on the first call to the HDF5 library.  The
        H5close() happens automatically on exit() (unless the app
        turns off that feature). H5close() closes all datasets and
        files and releases all resources used by the library.

./test/dsets.c
        Added calls to H5open() and H5close() to test them.

./test/dtypes.c
        Removed call to H5init() since we no longer need it there.

./src/H5Fstdio.c
        Changed the PABLO_MASK to the right value.  Thanks Kim.
1998-01-30 14:25:44 -05:00
..
cmpd_dset.c [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
dsets.c [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
dspace.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
dtypes.c [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
hyperslab.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
istore.c [svn-r164] Changes since 19980122 1998-01-22 11:41:32 -05:00
Makefile.in [svn-r186] Changes since 19980128 1998-01-28 13:52:53 -05:00
testhdf5.c [svn-r189] Minor cleanups for clean compilation on IRIX 6.2 1998-01-28 15:25:14 -05:00
testhdf5.h [svn-r185] Changes since 19980128 1998-01-28 11:50:09 -05:00
tfile.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
th5p.c [svn-r174] Switched calls from H5Pcreate to H5Pcreate_simple 1998-01-27 16:11:32 -05:00
theap.c [svn-r164] Changes since 19980122 1998-01-22 11:41:32 -05:00
tmeta.c [svn-r157] Reformatted code with indent... 1998-01-16 17:23:43 -05:00
tohdr.c [svn-r164] Changes since 19980122 1998-01-22 11:41:32 -05:00
tstab.c [svn-r164] Changes since 19980122 1998-01-22 11:41:32 -05:00