summaryrefslogtreecommitdiffstats
path: root/src/H5Fdbg.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7201] Purpose:Quincey Koziol2003-07-101-1/+1
| | | | | | | | | | | | | Code cleanup Description: Finish converting the B-tree 'K' values to use unsigned integers, rather than signed ones, since negative amounts of entries in a B-tree node aren't meaningful. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7189] Purpose:Quincey Koziol2003-07-091-0/+149
Code cleanup Description: Break some of the "debugging" routines into their own module, so they aren't pulled into every executable, which certainly isn't going to use them. Platforms tested: h5committested