Go to file
Raymond Lu f32d49916d [svn-r21220] The original code
i_mask = ~((unsigned)~0 << (precision[0] + offset[0])) & ((unsigned)~0 << offset[0]);
in line 3680 left shifted a 32-bit integer for 32-bit.  The result is undefined by C language.  A user
discovered it using clang compiler with -fcatch-undefined-behavior option (see Issue 7674
in Jira).  So I changed it in a funny way to avoid it.

Tested on jam, koala, and heiwa.
2011-08-12 09:38:30 -05:00
bin [svn-r21063] Description: 2011-07-01 15:09:44 -05:00
c++ [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
config [svn-r21208] Add fortran COMPILE_FLAGS 2011-08-10 14:49:00 -05:00
examples [svn-r21119] Description: 2011-07-18 17:33:18 -05:00
fortran [svn-r21194] Add parallel version of windows def file for fortran exports 2011-08-08 16:57:49 -05:00
hl [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
m4 [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
perform [svn-r21208] Add fortran COMPILE_FLAGS 2011-08-10 14:49:00 -05:00
release_docs [svn-r21198] Change default fortran compiler to gfortran 2011-08-09 13:55:31 -05:00
src [svn-r21209] Added descriptive comment to H5G_stab_valid comment block. Tested locally just to ensure no errors were introduced. 2011-08-10 15:46:35 -05:00
test [svn-r21220] The original code 2011-08-12 09:38:30 -05:00
testpar [svn-r21201] Prepend test folder name to perform and testpar cmake tests 2011-08-09 14:13:26 -05:00
tools [svn-r21210] Correct location of xml schema files. JIRA HDFFV-7688 2011-08-10 15:48:05 -05:00
vms [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
windows [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 [svn-r20502] Purpose: 2011-04-14 14:45:57 -05:00
acsite.m4
CMakeLists.txt [svn-r21171] Commit HDFFV-5929 winthreads define fix 2011-08-04 10:21:15 -05:00
configure [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
configure.in [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00
COPYING [svn-r20116] Description: 2011-02-17 14:03:56 -05:00
CTestConfig.cmake [svn-r21201] Prepend test folder name to perform and testpar cmake tests 2011-08-09 14:13:26 -05:00
Makefile.am [svn-r19506] Bring changes from revisions 19408, 19421, and 19442 from branches/hdf5_1_8 to trunk. These revisions reorganize the compile scripts using h5cc.in, h5fc.in, and h5c++.in, add checks for installed examples to the scripts that run them after installation, and add DESTDIR for install as needed for RPMs. 2010-10-04 12:15:30 -05:00
Makefile.dist
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
MANIFEST [svn-r21208] Add fortran COMPILE_FLAGS 2011-08-10 14:49:00 -05:00
README.txt [svn-r21185] Snapshot version 1.9 release 87 2011-08-07 09:17:33 -05:00

HDF5 version 1.9.88 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

    hdf5dev     - For discussion of the HDF5 library development
                  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@hdfgroup.org

Messages to be sent to the list should be sent 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.