hdf5/src
Quincey Koziol cdc1746637 [svn-r17002] Description:
Rename H5O_protect/H5O_unprotect to be H5O_pin/H5O_unpin, since that's what
that are actually doing.

    Add counter of the number of times the object header is pinned, to allow
H5O_pin/H5O_unpin to be called reentrantly.

Tested on:
    FreeBSD/32 6.3 (duty) in debug mode
    FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
    Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
        in debug mode
    Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
        w/C++ & FORTRAN, in production mode
    Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
        w/szip filter, in production mode
    Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
        in production mode
    Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
    Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
    Mac OS X/32 10.5.7 (amazon) in debug mode
    Mac OS X/32 10.5.7 (amazon) w/C++ & FORTRAN, w/threadsafe,
        in production mode
2009-06-04 10:13:15 -05:00
..
.indent.pro
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
H5.c [svn-r16702] Purpose: Improve performance of factory free lists. 2009-04-08 13:53:36 -05:00
H5A.c [svn-r16477] Purpose: Fix problem with opening an attribute multiple times through multiple 2009-02-12 14:06:37 -05:00
H5Abtree2.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5AC.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5ACpkg.h [svn-r15211] Description: 2008-06-12 23:52:22 -05:00
H5ACprivate.h [svn-r16938] Purpose: 2009-05-12 17:07:21 -05:00
H5ACpublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Adense.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Adeprec.c [svn-r15485] Purpose: Allow library to shut down properly when objects have reference count 2008-08-19 11:35:16 -05:00
H5Aint.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5api_adpt.h [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Apkg.h [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Aprivate.h [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Apublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Atest.c [svn-r16477] Purpose: Fix problem with opening an attribute multiple times through multiple 2009-02-12 14:06:37 -05:00
H5B2.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5B2cache.c [svn-r16655] Description: 2009-04-02 13:10:26 -05:00
H5B2dbg.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2int.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5B2pkg.h [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5B2private.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5B2public.h
H5B2stat.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2test.c [svn-r16654] Description: 2009-04-02 13:08:05 -05:00
H5B.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Bcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Bdbg.c [svn-r16204] Description: 2008-12-18 08:43:21 -05:00
H5Bpkg.h [svn-r16204] Description: 2008-12-18 08:43:21 -05:00
H5Bprivate.h [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Bpublic.h [svn-r16182] Description: 2008-12-11 14:29:44 -05:00
H5C.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5checksum.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5config.h.in [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5Cpkg.h [svn-r16290] Purpose: 2009-01-09 14:53:30 -05:00
H5Cprivate.h [svn-r16982] Description: 2009-05-26 17:42:12 -05:00
H5Cpublic.h [svn-r14442] Modified metadata cache to adapt more quickly to the insertion of a 2008-01-18 12:52:12 -05:00
H5CS.c [svn-r15165] Purpose: Create new HDpthread_self and HDpthread_self_ulong macros 2008-06-06 14:11:46 -05:00
H5CSprivate.h [svn-r13770] Description: 2007-05-18 23:58:59 -05:00
H5D.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5dbg.c
H5Dbtree.c [svn-r16354] Description: 2009-01-27 09:00:07 -05:00
H5Dchunk.c [svn-r16973] Description: 2009-05-21 13:46:33 -05:00
H5Dcompact.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Dcontig.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Ddbg.c [svn-r15131] Description: 2008-06-03 14:44:12 -05:00
H5Ddeprec.c [svn-r16062] Purpose: Allow per-dataset rdcc configuration 2008-11-12 13:07:51 -05:00
H5Defl.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5detect.c [svn-r16829] Bug fix. 2009-04-21 18:28:58 -05:00
H5Dfill.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Dint.c [svn-r17002] Description: 2009-06-04 10:13:15 -05:00
H5Dio.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Dmpio.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5Doh.c [svn-r16394] Description: 2009-01-31 21:31:34 -05:00
H5Dpkg.h [svn-r16973] Description: 2009-05-21 13:46:33 -05:00
H5Dprivate.h [svn-r16354] Description: 2009-01-27 09:00:07 -05:00
H5Dpublic.h [svn-r16504] Maintenance: Fixed a typo discovered while compiling on AIX system 2009-02-20 17:02:08 -05:00
H5Dscatgath.c [svn-r16803] Purpose: Fix bug 1548 2009-04-20 11:54:52 -05:00
H5Dselect.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Dtest.c [svn-r16480] Purpose: Improve chunk cache 2009-02-12 15:46:32 -05:00
H5E.c [svn-r16955] Lifted the restrictions that major and minor errors must be in the same class. 2009-05-15 10:49:55 -05:00
H5EA.c [svn-r16997] Description: 2009-06-02 15:14:17 -05:00
H5EAcache.c [svn-r16636] Description: 2009-03-31 14:24:31 -05:00
H5EAdbg.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5EAdblkpage.c [svn-r16633] Description: 2009-03-31 11:46:04 -05:00
H5EAdblock.c [svn-r16633] Description: 2009-03-31 11:46:04 -05:00
H5EAhdr.c [svn-r16636] Description: 2009-03-31 14:24:31 -05:00
H5EAiblock.c [svn-r16633] Description: 2009-03-31 11:46:04 -05:00
H5EAint.c [svn-r16633] Description: 2009-03-31 11:46:04 -05:00
H5EApkg.h [svn-r16982] Description: 2009-05-26 17:42:12 -05:00
H5EAprivate.h [svn-r16997] Description: 2009-06-02 15:14:17 -05:00
H5EAsblock.c [svn-r16633] Description: 2009-03-31 11:46:04 -05:00
H5EAstat.c [svn-r15674] Description: 2008-09-22 10:22:03 -05:00
H5EAtest.c [svn-r16982] Description: 2009-05-26 17:42:12 -05:00
H5Edefin.h [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Edeprec.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Einit.h [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Eint.c [svn-r16835] Allow an error class to use other class's major or minor errors. Added a test for it, too. 2009-04-22 13:39:10 -05:00
H5Epkg.h [svn-r14097] Description: 2007-08-21 16:08:27 -05:00
H5Eprivate.h [svn-r16869] Description: 2009-04-28 09:41:07 -05:00
H5Epubgen.h [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Epublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5err.txt [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Eterm.h [svn-r16650] Snapshot version 1.9 release 36 2009-04-01 15:07:23 -05:00
H5F.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Faccum.c [svn-r15937] Description: 2008-10-23 15:25:09 -05:00
H5FD.c [svn-r15861] Description: 2008-10-14 08:16:25 -05:00
H5Fdbg.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
H5FDcore.c [svn-r16382] Description: 2009-01-29 16:08:13 -05:00
H5FDcore.h
H5FDdirect.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDdirect.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5FDfamily.c [svn-r16609] Bug fix (#1161): When a family file created with v1.6 library is opened and closed with 2009-03-24 17:06:07 -05:00
H5FDfamily.h
H5FDint.c [svn-r16615] Purpose: Fix bug 1499 2009-03-26 10:12:48 -05:00
H5FDlog.c [svn-r15861] Description: 2008-10-14 08:16:25 -05:00
H5FDlog.h
H5FDmpi.c
H5FDmpi.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDmpio.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDmpio.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDmpiposix.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDmpiposix.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDmulti.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
H5FDmulti.h
H5FDpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDprivate.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDpublic.h [svn-r16137] Description: 2008-11-28 14:16:24 -05:00
H5FDsec2.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5FDsec2.h
H5FDspace.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FDstdio.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDstdio.h
H5FDwindows.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDwindows.h [svn-r13852] Added includes in various places to make it possible to set windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h . 2007-06-11 17:27:07 -05:00
H5Ffake.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Fio.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FL.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5FLprivate.h [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5Fmount.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Fmpi.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FO.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5FOprivate.h
H5Fpkg.h [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Fprivate.h [svn-r16367] Description: 2009-01-27 18:09:35 -05:00
H5Fpublic.h [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5Fquery.c [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5FS.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5FScache.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5FSdbg.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5Fsfile.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5FSpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FSprivate.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FSpublic.h
H5FSsection.c [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5FSstat.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FStest.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5Fsuper.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Ftest.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5G.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Gbtree2.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5Gcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Gcompact.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5Gdense.c [svn-r16540] Move variable declaration to the top of the block in H5G_dense_iterate 2009-03-04 14:41:41 -05:00
H5Gdeprec.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5Gent.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Gint.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Glink.c [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5Gloc.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Gname.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Gnode.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5Gobj.c [svn-r17002] Description: 2009-06-04 10:13:15 -05:00
H5Goh.c [svn-r16414] Description: 2009-02-03 18:42:24 -05:00
H5Gpkg.h [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Gprivate.h [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Gpublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Groot.c [svn-r16721] Purpose: Fix problems with "no strct format checks" 2009-04-09 15:22:11 -05:00
H5Gstab.c [svn-r16721] Purpose: Fix problems with "no strct format checks" 2009-04-09 15:22:11 -05:00
H5Gtest.c [svn-r16710] Purpose: Fix bug 1423 2009-04-08 16:53:31 -05:00
H5Gtraverse.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5HF.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5HFbtree2.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5HFcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5HFdbg.c [svn-r16060] Description: 2008-11-11 18:29:04 -05:00
H5HFdblock.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5HFdtable.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5HFhdr.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5HFhuge.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5HFiblock.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5HFiter.c [svn-r16306] Description: 2009-01-14 08:09:42 -05:00
H5HFman.c [svn-r16306] Description: 2009-01-14 08:09:42 -05:00
H5HFpkg.h [svn-r16060] Description: 2008-11-11 18:29:04 -05:00
H5HFprivate.h [svn-r14085] Description: 2007-08-14 11:04:42 -05:00
H5HFpublic.h
H5HFsection.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5HFspace.c [svn-r16060] Description: 2008-11-11 18:29:04 -05:00
H5HFstat.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5HFtest.c
H5HFtiny.c
H5HG.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5HGcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5HGdbg.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5HGpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5HGprivate.h [svn-r15676] Description: 2008-09-22 12:13:21 -05:00
H5HGpublic.h
H5HL.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5HLcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5HLdbg.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5HLpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5HLprivate.h [svn-r15676] Description: 2008-09-22 12:13:21 -05:00
H5HLpublic.h
H5HP.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5HPprivate.h
H5I.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5Ipkg.h
H5Iprivate.h [svn-r15796] Purpose: Close bug #1322 2008-10-06 22:47:09 -05:00
H5Ipublic.h [svn-r16036] Purpose: add H5Iis_valid function 2008-11-05 14:07:40 -05:00
H5L.c [svn-r16730] Purpose: Fix bug 1539b 2009-04-10 15:07:14 -05:00
H5Lexternal.c [svn-r16316] Added support for OpenVMS pathname for external links. 2009-01-14 15:41:17 -05:00
H5Lpkg.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Lprivate.h [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5Lpublic.h [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5MF.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
H5MFaggr.c [svn-r15861] Description: 2008-10-14 08:16:25 -05:00
H5MFdbg.c [svn-r15861] Description: 2008-10-14 08:16:25 -05:00
H5MFpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5MFprivate.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5MFsection.c [svn-r15868] Description: 2008-10-14 20:46:34 -05:00
H5MM.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5MMprivate.h
H5MMpublic.h [svn-r13917] Description: 2007-06-26 12:44:39 -05:00
H5MP.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5MPpkg.h
H5MPprivate.h
H5MPtest.c
H5O.c [svn-r17002] Description: 2009-06-04 10:13:15 -05:00
H5Oainfo.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Oalloc.c [svn-r16475] Purpose: Fix rare error when adding a new object header message 2009-02-12 13:59:11 -05:00
H5Oattr.c [svn-r16477] Purpose: Fix problem with opening an attribute multiple times through multiple 2009-02-12 14:06:37 -05:00
H5Oattribute.c [svn-r16483] Description: 2009-02-12 17:41:52 -05:00
H5Obogus.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Obtreek.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Ocache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Ocont.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Ocopy.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5Odbg.c [svn-r16436] Checkin for moving messages forward into continuation message: 2009-02-05 10:29:27 -05:00
H5Odrvinfo.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Odtype.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
H5Oefl.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Ofill.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Oginfo.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Olayout.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Olinfo.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Olink.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Omessage.c [svn-r16594] Purpose: fix bug 1189 2009-03-23 13:51:29 -05:00
H5Omtime.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Oname.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Onull.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Opkg.h [svn-r17002] Description: 2009-06-04 10:13:15 -05:00
H5Opline.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Oprivate.h [svn-r17002] Description: 2009-06-04 10:13:15 -05:00
H5Opublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Orefcount.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Osdspace.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Oshared.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
H5Oshared.h [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Oshmesg.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Ostab.c [svn-r16473] Purpose: fix problems related to 'self-referential' attributes 2009-02-12 13:47:04 -05:00
H5Otest.c [svn-r16483] Description: 2009-02-12 17:41:52 -05:00
H5Ounknown.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5overflow.h [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5overflow.txt [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5P.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Pacpl.c
H5Pdapl.c [svn-r16766] Fix a comment in H5Pdapl.c, update RELEASE.txt with chages to factory free 2009-04-16 16:06:37 -05:00
H5Pdcpl.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Pdeprec.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Pdxpl.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Pfapl.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Pfcpl.c [svn-r16182] Description: 2008-12-11 14:29:44 -05:00
H5Pfmpl.c
H5Pgcpl.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Pint.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5Plapl.c [svn-r16306] Description: 2009-01-14 08:09:42 -05:00
H5Plcpl.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Pocpl.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Pocpypl.c
H5Ppkg.h [svn-r14202] Description: 2007-10-11 16:09:42 -05:00
H5Pprivate.h [svn-r15512] Description: 2008-08-21 15:41:12 -05:00
H5Ppublic.h [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5private.h [svn-r16969] Updated perf_serial test to work on windows. 2009-05-21 10:40:03 -05:00
H5Pstrcpl.c
H5Ptest.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5public.h [svn-r16995] Snapshot version 1.9 release 39 2009-06-01 13:50:44 -05:00
H5R.c [svn-r16062] Purpose: Allow per-dataset rdcc configuration 2008-11-12 13:07:51 -05:00
H5RC.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5RCprivate.h
H5Rdeprec.c [svn-r14161] Description: 2007-09-27 16:09:17 -05:00
H5Rpkg.h [svn-r14148] Description: 2007-09-13 20:52:38 -05:00
H5Rprivate.h
H5Rpublic.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5RS.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5RSprivate.h
H5S.c [svn-r16986] Description: 2009-05-27 13:08:46 -05:00
H5Sall.c [svn-r15565] Snapshot version 1.9 release 15 2008-08-31 06:28:09 -05:00
H5Sdbg.c [svn-r14010] Description: 2007-07-24 16:43:59 -05:00
H5Shyper.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5SL.c [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5SLprivate.h [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5SM.c [svn-r16632] Description: 2009-03-31 09:58:02 -05:00
H5SMbtree2.c [svn-r13915] Description: 2007-06-26 11:10:29 -05:00
H5SMcache.c [svn-r16630] Description: 2009-03-31 08:20:42 -05:00
H5Smpio.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5SMpkg.h [svn-r15676] Description: 2008-09-22 12:13:21 -05:00
H5SMprivate.h [svn-r13984] Description: 2007-07-17 14:35:09 -05:00
H5SMtest.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Snone.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5Spkg.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
H5Spoint.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Sprivate.h [svn-r16986] Description: 2009-05-27 13:08:46 -05:00
H5Spublic.h [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Sselect.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5ST.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Stest.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5STprivate.h
H5system.c [svn-r16969] Updated perf_serial test to work on windows. 2009-05-21 10:40:03 -05:00
H5T.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
H5Tarray.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5Tbit.c [svn-r15510] Description: 2008-08-21 15:30:19 -05:00
H5Tcommit.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5Tcompound.c [svn-r16347] Purpose: enhancements the H5Tinsert, H5Tpack 2009-01-26 14:18:40 -05:00
H5Tconv.c [svn-r16803] Purpose: Fix bug 1548 2009-04-20 11:54:52 -05:00
H5Tcset.c
H5Tdbg.c [svn-r14008] Description: 2007-07-24 16:30:34 -05:00
H5Tdeprec.c [svn-r16281] Purpose: Add functions to allow more flexible traversal of external links. 2009-01-08 13:16:31 -05:00
H5Tenum.c [svn-r15485] Purpose: Allow library to shut down properly when objects have reference count 2008-08-19 11:35:16 -05:00
H5Tfields.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5Tfixed.c
H5Tfloat.c
H5timer.c
H5Tnative.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
H5Toffset.c [svn-r14208] Description: 2007-10-18 11:10:46 -05:00
H5Toh.c [svn-r16062] Purpose: Allow per-dataset rdcc configuration 2008-11-12 13:07:51 -05:00
H5Topaque.c
H5Torder.c [svn-r16360] Purpose: Fix potential error with H5Tset_order 2009-01-27 10:56:48 -05:00
H5Tpad.c
H5Tpkg.h [svn-r15682] Purpose: fix bug 1298 2008-09-22 18:41:31 -05:00
H5Tprecis.c [svn-r14208] Description: 2007-10-18 11:10:46 -05:00
H5Tprivate.h [svn-r15682] Purpose: fix bug 1298 2008-09-22 18:41:31 -05:00
H5Tpublic.h [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
H5trace.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5TS.c [svn-r15165] Purpose: Create new HDpthread_self and HDpthread_self_ulong macros 2008-06-06 14:11:46 -05:00
H5TSprivate.h [svn-r14419] Description: 2008-01-15 15:05:35 -05:00
H5Tstrpad.c
H5Tvisit.c [svn-r15609] Description: 2008-09-10 14:10:41 -05:00
H5Tvlen.c [svn-r15656] Purpose: fix bug 1286 2008-09-18 15:53:30 -05:00
H5V.c [svn-r15015] Description: 2008-05-15 22:04:56 -05:00
H5vers.txt [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5version.h [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Vprivate.h [svn-r16137] Description: 2008-11-28 14:16:24 -05:00
H5WB.c [svn-r13926] Description: 2007-06-28 22:12:45 -05:00
H5WBprivate.h [svn-r13926] Description: 2007-06-28 22:12:45 -05:00
H5win32defs.h [svn-r16980] Purpose: Add new Windows def. for HDstroull, as the function isn't natively available. 2009-05-22 14:37:53 -05:00
H5Z.c [svn-r16817] Fix problem in H5Z.c with --disable-deprecated-symbols 2009-04-21 10:40:11 -05:00
H5Zdeflate.c [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
H5Zfletcher32.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Znbit.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zpkg.h [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zprivate.h [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zpublic.h [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zscaleoffset.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zshuffle.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zszip.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Ztrans.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
hdf5-lin.lnt
hdf5-win.lnt
hdf5.h [svn-r14270] Description: 2007-11-19 22:43:58 -05:00
hdf5.lnt
libhdf5.settings.in [svn-r15952] Fix Bug 1300. 2008-10-25 20:47:53 -05:00
Makefile.am [svn-r16847] Description: 2009-04-23 13:25:16 -05:00
Makefile.in [svn-r16995] Snapshot version 1.9 release 39 2009-06-01 13:50:44 -05:00