hdf5/tools/h5diff
Pedro Vicente Nunes 4eb8aa7d83 [svn-r6925] Purpose:
bug fix

Description:
the signed / unsigned comparison was not properly handled.
the fixtype function sets the sign for the memory type the same sign as found on disk
and the array_diff function only handled signed cases

Solution:
addded for each INTEGER size type an OR condition with the unsigned version
if the datatypes have different signs , comparison is NOT supported


Platforms tested:

Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)


Misc. update:
2003-05-29 16:53:46 -05:00
..
Dependencies [svn-r6825] Purpose: 2003-05-07 16:52:24 -05:00
h5diff.c [svn-r6925] Purpose: 2003-05-29 16:53:46 -05:00
h5difftst.c [svn-r6925] Purpose: 2003-05-29 16:53:46 -05:00
h5trav.c [svn-r6894] Purpose: 2003-05-19 00:09:08 -05:00
h5trav.h [svn-r6894] Purpose: 2003-05-19 00:09:08 -05:00
Makefile.in [svn-r6596] Purpose: 2003-04-08 14:50:17 -05:00
testh5diff.sh [svn-r6925] Purpose: 2003-05-29 16:53:46 -05:00