summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 19:23:00 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:14 -0800
commit882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9 (patch)
tree9e3d9a5a65f423429c8a927720f9c33f096432a7 /ext/SDBM_File
parent55bee391aeff3c3b8d22fa4ce5491ee9440028aa (diff)
downloadperl-882ce58311c12cbb8ddfaeaaf1c718a77e62c5b9.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r--ext/SDBM_File/sdbm/README18
-rw-r--r--ext/SDBM_File/sdbm/readme.ms18
2 files changed, 18 insertions, 18 deletions
diff --git a/ext/SDBM_File/sdbm/README b/ext/SDBM_File/sdbm/README
index cd7312cc57..2013504ad4 100644
--- a/ext/SDBM_File/sdbm/README
+++ b/ext/SDBM_File/sdbm/README
@@ -32,7 +32,7 @@ derived from any licensed, proprietary or copyrighted
software.
The sdbm implementation is based on a 1978 algorithm
-[Lar78] by P.-A. (Paul) Larson known as ``Dynamic Hashing''.
+[Lar78] by P.-A. (Paul) Larson known as "Dynamic Hashing".
In the course of searching for a substitute for ndbm, I pro-
totyped three different external-hashing algorithms [Lar78,
Fag79, Lit80] and ultimately chose Larson's algorithm as a
@@ -70,7 +70,7 @@ _________________________
- 2 -
-store operation will not ``wander away'' trying to split its
+store operation will not "wander away" trying to split its
data pages to insert a datum that cannot (due to elaborate
worst-case situations) be inserted. (It will fail after a
pre-defined number of attempts.)
@@ -298,30 +298,30 @@ References
[Lar78]
- P.-A. Larson, ``Dynamic Hashing'', BIT, vol. 18, pp.
+ P.-A. Larson, "Dynamic Hashing", BIT, vol. 18, pp.
184-201, 1978.
[Tho90]
Ken Thompson, private communication, Nov. 1990
[Lit80]
- W. Litwin, `` Linear Hashing: A new tool for file and
+ W. Litwin, '' Linear Hashing: A new tool for file and
table addressing'', Proceedings of the 6th Conference on
Very Large Dabatases (Montreal), pp. 212-223, Very
Large Database Foundation, Saratoga, Calif., 1980.
[Fag79]
R. Fagin, J. Nievergelt, N. Pippinger, and H. R.
- Strong, ``Extendible Hashing - A Fast Access Method for
+ Strong, ''Extendible Hashing - A Fast Access Method for
Dynamic Files'', ACM Trans. Database Syst., vol. 4,
no.3, pp. 315-344, Sept. 1979.
[Wal84]
- Rich Wales, ``Discussion of "dbm" data base system'',
+ Rich Wales, ''Discussion of "dbm" data base system'',
USENET newsgroup unix.wizards, Jan. 1984.
[Tor87]
- Chris Torek, ``Re: dbm.a and ndbm.a archives'',
+ Chris Torek, "Re: dbm.a and ndbm.a archives",
@@ -337,12 +337,12 @@ References
USENET newsgroup comp.unix, 1987.
[Mar79]
- G. N. Martin, ``Spiral Storage: Incrementally Augment-
+ G. N. Martin, ''Spiral Storage: Incrementally Augment-
able Hash Addressed Storage'', Technical Report #27,
University of Varwick, Coventry, U.K., 1979.
[Enb88]
- R. J. Enbody and H. C. Du, ``Dynamic Hashing
+ R. J. Enbody and H. C. Du, ''Dynamic Hashing
Schemes'',ACM Computing Surveys, vol. 20, no. 2, pp.
85-113, June 1988.
diff --git a/ext/SDBM_File/sdbm/readme.ms b/ext/SDBM_File/sdbm/readme.ms
index 01ca17ccdf..6e8137cc14 100644
--- a/ext/SDBM_File/sdbm/readme.ms
+++ b/ext/SDBM_File/sdbm/readme.ms
@@ -70,7 +70,7 @@ The \fIsdbm\fP library is not derived from any licensed, proprietary or
copyrighted software.
.PP
The \fIsdbm\fP implementation is based on a 1978 algorithm
-[Lar78] by P.-A. (Paul) Larson known as ``Dynamic Hashing''.
+[Lar78] by P.-A. (Paul) Larson known as "Dynamic Hashing".
In the course of searching for a substitute for \fIndbm\fP, I
prototyped three different external-hashing algorithms [Lar78, Fag79, Lit80]
and ultimately chose Larson's algorithm as a basis of the \fIsdbm\fP
@@ -94,7 +94,7 @@ smaller. The \fIsdbm\fP implementation is also faster than \fIndbm\fP
in database creation.
Unlike the \fIndbm\fP, the \fIsdbm\fP
.CW store
-operation will not ``wander away'' trying to split its
+operation will not "wander away" trying to split its
data pages to insert a datum that \fIcannot\fP (due to elaborate worst-case
situations) be inserted. (It will fail after a pre-defined number of attempts.)
.SH
@@ -323,31 +323,31 @@ References
.LP
.IP [Lar78] 4m
P.-A. Larson,
-``Dynamic Hashing'', \fIBIT\fP, vol. 18, pp. 184-201, 1978.
+"Dynamic Hashing", \fIBIT\fP, vol. 18, pp. 184-201, 1978.
.IP [Tho90] 4m
Ken Thompson, \fIprivate communication\fP, Nov. 1990
.IP [Lit80] 4m
W. Litwin,
-`` Linear Hashing: A new tool for file and table addressing'',
+" Linear Hashing: A new tool for file and table addressing",
\fIProceedings of the 6th Conference on Very Large Dabatases (Montreal)\fP,
pp. 212-223, Very Large Database Foundation, Saratoga, Calif., 1980.
.IP [Fag79] 4m
R. Fagin, J. Nievergelt, N. Pippinger, and H. R. Strong,
-``Extendible Hashing - A Fast Access Method for Dynamic Files'',
+"Extendible Hashing - A Fast Access Method for Dynamic Files",
\fIACM Trans. Database Syst.\fP, vol. 4, no.3, pp. 315-344, Sept. 1979.
.IP [Wal84] 4m
Rich Wales,
-``Discussion of "dbm" data base system'', \fIUSENET newsgroup unix.wizards\fP,
+"Discussion of "dbm" data base system", \fIUSENET newsgroup unix.wizards\fP,
Jan. 1984.
.IP [Tor87] 4m
Chris Torek,
-``Re: dbm.a and ndbm.a archives'', \fIUSENET newsgroup comp.unix\fP,
+"Re: dbm.a and ndbm.a archives", \fIUSENET newsgroup comp.unix\fP,
1987.
.IP [Mar79] 4m
G. N. Martin,
-``Spiral Storage: Incrementally Augmentable Hash Addressed Storage'',
+"Spiral Storage: Incrementally Augmentable Hash Addressed Storage",
\fITechnical Report #27\fP, University of Varwick, Coventry, U.K., 1979.
.IP [Enb88] 4m
R. J. Enbody and H. C. Du,
-``Dynamic Hashing Schemes'',\fIACM Computing Surveys\fP,
+"Dynamic Hashing Schemes",\fIACM Computing Surveys\fP,
vol. 20, no. 2, pp. 85-113, June 1988.