mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
96f9f1859b
1. The `driver' table is initialized only once, making it faster and leaking less memory. 2. The returned driver name is set to the empty string on failure. 3. Added an argument so the function cannot overwrite the end of the drivername return value. 4. Avoids core dump when assigning driver name to return value if the file could not be opened by any driver. 5. Changed name of function to h5dump_fopen() to follow the naming scheme for this source file. 6. Reindented according to hdf5 code standard. 7. Added `const' qualifiers to read-only formals. 8. Removed duplicate forward declaration. Reindented some parts of these source files that had very odd indentation (some lines had no indentation while others had 3x what they should). Fixed calls to H5ToolsFopen() function. |
||
---|---|---|
.. | ||
testfiles | ||
Dependencies | ||
h5debug.c | ||
h5dump.c | ||
h5dump.h | ||
h5dumptst.c | ||
h5import.c | ||
h5ls.c | ||
h5repart.c | ||
h5toh4.c | ||
h5toh4.h | ||
h5tools.c | ||
h5tools.h | ||
Makefile.in | ||
pdb2hdf.c | ||
testh5dump.sh | ||
testh5toh4 |