hdf5/src
Quincey Koziol e87fc517b8 [svn-r4355] Purpose:
Code cleanup (sorta)

Description:
    When the first versions of the HDF5 library were designed, I remembered
    vividly the difficulties of porting code from a 32-bit platform to a 16-bit
    platform and asked that people use intn & uintn instead of int & unsigned
    int, respectively.  However, in hindsight, this was overkill and
    unnecessary since we weren't going to be porting the HDF5 library to
    16-bit architectures.

    Currently, the extra uintn & intn typedefs are causing problems for users
    who'd like to include both the HDF5 and HDF4 header files in one source
    module (like Kent's h4toh5 library).

Solution:
    Changed the uintn & intn's to unsigned and int's respectively.

Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-08-14 17:09:56 -05:00
..
.indent.pro [svn-r4324] Purpose: 2001-08-10 15:47:05 -05:00
Dependencies [svn-r4351] Purpose: 2001-08-14 15:05:30 -05:00
H5.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5A.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5AC.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5ACprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5ACpublic.h
H5api_adpt.h
H5Apkg.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Aprivate.h
H5Apublic.h
H5B.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Bprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Bpublic.h
H5config.h.in [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
H5D.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Dcontig.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5detect.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Distore.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Dprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Dpublic.h [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
H5Dseq.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5E.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Eprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Epublic.h [svn-r4324] Purpose: 2001-08-10 15:47:05 -05:00
H5F.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Farray.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Fcontig.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FD.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDcore.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDcore.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDdpss.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDdpss.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDfamily.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDfamily.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDgass.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDgass.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDlog.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDlog.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDmpio.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDmpio.h
H5FDmulti.c [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
H5FDmulti.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDpublic.h [svn-r4181] Purpose: 2001-07-10 16:19:18 -05:00
H5FDsec2.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDsec2.h
H5FDsrb.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDsrb.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDstdio.c [svn-r4232] Purpose: 2001-07-17 16:27:06 -05:00
H5FDstdio.h [svn-r4275] 2001-07-30 12:03:57 -05:00
H5FDstream.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FDstream.h
H5Fistore.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FL.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5FLprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Fpkg.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Fprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Fpublic.h [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
H5Fseq.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5G.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Gent.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Gnode.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Gpkg.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Gprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Gpublic.h
H5Gstab.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5HG.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5HGprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5HGpublic.h
H5HL.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5HLprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5HLpublic.h
H5I.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Iprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ipublic.h [svn-r4324] Purpose: 2001-08-10 15:47:05 -05:00
H5MF.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5MFprivate.h
H5MM.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5MMprivate.h
H5MMpublic.h
H5O.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Oattr.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ocomp.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ocont.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Odtype.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Oefl.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ofill.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Olayout.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Omtime.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Oname.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Onull.c
H5Oprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Opublic.h
H5Osdspace.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Oshared.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ostab.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5P.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Pprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Ppublic.h [svn-r4329] Purpose: 2001-08-11 22:56:45 -05:00
H5private.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5public.h [svn-r4311] Snapshot version 1.5 release 10 2001-08-04 03:16:40 -05:00
H5R.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Rprivate.h
H5Rpublic.h
H5S.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Sall.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Shyper.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Smpio.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Snone.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Spkg.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Spoint.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Sprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Spublic.h
H5Sselect.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5T.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5TB.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Tbit.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5TBprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Tconv.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Tpkg.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Tprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Tpublic.h [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
H5TS.c
H5TSprivate.h
H5Tvlen.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5V.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Vprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Z.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Zdeflate.c [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Zprivate.h [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
H5Zpublic.h
hdf5.h
libhdf5.settings.in
Makefile.in