Albert Cheng b9b28ce4cc [svn-r16830] Bug fix.
In Up (AIX system), the insert_libhdf5_settings() infinite looped because
it never found EOF.  Man getc in another system said:
   "If  the  integer  value returned by getc() is stored into a variable of
   type char and then compared against the integer constant EOF, the  com-
   parison may never succeed, because sign-extension of a variable of type
   char on widening to integer is implementation-defined."

Solution:
Changed inchar from type char to int fixed the problem.
Morale of the story: RTFM or HTCW (heed the compiler warnings).

Tested:
Up (AIX 5.3).
2009-04-21 18:29:12 -05:00
2009-04-20 01:03:29 -05:00
2009-04-21 15:57:26 -05:00
2009-04-20 00:03:41 -05:00
2009-04-20 01:03:29 -05:00
2009-04-20 01:03:29 -05:00
2009-04-21 18:29:12 -05:00
2009-04-20 14:17:59 -05:00
2009-04-20 01:03:29 -05:00
2009-04-20 16:06:54 -05:00
2009-04-20 01:03:29 -05:00
2006-03-30 18:08:50 -05:00
2009-04-20 18:03:40 -05:00
2009-04-21 18:09:30 -05:00
2009-04-20 01:03:29 -05:00
2009-04-20 11:48:14 -05:00

HDF5 version 1.8.2-post13 currently under development
==> README.txt <==
Messages sent to the list should be addressed to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a 
library snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
Official HDF5® Library Repository
Readme 287 MiB
Languages
C 77.8%
HTML 5.7%
Java 4.1%
Fortran 3.7%
C++ 2.7%
Other 5.8%