summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-11 15:39:28 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-11 15:39:28 (GMT)
commitb02e452be5c051ea38de5c5f94300ae97a414aaf (patch)
treef1d10af684d6fc5d7c5b1b383ce4c7a0e16e3417 /doc/src
parent309f5f85dc8f5f24234d72fac85f5c08bf014d1c (diff)
downloadhdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.zip
hdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.tar.gz
hdf5-b02e452be5c051ea38de5c5f94300ae97a414aaf.tar.bz2
[svn-r691] Changes since 19980910
---------------------- ./MANIFEST Removed duplicate Ragged.html ./doc/src/Glossary.html Changed 1.0 to 1.2 since 1.0 is the current development branch, 1.1 will be development after beta release, and 1.2 will be the first complete release (see Version.html). ./test/dsets.c ./test/tstab.c Added more tests.
Diffstat (limited to 'doc/src')
-rwxr-xr-xdoc/src/Glossary.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/Glossary.html b/doc/src/Glossary.html
index 9c727a4..5b04f9c 100755
--- a/doc/src/Glossary.html
+++ b/doc/src/Glossary.html
@@ -47,7 +47,7 @@ Glossary
<a name="Glossary-Basic">basic data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
- Release 1.0.)</em>
+ Release 1.2.)</em>
<li>char - 8-bit character (only for ASCII information)
<li>int8 - 8-bit signed integer
<li>uint8 - 8-bit unsigned integer
@@ -66,7 +66,7 @@ Glossary
<a name="Glossary-Complex">Complex data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
- Release 1.0.)</em>
+ Release 1.2.)</em>
<li>hid_t - 32-bit unsigned integer used as ID for memory objects
<li>hoid_t - 32-bit unsigned integer (currently) used as ID for disk-based
objects
@@ -77,7 +77,7 @@ Glossary
<a name="Glossary-DiskIO">disk I/O data types:</a>
<ul>
<li><em>(Some data types may change substantially en route to
- Release 1.0.)</em>
+ Release 1.2.)</em>
<li>hoff_t - (64-bit?) offset on disk in bytes
<li>hlen_t - (64-bit?) length on disk in bytes
</ul>