hdf5/tools
Robb Matzke 96f9f1859b [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function.
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.
2000-06-23 12:52:21 -05:00
..
testfiles [svn-r2307] test file for the bitfields test. i used the bitfield parts of the dataset test file 2000-05-31 11:21:36 -05:00
Dependencies [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
h5debug.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5dump.c [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
h5dump.h [svn-r2011] added new structure to h5tools.h that is used to customize the output for 2000-03-09 12:53:48 -05:00
h5dumptst.c [svn-r2308] added a funtion to create a bitfields test file. just used the code from the dataset 2000-05-31 11:22:38 -05:00
h5import.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5ls.c [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
h5repart.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5toh4.c [svn-r2001] Purpose: 2000-03-06 18:02:40 -05:00
h5toh4.h [svn-r1691] Portability tweaks and warnings fixed 1999-09-28 19:31:07 -05:00
h5tools.c [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
h5tools.h [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
Makefile.in [svn-r2242] Removed h5dumputil.c. Its functions have been migrated to h5tools.c. 2000-05-11 17:15:12 -05:00
pdb2hdf.c [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
testh5dump.sh [svn-r2046] added a test for the tnestedcomp.h5 test. 2000-03-21 12:59:28 -05:00
testh5toh4 [svn-r1801] Purpose: 1999-10-29 21:30:42 -05:00