hdf5/src
Quincey Koziol bb25c85e79 [svn-r18159] Description:
Bring Coverity fixes from 1/22/10 session to trunk:

r18137:
219: Initialized hid_t to -1 and added close to error block.
189-191: Initialized line to NULL and added free line, and close fp to error block.

r18138:
19: Moved code block for printing that the number of enums is empty to the error block. (Would never have been executed otherwise)

r18139:
Fix coverity item 58.  Moved code related to displaying the parent of a repeated
group to the else(isRoot) section, as the root group has no parent.

r18140:
218: Initialized ret_value variable to -1. Because of throw Exception in default case of switch, the coverity problem would not have executed anyway. Good pratice is to initialize variables.

r18141:
Fix coverity item 92.  Added code to H5E_register_class to free cls in case of
an error.

r18142:
Fix coverity item 91.  Added code to H5E_create_msg to free msg in case of an
error.

r18143:
fixed issue 14,
took away "if" and used #ifndef_xxx.

r18144:
Fix coverity item 110.   Added code to H5Eget_minor to free msg_str in case of
an error.

r18145:
fixed coverity #18 removed "aligned", it is always NULL.

r18146:
Fix coverity item 109.   Added code to H5Eget_major to free msg_str in case of
an error.

r18147:
Fixed coverity #81 and #82, Check for bad pointer(s), but can't issue error, just leave

r18148:
Fix coverity item 97.   Added code to H5FD_fapl_open to free copied_driver_info
in case of an error.

r18149:
Fix coverity item 96.   Added code to H5FD_dxpl_open to free copied_driver_info
in case of an error.

r18150:
Fix Coverity issue #29: Protected cache_ptr dereferences with "if(pass)"
block

r18151:
Fix coverity item 93.   Added code to H5FL_fac_init to free factory and new_node
in case of an error.

r18152:
Fix coverity items 98 and 99.   Added code free allocated space in case of
error.

r18155:
124: Freed head pointer before jumping to done. There was no error handling block and normal exit used same path out.
120-123: Freed list of lists in error handling block.

r18156:
Fix coverity issues 179, 180, 181, 182, 183, 184, 186, 320, 407.  These were resource leak issues where allocated memory was not freed, generally in the case of tests that failed.

Tested on:
    Mac OS X/32 10.6.2 (amazon) debug & production
2010-01-23 02:00:00 -05:00
..
.indent.pro
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
H5.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5A.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Abtree2.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5AC.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5ACpkg.h
H5ACprivate.h [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5ACpublic.h
H5Adense.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5Adeprec.c
H5Aint.c [svn-r17980] Description: 2009-12-10 07:36:56 -05:00
H5api_adpt.h
H5Apkg.h [svn-r17313] Description: 2009-08-10 12:08:27 -05:00
H5Aprivate.h [svn-r16851] Description: 2009-04-23 17:55:18 -05:00
H5Apublic.h
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-r18030] Description: 2009-12-17 10:07:35 -05:00
H5B2cache.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5B2dbg.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5B2hdr.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5B2int.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5B2pkg.h [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5B2private.h [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5B2public.h
H5B2stat.c [svn-r17893] Descrption: 2009-11-14 22:38:58 -05:00
H5B2test.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5B.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Bcache.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Bdbg.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Bpkg.h [svn-r18037] Description: 2009-12-19 00:40:15 -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-r18072] Description: 2010-01-07 17:45:21 -05:00
H5checksum.c
H5config.h.in [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5Cpkg.h [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Cprivate.h [svn-r17411] Description: 2009-08-23 19:50:39 -05:00
H5Cpublic.h
H5CS.c
H5CSprivate.h
H5D.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5dbg.c
H5Dbtree.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Dchunk.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Dcompact.c [svn-r18011] Description: 2009-12-13 00:28:30 -05:00
H5Dcontig.c [svn-r18011] Description: 2009-12-13 00:28:30 -05:00
H5Ddbg.c [svn-r17275] Description: 2009-07-30 12:51:49 -05:00
H5Ddeprec.c [svn-r17148] Description: 2009-07-02 17:34:20 -05:00
H5Defl.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5detect.c [svn-r18011] Description: 2009-12-13 00:28:30 -05:00
H5Dfill.c [svn-r17977] Bug fix for 1584. H5Tdetect_class said a VL string is a string type. But when it's in a 2009-12-09 12:06:02 -05:00
H5Dint.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Dio.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Dlayout.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Dmpio.c [svn-r17148] Description: 2009-07-02 17:34:20 -05:00
H5Doh.c [svn-r17838] Description: 2009-11-05 08:45:35 -05:00
H5Dpkg.h [svn-r17553] Description: 2009-09-29 15:08:01 -05:00
H5Dprivate.h [svn-r17623] Description: 2009-10-08 20:31:36 -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-r18037] Description: 2009-12-19 00:40:15 -05:00
H5E.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5EA.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5EAcache.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5EAdbg.c [svn-r17313] Description: 2009-08-10 12:08:27 -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-r17895] Description: 2009-11-15 23:17:45 -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-r17895] Description: 2009-11-15 23:17:45 -05:00
H5EAprivate.h [svn-r17895] Description: 2009-11-15 23:17:45 -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-r17140] Description: 2009-07-02 10:57:54 -05:00
H5Edefin.h [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5Edeprec.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5Einit.h [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5Eint.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5Epkg.h
H5Eprivate.h [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Epubgen.h [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5Epublic.h
H5err.txt [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5Eterm.h [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5F.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5FA.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5FAcache.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5Faccum.c [svn-r17624] Description: 2009-10-08 23:09:34 -05:00
H5FAdbg.c [svn-r17518] Description: 2009-09-24 15:30:47 -05:00
H5FAdblkpage.c [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5FAdblock.c [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5FAhdr.c [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5FApkg.h [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5FAprivate.h [svn-r17895] Description: 2009-11-15 23:17:45 -05:00
H5FAstat.c [svn-r17155] Description: 2009-07-02 23:22:31 -05:00
H5FAtest.c [svn-r17945] Description: 2009-12-01 12:33:08 -05:00
H5FD.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5Fdbg.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5FDcore.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5FDcore.h
H5FDdirect.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5FDdirect.h
H5Fdeprec.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5FDfamily.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5FDfamily.h
H5FDint.c [svn-r16615] Purpose: Fix bug 1499 2009-03-26 10:12:48 -05:00
H5FDlog.c [svn-r18033] Description: 2009-12-18 23:12:33 -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-r17365] Description: 2009-08-15 01:26:08 -05:00
H5FDmulti.h
H5FDpkg.h [svn-r17365] Description: 2009-08-15 01:26:08 -05:00
H5FDprivate.h [svn-r17461] Description: 2009-09-10 14:02:40 -05:00
H5FDpublic.h [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5FDsec2.c [svn-r17971] Description: 2009-12-06 21:51:54 -05:00
H5FDsec2.h [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5FDspace.c [svn-r17463] Description: 2009-09-11 07:19:45 -05:00
H5FDstdio.c [svn-r18011] Description: 2009-12-13 00:28:30 -05:00
H5FDstdio.h
H5FDwindows.c [svn-r17376] Description: 2009-08-18 15:22:14 -05:00
H5FDwindows.h
H5Ffake.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Fio.c [svn-r17017] Description: 2009-06-08 18:16:19 -05:00
H5FL.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5FLprivate.h [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5Fmount.c [svn-r17413] Description: 2009-08-24 10:07:17 -05:00
H5Fmpi.c [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FO.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5FOprivate.h [svn-r17313] Description: 2009-08-10 12:08:27 -05:00
H5Fpkg.h [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5Fprivate.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Fpublic.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Fquery.c [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5FS.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5FScache.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5FSdbg.c [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5Fsfile.c
H5FSpkg.h [svn-r15800] Description: 2008-10-06 23:17:35 -05:00
H5FSprivate.h [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5FSpublic.h
H5FSsection.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5FSstat.c [svn-r17324] Description: 2009-08-11 12:24:58 -05:00
H5FStest.c [svn-r17599] Description: 2009-10-06 13:53:53 -05:00
H5Fsuper_cache.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Fsuper.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Ftest.c [svn-r17365] Description: 2009-08-15 01:26:08 -05:00
H5G.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Gbtree2.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5Gcache.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Gcompact.c [svn-r17313] Description: 2009-08-10 12:08:27 -05:00
H5Gdense.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5Gdeprec.c [svn-r17860] Description: 2009-11-10 12:11:34 -05:00
H5Gent.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gint.c [svn-r17268] Description: 2009-07-29 20:59:24 -05:00
H5Glink.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gloc.c [svn-r17939] Description: 2009-12-01 08:39:05 -05:00
H5Gname.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5Gnode.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gobj.c [svn-r18030] Description: 2009-12-17 10:07:35 -05:00
H5Goh.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5Gpkg.h [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gprivate.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Gpublic.h
H5Groot.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Gstab.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gtest.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Gtraverse.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5HF.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5HFbtree2.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5HFcache.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5HFdbg.c [svn-r16060] Description: 2008-11-11 18:29:04 -05:00
H5HFdblock.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5HFdtable.c
H5HFhdr.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5HFhuge.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5HFiblock.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5HFiter.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5HFman.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5HFpkg.h [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5HFprivate.h [svn-r17842] Description: 2009-11-05 14:16:15 -05:00
H5HFpublic.h
H5HFsection.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5HFspace.c [svn-r16060] Description: 2008-11-11 18:29:04 -05:00
H5HFstat.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5HFtest.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5HFtiny.c [svn-r17268] Description: 2009-07-29 20:59:24 -05:00
H5HG.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5HGcache.c [svn-r18039] Description: 2009-12-19 02:19:07 -05:00
H5HGdbg.c [svn-r17838] Description: 2009-11-05 08:45:35 -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-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLcache.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLdbg.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLint.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLpkg.h [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLprivate.h [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5HLpublic.h
H5HP.c [svn-r17313] Description: 2009-08-10 12:08:27 -05:00
H5HPprivate.h
H5I.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Ipkg.h
H5Iprivate.h [svn-r17230] Description: 2009-07-23 16:46:20 -05:00
H5Ipublic.h [svn-r17230] Description: 2009-07-23 16:46:20 -05:00
H5L.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Lexternal.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5Lpkg.h
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-r18030] Description: 2009-12-17 10:07:35 -05:00
H5MFaggr.c [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5MFdbg.c [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5MFpkg.h [svn-r17393] Description: 2009-08-20 13:45:55 -05:00
H5MFprivate.h [svn-r18030] Description: 2009-12-17 10:07:35 -05:00
H5MFsection.c [svn-r17365] Description: 2009-08-15 01:26:08 -05:00
H5MM.c
H5MMprivate.h
H5MMpublic.h
H5MP.c
H5MPpkg.h
H5MPprivate.h
H5MPtest.c
H5O.c [svn-r18157] Description: 2010-01-22 23:39:40 -05:00
H5Oainfo.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Oalloc.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Oattr.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Oattribute.c [svn-r18031] Description: 2009-12-17 17:21:08 -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-r18031] Description: 2009-12-17 17:21:08 -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-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Odbg.c [svn-r18031] Description: 2009-12-17 17:21:08 -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-r17760] Purpose: Fix problem with H5TB API 2009-10-27 17:23:49 -05:00
H5Oefl.c [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
H5Ofill.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Ofsinfo.c [svn-r17582] Description: 2009-10-01 21:08:59 -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-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Olinfo.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Olink.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Omessage.c [svn-r18109] Description: 2010-01-14 22:05:59 -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
H5Opkg.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Opline.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Oprivate.h [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Opublic.h [svn-r17553] Description: 2009-09-29 15:08:01 -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-r17281] Description: 2009-07-30 22:08:12 -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-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Ounknown.c
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
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-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Pdeprec.c [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5Pdxpl.c [svn-r17611] Bug fix (ID 1628): 2009-10-07 19:20:57 -05:00
H5Pfapl.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Pfcpl.c [svn-r17902] Snapshot 2009-11-17 09:27:25 -05:00
H5Pfmpl.c
H5Pgcpl.c [svn-r16279] Description: 2009-01-08 12:27:15 -05:00
H5Pint.c [svn-r17971] Description: 2009-12-06 21:51:54 -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-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Pocpypl.c
H5Ppkg.h [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Pprivate.h [svn-r17971] Description: 2009-12-06 21:51:54 -05:00
H5Ppublic.h [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5private.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Pstrcpl.c
H5Ptest.c
H5public.h [svn-r18120] Snapshot version 1.9 release 58 2010-01-17 07:25:27 -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
H5Rpkg.h
H5Rprivate.h
H5Rpublic.h
H5RS.c [svn-r18030] Description: 2009-12-17 10:07:35 -05:00
H5RSprivate.h
H5S.c [svn-r18157] Description: 2010-01-22 23:39:40 -05:00
H5Sall.c [svn-r18037] Description: 2009-12-19 00:40:15 -05:00
H5Sdbg.c
H5Shyper.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
H5SL.c [svn-r17268] Description: 2009-07-29 20:59:24 -05:00
H5SLprivate.h [svn-r16698] Purpose: Fix bug 503 2009-04-08 12:02:09 -05:00
H5SM.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5SMbtree2.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5SMcache.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5SMmessage.c [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5Smpio.c [svn-r16560] Description: 2009-03-10 14:00:39 -05:00
H5SMpkg.h [svn-r17943] Description: 2009-12-01 11:45:27 -05:00
H5SMprivate.h [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5SMtest.c [svn-r17891] Description: 2009-11-13 23:48:37 -05:00
H5Snone.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5Spkg.h
H5Spoint.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Sprivate.h [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Spublic.h
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-r17939] Description: 2009-12-01 08:39:05 -05:00
H5T.c [svn-r18035] Description: 2009-12-18 23:28:42 -05:00
H5Tarray.c
H5Tbit.c
H5Tcommit.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Tcompound.c [svn-r17977] Bug fix for 1584. H5Tdetect_class said a VL string is a string type. But when it's in a 2009-12-09 12:06:02 -05:00
H5Tconv.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Tcset.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Tdbg.c
H5Tdeprec.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Tenum.c
H5Tfields.c
H5Tfixed.c
H5Tfloat.c
H5timer.c
H5Tnative.c [svn-r18125] I added the support of bitfield in H5Tget_native_type. Bitfield is similar to unsigned 2010-01-20 15:41:23 -05:00
H5Toffset.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
H5Toh.c [svn-r17553] Description: 2009-09-29 15:08:01 -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-r17760] Purpose: Fix problem with H5TB API 2009-10-27 17:23:49 -05:00
H5Tprecis.c
H5Tprivate.h [svn-r17977] Bug fix for 1584. H5Tdetect_class said a VL string is a string type. But when it's in a 2009-12-09 12:06:02 -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-r17838] Description: 2009-11-05 08:45:35 -05:00
H5TS.c
H5TSprivate.h
H5Tstrpad.c
H5Tvisit.c
H5Tvlen.c [svn-r17177] In H5Odtype.c, the decoding function used to mark the datatype as on disk (see bug 2009-07-13 11:26:24 -05:00
H5V.c
H5vers.txt [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5version.h [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
H5Vprivate.h [svn-r16137] Description: 2008-11-28 14:16:24 -05:00
H5WB.c [svn-r17838] Description: 2009-11-05 08:45:35 -05:00
H5WBprivate.h
H5win32defs.h [svn-r17927] Add definition for HDlstat for windows. 2009-11-25 15:28:21 -05:00
H5Z.c [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Zdeflate.c [svn-r17953] Description: 2009-12-03 14:11:29 -05:00
H5Zfletcher32.c [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Znbit.c [svn-r18109] Description: 2010-01-14 22:05:59 -05:00
H5Zpkg.h [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Zprivate.h [svn-r17623] Description: 2009-10-08 20:31:36 -05:00
H5Zpublic.h [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
H5Zscaleoffset.c [svn-r17268] Description: 2009-07-29 20:59:24 -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-r18031] Description: 2009-12-17 17:21:08 -05:00
hdf5-lin.lnt
hdf5-win.lnt
hdf5.h
hdf5.lnt
libhdf5.settings.in [svn-r17643] Purpose: 2009-10-14 16:43:05 -05:00
Makefile.am [svn-r18072] Description: 2010-01-07 17:45:21 -05:00
Makefile.in [svn-r18120] Snapshot version 1.9 release 58 2010-01-17 07:25:27 -05:00