[Getdata-commits] SF.net SVN: getdata:[737] trunk
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2012-07-05 00:56:24
|
Revision: 737
http://getdata.svn.sourceforge.net/getdata/?rev=737&view=rev
Author: ketiltrout
Date: 2012-07-05 00:56:17 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
GetData-0.8.0.
Modified Paths:
--------------
trunk/getdata/ChangeLog
trunk/getdata/NEWS
trunk/getdata/m4/version.m4
trunk/html/bindings.html.in
trunk/html/dirfile.html.in
trunk/html/download.html.in
trunk/html/encoding.html.in
trunk/html/getdata.html.in
trunk/html/index.html.in
trunk/html/sie_compression.png
Modified: trunk/getdata/ChangeLog
===================================================================
--- trunk/getdata/ChangeLog 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/getdata/ChangeLog 2012-07-05 00:56:17 UTC (rev 737)
@@ -1,4 +1,7 @@
-2012-06-30 D. V. Wiebe <ge...@ke...> svn:734
+2012-07-04 D. V. Wiebe <ge...@ke...> svn:737
+ GetData-0.8.0 released.
+
+2012-07-04 D. V. Wiebe <ge...@ke...> svn:736
* src/constant.c (gd_get_carray_slice gd_get_carray gd_carray_len
gd_put_carray_slice gd_put_carray): Handle both CONST and CARRAY.
* src/constant.c (gd_get_constant gd_put_constant): Just call the
Modified: trunk/getdata/NEWS
===================================================================
--- trunk/getdata/NEWS 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/getdata/NEWS 2012-07-05 00:56:17 UTC (rev 737)
@@ -1,4 +1,4 @@
-New in version 0.8.0rc2:
+New in version 0.8.0:
Dirfile Changes
Modified: trunk/getdata/m4/version.m4
===================================================================
--- trunk/getdata/m4/version.m4 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/getdata/m4/version.m4 2012-07-05 00:56:17 UTC (rev 737)
@@ -21,7 +21,7 @@
m4_define(getdata_major, 0)
m4_define(getdata_minor, 8)
m4_define(getdata_revision, 0)
-m4_define(getdata_extra, [rc2])
+m4_define(getdata_extra, [])
m4_define(getdata_version,
getdata_major.getdata_minor.getdata_revision[]getdata_extra)
Modified: trunk/html/bindings.html.in
===================================================================
--- trunk/html/bindings.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/bindings.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -39,7 +39,7 @@
<h2><A name="fortran">Fortran Bindings</a></h2>
<p>Two sets of Fortran bindings are provided. The basic bindings are
- implemented in a compatiblity library (libfgetdata) and defined in a
+ implemented in a compatibility library (libfgetdata) and defined in a
Fortran-77 source file, <code>getdata.f</code>, which will be installed
along with the GetData header files. This file defines several
convenient parameters including the DIRFILE flags, the data type
@@ -83,7 +83,7 @@
second bindings conform to the Fortran-95 standard and declare a GetData
module, described by a <code>getdata.mod</code> file installed alongside
the GetData headers. The Fortran-95 bindings provide longer identifier
- names, stronger type-saftey, and abstract data types as compared to the
+ names, stronger type-safety, and abstract data types as compared to the
basic Fortran-77 bindings, and should be preferred when possible.
Furthermore, while character string arguments in the Fortran-77 bindings
require also an integer indicating the size of the character buffer, the
@@ -147,7 +147,7 @@
<span class="syntax keyword">gd_entype_t</span>
values (<span class="syntax literal">GD_NO_ENTRY</span>,
<span class="syntax literal">GD_RAW_ENTRY</span>, &c.). C-style
- parser callback functions can be used by thses bindings. Vector data
+ parser callback functions can be used by these bindings. Vector data
fetched by <span class="syntax">Dirfile.getdata()</span> or provided to
<span class="syntax">Dirfile.putdata()</span> are specified via pointer,
as in the C API. Complex valued metadata are returned as
Modified: trunk/html/dirfile.html.in
===================================================================
--- trunk/html/dirfile.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/dirfile.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -28,7 +28,7 @@
<a href="man/dirfile.5.html"><b>dirfile</b>(5)</a>,
<a href="man/dirfile-format.5.html"><b>dirfile-format</b>(5)</a>, and
<a href="man/dirfile-encoding.5.html"><b>dirfile-encoding</b>(5)</a>.
- Additionally, this document discusses some implementation-dependant
+ Additionally, this document discusses some implementation-dependent
behaviour specific to GetData not found in those documents. The latest
release of the Dirfile Standards is Standards Version 9 (April 2012).
<p>The dirfile database is centred around one or more time-ordered data
@@ -122,10 +122,10 @@
the UTF-8 encoding of Unicode and UCS.
<p>The format file is composed of <a href="#directives">directive
lines</a> and <a href="#fields">field specification lines</a>,
- optionally separated by blank lines, or lines containing ony whitespace.
+ optionally separated by blank lines, or lines containing only whitespace.
Lines are separated by the line-feed character (0x0A). Unless escaped
- (see below), the hash mark (<b>#</b>) is the comment delimeter; the
- comment delimeter, and any text following it to the end of the line, is
+ (see below), the hash mark (<b>#</b>) is the comment delimiter; the
+ comment delimiter, and any text following it to the end of the line, is
ignored.
<h3><a name="tokens">Tokens</a></h3>
<p>Both directive lines and field specification line consist of several
@@ -237,7 +237,7 @@
situation, (for example, when used as a field name).
<p>Standards Versions 5 and earlier do not recognise the character escape
sequences, nor allow quoting of tokens. As a result, they prohibit both
- whitespace and the comment delimileter from being used in tokens.
+ whitespace and the comment delimiter from being used in tokens.
<h2><a name="directives">Directives</a></h2>
<p>There are ten <i>directives</i>, each specified by a different
@@ -255,8 +255,8 @@
<b>/INCLUDE</b> directive, but only if those sub-fragments don't have
their own corresponding directive. Directives which have fragment scope
are: <b>/ENCODING</b>, <b>/ENDIAN</b>, <b>/FRAMEOFFSET</b>, and
- <b>/PROTECT</b>. Becase of these scoping rules, different portions of the
- dirfile may have different encodings, endiannesses, frame offsets, or
+ <b>/PROTECT</b>. Because of these scoping rules, different portions of
+ the dirfile may have different encodings, endiannesses, frame offsets, or
protection levels.
<p>If a directive with fragment scope appears more than once in a
fragment, only the last such directive is be honoured, with the
@@ -272,7 +272,7 @@
from the target's original, canonical name. Aliases may be chained
(that is, the target name appearing in an /ALIAS directive may itself be
an alias). In this case, the new alias is another name for the target's
- own target. Just as there is no requriement that the input fields of a
+ own target. Just as there is no requirement that the input fields of a
derived field exist, it is not an error for the target of an alias to
not exist. Syntax is:
<div class="syntax">
@@ -564,7 +564,7 @@
since they derive their value from one or more input fields.
<p>Five of these derived fields (<b>DIVIDE</b>, <b>LINCOM</b>,
<b>MPLEX</b>, <b>MULTIPLY</b>, and <b>WINDOW</b>) may have more than one
- input field. In situations where these input fields have differeing
+ input field. In situations where these input fields have differing
sample rates, the sample rate of the derived field is the same as the
sample rate of the first (left-most) input field specified. Furthermore,
the input fields are synchronised by aligning them on frame boundaries,
@@ -735,7 +735,7 @@
</ul>
Introduced in Standards Version 4.
<li><b>POLYNOM</b>: The POLYNOM field type specifies a polynomial
- function of a single input field. Synax is:
+ function of a single input field. Syntax is:
<div class="syntax"><fieldname> <b>POLYNOM</b> <input>
<a<sub>0</sub>> <a<sub>1</sub>> [ <a<sub>2</sub>>
[ <a<sub>3</sub>> [ <a<sub>4</sub>>
@@ -748,7 +748,7 @@
+ a<sub>2</sub> input<sup>2</sup> + a<sub>3</sub> input<sup>3</sup>
+ a<sub>4</sub> input<sup>4</sup> + a<sub>5</sub> input<sup>5</sup>
</div>
- with the highter-order terms computed only if the corresponding
+ with the higher-order terms computed only if the corresponding
co-efficients a<sub><i>i</i></sub> are specified.
</ul>
Introduced in Standards Version 7.
@@ -1030,7 +1030,7 @@
directives, the affixes to <b>/INCLUDE</b>, and the optional
<i>enc-datum</i> token to <b>/ENCODING</b>. It permitted
specification of integer literals in octal and hexadecimal.
- Finally, it deprecated the type aliases <i>FLOAT</i> andr
+ Finally, it deprecated the type aliases <i>FLOAT</i> and
<i>DOUBLE</i>.
</td>
</tr>
Modified: trunk/html/download.html.in
===================================================================
--- trunk/html/download.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/download.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -21,17 +21,17 @@
<h2><a name="source">Latest Release</a></h2>
<p>The complete source code for official releases of the GetData project
are available from SourceForge. The latest version of GetData, released
- 5 April, 2011, is:
+ 4 July, 2012, is:
<ul>
<li><a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/"
- >0.7.3</a>. Three packages are available:
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/"
+ >0.8.0</a>. Three packages are available:
<dl>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/getdata-0.7.3.tar.bz2/download">getdata-0.7.3.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/getdata-0.7.3.tar.gz/download">.gz</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/getdata-0.8.0.tar.bz2/download">getdata-0.8.0.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/getdata-0.8.0.tar.gz/download">.gz</a>:</dt>
<dd>The full source code to the library, with bindings. This package
uses the GNU autotools build system, and is designed for POSIX systems
(UNIX, Linux, BSD, MacOS X, Cygwin, MSys, &c.)</dd>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/getdata_win-0.7.3.zip/download">getdata_win-0.7.3.zip</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/getdata_win-0.8.0.zip/download">getdata_win-0.8.0.zip</a>:</dt>
<dd>A reduced source code package, with the CMake build system
designed to be built on Microsoft Windows, either using the free MinGW
compiler, or else Microsoft's Visual C++ compiler. (The full source
@@ -41,7 +41,7 @@
compressed dirfiles, the Legacy API, and a few other features. This
build is used in native Microsoft Windows builds of <a
href="http://kst.kde.org/">kst-2</a>.</dd>
- <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/idl_getdata-0.7.3.tar.bz2/download">idl_getdata-0.7.3.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/idl_getdata-0.7.3.tar.gz/download">.gz</a>:</dt>
+ <dt><a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/idl_getdata-0.8.0.tar.bz2/download">idl_getdata-0.8.0.tar.bz2</a>/<a href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/idl_getdata-0.8.0.tar.gz/download">.gz</a>:</dt>
<dd>The Interactive Data Language (IDL) bindings, packaged separately
with an autotools build system, designed to be built against an
already installed version of GetData. Due to licensing restrictions,
@@ -53,10 +53,11 @@
GetData may be
<a href="http://sourceforge.net/projects/getdata/files/"
>downloaded</a> from your local SourceForge mirror.
- <p class="inset">GetData 0.7 supports Dirfile Standards Version Eight.
- Highlights of Standards Version Eight include vector division and
- reciprocal field types, and scalar arrays. This version is also the first
- GetData version to be supported under MacOS X and Win32.
+ <p class="inset">GetData 0.8 supports Dirfile Standards Version Nine.
+ Highlights of Standards Version Nine include multiplex and windowing field
+ types, field name munging, aliasing, and hiding. This version is also the
+ first GetData version to support writing to gzip-compressed Dirfiles. (It
+ also provides Perl bindings for no good reason.)
</p>
<h2><a name="distro">Pre-Built Packages</a></h2>
<p>GetData has been packaged for release on various Linux distributions,
@@ -65,28 +66,23 @@
<dt>Debian:</dt>
<dd>GetData is available in <a href="http://www.debian.org/">Debian</a>
sid (unstable) and wheezy (testing). <i>NB:</i> In Debian, the GetData
- Project is packaged as <code><a
- href="http://packages.debian.org/search?searchon=sourcenames&keywords=libgetdata">libgetdata</a></code>
- and should not be confused with the unrelated getData package. These
- packages are maintained by Michael Milligan and S. J. Benton.
+ Project is packaged as <code><a href="http://packages.debian.org/search?searchon=sourcenames&keywords=libgetdata">libgetdata</a></code>
+ and should not be confused with the unrelated getData package.</dd>
<dt>Fedora & Red Hat Enterprise Linux:</dt>
<dd>GetData has been included in
<a href="http://fedoraproject.org/">Fedora</a> since Fedora 8 and EPEL
- since version 4. These packages are maintained by
- <a href="http://matt.truch.net/">Matthew Truch</a>.</dd>
+ since version 4.</dd>
<dt>OpenSUSE
- <dd>GetData has been included in
- <a href="http://opensuse.org/">openSUSE</a> since openSUSE 11.4.
- These packages are maintained by Christian Trippe.
+ <dd>GetData has been included in <a
+ href="http://opensuse.org/">openSUSE</a> since openSUSE 11.4.</dd>
<dt>Ubuntu:</dt>
- <dd>Builds of GetData are available for
- <a href="http://www.ubuntu.com/">Ubuntu</a> on Launchpad. For
+ <dd>Builds of GetData are available for <a
+ href="http://www.ubuntu.com/">Ubuntu</a> on Launchpad. For
Ubuntu version 9.04 see the <a
href="https://launchpad.net/~stevebenton/+archive/kst2-jaunty"
>kst2-jaunty</a> PPA, and for later versions, the <a
- href="https://launchpad.net/~stevebenton/+archive/kst2">kst2</a> PPA.
- These packages are maintained by S. J. Benton.
- </dd>
+ href="https://launchpad.net/~stevebenton/+archive/kst2">kst2</a>
+ PPA.</dd>
</dl>
<h2><a name="svn">Subversion</a></h2>
<p>The GetData source code is housed in a Subversion repository. The
@@ -131,26 +127,26 @@
<p>Older getdata releases available include the following:
<ul>
<li><a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.7.2/"
- >0.7.2</a>
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/"
+ >0.7.3</a>—<i>April 2011</i>
<li><a
href="http://sourceforge.net/projects/getdata/files/getdata/0.6.3/"
- >0.6.3</a>—<a
+ >0.6.3</a>—<i>April 2010:</i> <a
href="http://sourceforge.net/projects/getdata/files/getdata/0.6.3/RELEASE_NOTES-0.6.3/view"
>Release Notes</a>
<li><a
href="http://sourceforge.net/projects/getdata/files/getdata/0.5.0/"
- >0.5.0</a>—<a
+ >0.5.0</a>—<i>January 2009:</i> <a
href="http://sourceforge.net/project/shownotes.php?release_id=654262"
>Release Notes</a>
<li><a
href="http://sourceforge.net/projects/getdata/files/getdata/0.4.2/"
- >0.4.2</a>—<a
+ >0.4.2</a>—<i>November 2008:</i><a
href="http://sourceforge.net/project/shownotes.php?release_id=640554"
>Release Notes</a>
<li><a
href="http://sourceforge.net/projects/getdata/files/getdata/0.3.1/"
- >0.3.1</a>—<a
+ >0.3.1</a>—<i>September 2008:</i><a
href="http://sourceforge.net/project/shownotes.php?release_id=628542"
>Release Notes</a>
</ul>
@@ -158,12 +154,14 @@
GetData 0.3 only supports dirfiles up to and including Dirfile Standards
Version Five. GetData 0.4 and 0.5 support dirfiles only up to and
including Standards Version Six. GetData 0.6 supports dirfiles only up to
- and including Standards Version Seven.
+ and including Standards Version Seven. GetData 0.7 supports dirfiles only
+ up to and including Standards Version Eight.
<p class="inset">GetData 0.4 added the ability to add fields, support for
the <a href="http://slimdata.sourceforge.net/">slim compression
- scheme</a>. GetData 0.5 added support for gzip and bzip2 complession
+ scheme</a>. GetData 0.5 added support for gzip and bzip2 compression
schemes, and added functionality for the manipulation of metadata.
- GetData 0.6 added Python and IDL bindings.
+ GetData 0.6 added Python and IDL bindings. GetData 0.7 added MacOS X
+ and Microsoft Windows support.
<p class="inset">GetData 0.5 and earlier are released under the terms of
the <a href="COPYING.GPL">GNU General Public License</a>. Later releases
are available under the <a href="#warranty">GNU Lesser General Public
Modified: trunk/html/encoding.html.in
===================================================================
--- trunk/html/encoding.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/encoding.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -162,9 +162,9 @@
<h3><a name="lzma">LZMA Encoding</a></h3>
<p>The <i>lzma encoding</i> compresses raw binary files using the
- Lempel-Ziv Markov Chain Algrorithm (LZMA), implemented in the xz
- container format, using the liblzma library, part of the
- <a href="http://xztools.com/">XZ Utils</a> suite written by Lasse Collin,
+ Lempel-Ziv Markov Chain Algorithm (LZMA), implemented in the xz container
+ format, using the liblzma library, part of the <a
+ href="http://xztools.com/">XZ Utils</a> suite written by Lasse Collin,
Ville Koskinen, and Igor Pavlov. GetData's lzma encoding framework
currently lacks write capabilities; as a result, only <a
href="getdata.html#gd_getdata"><span
@@ -185,17 +185,17 @@
run. The sample number indicates the last sample in the uncompressed data
which took the associated value. All operations are supported by the
sample-index encoding.
- <p>All runs, even those of lenth one, are replaced by such a record. As a
- result, sample-index encoding only produces a reduction in the size of a
+ <p>All runs, even those of length one, are replaced by such a record. As
+ a result, sample-index encoding only produces a reduction in the size of a
file when the data contain long stretches of identical values, in which
case it provides significant access speed improvements over the more
complex compression encodings. Specifically, given a <i>n</i>-sample long
- data stream of <i>s</i>-byte values which change values <i>m</i> times,
- sample-index encoding will reduce the size of the data on disk
+ data stream of <i>s</i>-byte-wide values which change values <i>m</i>
+ times, sample-index encoding will reduce the size of the data on disk
compared to raw data only when
<div class="inset"><img class="math" src="sie_compression.png"
alt="m < n / (1 + 8/s) - 1" title="m < n / (1 + 8/s) - 1"
- width="115" height="40">.</div>
+ width="138" height="35">.</div>
The file extension of the sample-index encoding is <b>.sie</b>.
<h3><a name="slim">Slim Encoding</a></h3>
Modified: trunk/html/getdata.html.in
===================================================================
--- trunk/html/getdata.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/getdata.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -21,7 +21,7 @@
<h2><a name="prelim">Introduction</a></h2>
<p>GetData is a C library. The APIs it provides are described below.
In addition to this C library, <a href="#bindings">bindings</a> are
- also provided to simplify using GetData in other programming languagues.
+ also provided to simplify using GetData in other programming languages.
The library is designed to be robust, but does, at times, sacrifice
exactness for speed. (Most notably
<p>This page provides only a partial overview of the functionality of the
@@ -67,14 +67,14 @@
<dd><p>An ANSI-C compliant API for use in situations where the C99 API
is inappropriate. If GetData is built without a C99-compliant compiler,
this will be the default API, and the <i>C99 API</i> will be absent.
- But, even when GetData is built whith a C99-compliant compiler, this API
+ But, even when GetData is built with a C99-compliant compiler, this API
is still available. The most obvious distinction compared to the <i>C99
API</i> is the lack of native complex data types, but other, subtler
changes (described below) are also present, due to differences between
ANSI-C and C99. For the most part, interchangeable with the <i>C99
API</i>.
<dt><a href="#header64">The Largefile API</a></dt>
- <dd><p>A number of funtions in the <i>C99</i> and <i>C89 APIs</i> use
+ <dd><p>A number of functions in the <i>C99</i> and <i>C89 APIs</i> use
the POSIX standard type <span class="syntax keyword">off_t</span> when
dealing with file offsets and sizes. On some systems, this is a 32-bit
type, which has the effect of limiting file sizes to 2<sup>31</sup>
@@ -247,7 +247,7 @@
support. Defining <span class="syntax preprocessor">GD_64BIT_API</span>
before including <span class="syntax"><b>getdata.h</b></span> will define
the 64-bit type <span class="syntax keyword">gd_off64_t</span>, as well as
- declare additional funtions for this 64-bit type. If the platform
+ declare additional functions for this 64-bit type. If the platform
provides <span class="syntax keyword">off64_t</span>, the GetData type
will be simply that.
<p>On platforms where <span class="syntax keyword">off_t</span> is 64-bits
@@ -291,7 +291,7 @@
class="syntax"><b>--disable-legacy-api</b></span> to <span
class="syntax">./configure</span>), <span
class="syntax">getdata_legacy.h</span> will not be installed, and the
- legacy API will never be declared, regarless of the state of <span
+ legacy API will never be declared, regardless of the state of <span
class="syntax preprocessor">GD_NO_LEGACY_API</span>.
<h2><a name="bindings">Language Bindings</a></h2>
@@ -571,7 +571,7 @@
<p>After opening a dirfile flags which affect long-term operation may be
modified by calling
<div class="syntax">
- <span class="keyword">unigned int</span>
+ <span class="keyword">unsigned int</span>
<span class="identifier">gd_flags</span><span
class="operator">(</span><span class="keyword">DIRFILE</span>
<span class="operator">*</span><span
@@ -787,7 +787,7 @@
</tr>
<tr>
<td class="syntax">GD_E_BAD_REPR</td>
- <td>An invalid <a href="dirfile.html#field_code">represenation
+ <td>An invalid <a href="dirfile.html#field_code">representation
suffix</a> was passed to the library.</td>
</tr>
<tr>
@@ -802,7 +802,7 @@
</tr>
<tr>
<td class="syntax">GD_E_BOUNDS</td>
- <td>An attmept was made to read a <b>CARRAY</b> element past the
+ <td>An attempt was made to read a <b>CARRAY</b> element past the
end of the field.</td>
</tr>
<tr>
@@ -993,7 +993,7 @@
<div class="syntax">
<span class="keyword">DIRFILE</span>
<span class="operator">*</span><span
- class="identifier">gd_invaid_dirfile</span><span
+ class="identifier">gd_invaild_dirfile</span><span
class="operator">(</span><span class="keyword">void</span><span
class="operator">);</span>
</div>
@@ -1342,7 +1342,7 @@
<h3><a name="gd_mcarrays">gd_mcarrays()</a><span class="manlink"><a
href="man/gd_mcarrays.3.html">man page</a></span></h3>
<p>The value of <i>all</i> <b>CARRAY</b> metafields for a given parent
- fieldmay be fetched from the dirfile with
+ field may be fetched from the dirfile with
<div class="syntax">
<span class="keyword">const gd_carray_t</span> <span
class="operator">*</span><span
@@ -1664,7 +1664,7 @@
The <span class="syntax indentifier">flags</span> parameter should be
one of <span class="syntax literal">GD_SEEK_SET</span>, <span
class="syntax literal">GD_SEEK_CUR</span>, or <span class="syntax
- literal">GD_SEEK_END</span>, indicating that the supllied offset is
+ literal">GD_SEEK_END</span>, indicating that the supplied offset is
relative to the beginning of the field, the current position, or the end
of the field, respectively. This should further be bitwise or'd with
<span class="syntax literal">GD_SEEK_WRITE</span>, if the next operation
@@ -1866,7 +1866,7 @@
class="syntax">gd_nfragments()</span></a>. On error, this function
returns −1.
- <h3><a name="gd_rfragment_affixes">gd_fragment_affixes()</a>
+ <h3><a name="gd_fragment_affixes">gd_fragment_affixes()</a>
<span class="manlink"><a
href="man/gd_fragment_affixes.3.html">man page</a></span></h3>
The field name prefix and suffix associated with a fragment may be
@@ -1891,8 +1891,8 @@
returned in <span class="syntax operator">*</span><span class="syntax
identifier">prefix</span> and <span class="syntax
operator">*</span><span class="syntax identifier">suffix</span>. They
- should be free(3)'d by the caller. This function zero iff successful, or
- −1 on error.
+ should be free(3)'d by the caller. This function returns zero if
+ successful, or −1 on error.
<h3><a name="gd_raw_filename">gd_raw_filename()</a>
<span class="manlink"><a
@@ -2124,7 +2124,7 @@
<td class="syntax">cdividend<br>
<span class="c89 syntax">u.recip.cdividend[2]</span></td>
<td colspan="2" rowspan="2">RECIP</td>
- <td rowspan="2">Dividend (a multiplicitave factor).
+ <td rowspan="2">Dividend (a multiplicative factor).
The <span class="syntax">dividend</span> member contains only the
real part of <span class="syntax">cdividend</span>.</td>
</tr>
@@ -2180,7 +2180,7 @@
href="dfes">gd_free_entry_strings()</a></span>. Variables of
type <span class="keyword">gd_type_t</span> represent data types, and will
be one of the symbols listed in <a href="#data">Table 5</a>. Members
- for different field types may occupy the same phyical memory.
+ for different field types may occupy the same physical memory.
<p><a name="entrytype"></a>The field type stored in the <span
class="syntax">field_type</span> member of the <span
class="keyword">gd_entry_t</span> will be one of the following symbols:
@@ -2425,7 +2425,7 @@
<span class="operator">*</span><span
class="identifier">field_code</span><span class="operator">);</span>
</div>
- If successful, the list alwways contains at least <span class="syntax
+ If successful, the list always contains at least <span class="syntax
identifier">field_code</span>. On error <span class="syntax
literal">NULL</span> is returned.
@@ -2672,7 +2672,7 @@
<span class="identifier">flags</span><span class="operator">);</span>
</div>
If <span class="syntax identifier">parent</span> is <span class="syntax
- literal">NULL</span>, top-level fields are luisted. The <span
+ literal">NULL</span>, top-level fields are listed. The <span
class="syntax identifier">type</span> parameter should be a valid <a
href="#entrytype">entry type</a>, or else one of the symbols listed in
<a href="#gd_nentries">Table 8 above</a>. The <span class="syntax
@@ -4940,7 +4940,7 @@
index, the operation proceeds one fragment at a time, aborting early in
the case of error. As a result, at most one fragment will ever be unclean
(the ones before the unclean fragment will have been successfully
- modified, the one's after will be still in their unmodifed state).
+ modified, the ones after will be still in their unmodified state).
<h3><a name="mitigation">Mitigation</a></h3>
<p>Once <span class="syntax">GD_E_UNCLEAN_DB</span> is encountered by an
@@ -4988,7 +4988,7 @@
class="syntax"><field_name>_<i>XXXXXX</i></span></b>
where the <b><span class="syntax"><i>XXXXXX</i></span></b> represents an
arbitrary set of six characters. In this case there should also be a
- file with the propper binary file name, ie. <b><span
+ file with the proper binary file name, ie. <b><span
class="syntax"><field_name></span></b>, possibly appended with
an encoding extension.
<dt><strong>Class B</strong>
@@ -5007,7 +5007,7 @@
class="syntax">GD_E_UNCLEAN_DB</span> was returned by a function other
than <span class="syntax"><a href="#gd_alter_encoding"
>gd_alter_encoding()</a></span>), the field should be cleaned by
- simply moving the temporary file over top of the exising binary file with
+ simply moving the temporary file over top of the existing binary file with
the correct name.
<p>If the encoding was changed (ie. <span
@@ -5031,7 +5031,7 @@
<p>If the data returned appear corrupted, it is possible that the old
data file was not deleted; recheck the dirfile. If an I/O error
- occurrs, it is possible that the replacement file has an incorrect
+ occurs, it is possible that the replacement file has an incorrect
name or permissions; again, recheck the dirfile.
<div class="foot"><div class="copy">© 2008, 2009, 2010, 2011 D. V.
Modified: trunk/html/index.html.in
===================================================================
--- trunk/html/index.html.in 2012-07-04 23:53:37 UTC (rev 736)
+++ trunk/html/index.html.in 2012-07-05 00:56:17 UTC (rev 737)
@@ -58,9 +58,9 @@
<h2><a name="download">Get GetData</a></h2>
<p>The complete source code for official releases of the GetData project
are available from SourceForge. The latest version of GetData, released
- 5 April, 2011, is <a
- href="http://sourceforge.net/projects/getdata/files/getdata/0.7.3/"
- >0.7.3</a>; see:
+ 4 July, 2012, is <a
+ href="http://sourceforge.net/projects/getdata/files/getdata/0.8.0/"
+ >0.8.0</a>; see:
<ul><li><a href="download.html">Get GetData</a></ul>
<h2><a name="documentation">Documentation</a></h2>
Modified: trunk/html/sie_compression.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|