[svn-r516] Changes since 19980720

----------------------

./doc/html/H5.format.html
./src/H5F.c
./src/H5Gprivate.h
./src/H5Oshared.c
	Added file alignment fields: the boot block has an extra
	reserved address field.  The symbol table entry scratch pad
	space was reduced from 24 bytes to 16 bytes.  The index
	permutation was moved earlier in the data type message for
	compound data types and extra padding was added.  Four bytes
	of padding was added to the shared message format.
This commit is contained in:
Robb Matzke
1998-07-20 09:41:13 -05:00
parent 365dac33e3
commit 29bf0662db
5 changed files with 83 additions and 31 deletions

View File

@@ -178,6 +178,10 @@
<td colspan=4>End of File Address</td>
</tr>
<tr align=center>
<td colspan=4>Reserved Address</td>
</tr>
<tr align=center>
<td colspan=4><br>Root Group Symbol Table Entry<br><br></td>
</tr>
@@ -389,6 +393,13 @@
used.</td>
</tr>
<tr valign=top>
<td>Reserved Address</td>
<td>This address field is present for alignment purposes and
is always set to the undefined address value (all bits
set).</td>
</tr>
<tr valign=top>
<td>Root Group Symbol Table Entry</td>
<td>This symbol-table entry (described later in this
@@ -705,7 +716,7 @@
</tr>
<tr align=center>
<td colspan=4><br><br>Scratch-pad Space (24 bytes)<br><br><br></td>
<td colspan=4><br><br>Scratch-pad Space (16 bytes)<br><br><br></td>
</tr>
</table>
</center>
@@ -2142,38 +2153,42 @@
<tr align=center>
<td colspan=4><br><br>Name (null terminated, multiple of
four bytes)<br><br><br></td>
eight bytes)<br><br><br></td>
</tr>
<tr align=center>
<td colspan=4>Byte Offset of Member in Compound Instance</td>
</tr>
<tr>
<tr align=center>
<td>Dimensionality</td>
<td colspan=3>reserved</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 0 (optional)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 1 (optional)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 2 (optional)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 3 (optional)</td>
</tr>
<tr align=center>
<td colspan=4>Dimension Permutation</td>
</tr>
<tr align=center>
<td colspan=4>Reserved</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 0 (required)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 1 (required)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 2 (required)</td>
</tr>
<tr align=center>
<td colspan=4>Size of Dimension 3 (required)</td>
</tr>
<tr align=center>
<td colspan=4><br><br>Member Type Message<br><br><br></td>
</tr>
@@ -3093,7 +3108,7 @@ data-type.
<address><a href="mailto:koziol@ncsa.uiuc.edu">Quincey Koziol</a></address>
<address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address>
<!-- hhmts start -->
Last modified: Mon Jul 20 09:16:11 EDT 1998
Last modified: Mon Jul 20 10:17:03 EDT 1998
<!-- hhmts end -->
</body>
</html>