hdf5/bin
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
..
checkposix [svn-r204] Changes since 19980129 1998-01-30 14:25:44 -05:00
config.guess [svn-r191] Added configuration for IRIX64 OS. Distinguish it from plain 1998-01-28 15:52:47 -05:00
config.sub [svn-r110] Fixed problems with cpu=i686 1997-09-24 11:27:36 -05:00
errors [svn-r60] ./bin/checkposix NEW 1997-09-02 10:37:49 -05:00
install-sh [svn-r33] ./bin/config.guess NEW 1997-08-15 11:38:05 -05:00
release [svn-r198] Changes since 19980129 1998-01-29 16:56:06 -05:00