hdf5/tools
Albert Cheng 22d4e6a05d [svn-r6000] Purpose:
Bug fix (ID 765 and part of ID 841)
Description:
    "h5dump -H" would core dump.  It was because the code was not
    checking if there was any file argument after option parsing.
    It referred to an non-existing filename argument.
    There was also some very old but not commented code which allowed
    the use of back slash to escape a filename begun with '-'.  The
    '--' option is better and more common practice.
Solution:
    Added code to check if there is still a filename argument after parsing.
    (This checking probably should goto inside the option_parsing routine.
    Also removed that old code mentioned above.
Platforms tested:
    eirene, arabica and modi4
2002-10-15 00:23:54 -05:00
..
gifconv [svn-r5983] Purpose: 2002-10-14 13:11:12 -05:00
h5diff [svn-r5983] Purpose: 2002-10-14 13:11:12 -05:00
h5dump [svn-r6000] Purpose: 2002-10-15 00:23:54 -05:00
h5ls [svn-r5983] Purpose: 2002-10-14 13:11:12 -05:00
lib [svn-r5983] Purpose: 2002-10-14 13:11:12 -05:00
misc [svn-r5983] Purpose: 2002-10-14 13:11:12 -05:00
testfiles [svn-r5581] Purpose: 2002-06-10 15:26:23 -05:00
Dependencies [svn-r3492] Purpose: 2001-02-22 17:01:58 -05:00
Makefile.in [svn-r5973] Purpose: 2002-10-09 16:25:48 -05:00