hdf5/tools
Bill Wendling 71090d2e9a [svn-r3412] Purpose:
Code cleanup
Description:
    Cleaned the code up a bit getting rid of some warnings about "const"
    being lost from passing a const char * to a function, etc.

    Also force the error messages to stderr instead of simply printing
    them to stdout. The same behaviour can be achieved by running h5dump
    like:

            h5dump ... 2>&1

    however, the error reporting before this change wasn't consistent in
    its use. I also made some of the error messages clearer (giving names
    of the failed types and, when there's an "internal error", reporting
    the line number the error occurred on so that we can debug).
Solution:
    Converted to "fflush(stdout); fprintf(stderr,...);" for all error
    reportings.
Platforms tested:
    Linux
2001-02-15 14:31:55 -05:00
..
testfiles [svn-r3408] Purpose: 2001-02-14 15:48:22 -05:00
Dependencies [svn-r3304] Purpose: 2001-01-18 18:30:23 -05:00
h4toh5anno.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5image.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5main.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5main.h [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5pal.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5sds.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5util.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5util.h [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5vdata.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h4toh5vgroup.c [svn-r3193] 2000-12-22 14:03:00 -05:00
h5debug.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h5dump.c [svn-r3412] Purpose: 2001-02-15 14:31:55 -05:00
h5dump.h [svn-r2623] Purpose: 2000-09-29 22:31:08 -05:00
h5dumptst.c [svn-r3284] Purpose: 2001-01-12 15:24:58 -05:00
h5import.c [svn-r3276] 2001-01-12 01:48:36 -05:00
h5ls.c [svn-r3304] Purpose: 2001-01-18 18:30:23 -05:00
h5repart.c [svn-r3276] 2001-01-12 01:48:36 -05:00
h5toh4.c [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h5toh4.h [svn-r3252] Purpose: 2001-01-09 16:22:30 -05:00
h5tools.c [svn-r3412] Purpose: 2001-02-15 14:31:55 -05:00
h5tools.h [svn-r3264] Purpose: 2001-01-10 16:24:54 -05:00
Makefile.in [svn-r2981] Purpose: 2000-11-20 15:21:30 -05:00
pdb2hdf.c [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
talign.c [svn-r2875] Purpose: 2000-11-13 12:03:59 -05:00
testh4toh5.sh [svn-r3266] Purpose: 2001-01-10 16:56:47 -05:00
testh5dump.sh [svn-r3408] Purpose: 2001-02-14 15:48:22 -05:00
testh5ls.sh [svn-r3287] Purpose: 2001-01-12 17:46:48 -05:00
testh5toh4.sh [svn-r3266] Purpose: 2001-01-10 16:56:47 -05:00