diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-29 22:23:04 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-29 22:23:04 (GMT) |
commit | cbf1f8dbb5bebca21959d0eb8bb93100648b8c95 (patch) | |
tree | 79a007eca9740ad7b013e5eb168bfb9bb90f6870 /test/tohdr.c | |
parent | 3ea316ff54d76b866325794d84e4a9c060a4b2b8 (diff) | |
download | hdf5-cbf1f8dbb5bebca21959d0eb8bb93100648b8c95.zip hdf5-cbf1f8dbb5bebca21959d0eb8bb93100648b8c95.tar.gz hdf5-cbf1f8dbb5bebca21959d0eb8bb93100648b8c95.tar.bz2 |
[svn-r55] ./src/H5F.c
Added H5Fflush() and H5F_flush() which flush (and optionally
invalidate the cache) and flush the file boot block.
H5Fcreate() calls H5F_flush() to output the boot block.
H5Fclose() calls H5F_flush() to update the boot block.
H5F_debug() prints the root symbol table entry.
./src/H5Fpublic.h
Added H5Fflush() prototype.
./src/H5G.c
The name message is removed when an object moves from the root
object position into a directory.
Added H5G_debug() to print a symbol table entry. Most of the
code was just moved from H5G_node_debug().
./src/H5Gnode.c
Moved some debugging code into H5G_debug().
./src/H5Gprivate.c
Added H5G_debug() prototype.
./src/H5O.c
Implemented H5O_remove().
Added identifiers for H5O_SIM_DIM and H5O_SIM_DTYPE so they
can be read from files.
H5O_load() combines adjacent null messages for better memory
management.
./src/H5Oprivate.h
Changed minimum header data block size from 16 to 32 bytes.
Changed prototype for H5O_remove()
Diffstat (limited to 'test/tohdr.c')
0 files changed, 0 insertions, 0 deletions