From: jkeenan Date: Tue, 22 Nov 2011 23:59:53 +0000 (-0800) Subject: [RT #36079] Where sensible, replace consecutive single quotation marks with a double... X-Git-Tag: accepted/trunk/20130322.191538~2001^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b0bcbb15a2b81f5d96b8c9dc4c65f0054126b86;p=platform%2Fupstream%2Fperl.git [RT #36079] Where sensible, replace consecutive single quotation marks with a double quotation mark. --- diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 3df68ce..933e19a 100644 --- a/dist/B-Deparse/Deparse.pm +++ b/dist/B-Deparse/Deparse.pm @@ -3939,7 +3939,7 @@ sub double_delim { if (($succeed, $to) = balanced_delim($to) and $succeed) { return "$from$to"; } else { - for $delim ('/', '"', '#') { # note no ''' -- s''' is special + for $delim ('/', '"', '#') { # note no "'" -- s''' is special return "$from$delim$to$delim" if index($to, $delim) == -1; } $to =~ s[/][\\/]g; diff --git a/ext/SDBM_File/sdbm/README b/ext/SDBM_File/sdbm/README index 2013504..2659e0f 100644 --- a/ext/SDBM_File/sdbm/README +++ b/ext/SDBM_File/sdbm/README @@ -305,19 +305,19 @@ References Ken Thompson, private communication, Nov. 1990 [Lit80] - W. Litwin, '' Linear Hashing: A new tool for file and - table addressing'', Proceedings of the 6th Conference on + 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 - Dynamic Files'', ACM Trans. Database Syst., vol. 4, + 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] @@ -337,13 +337,13 @@ References USENET newsgroup comp.unix, 1987. [Mar79] - G. N. Martin, ''Spiral Storage: Incrementally Augment- - able Hash Addressed Storage'', Technical Report #27, + 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 - Schemes'',ACM Computing Surveys, vol. 20, no. 2, pp. + 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 6e8137c..2965cde 100644 --- a/ext/SDBM_File/sdbm/readme.ms +++ b/ext/SDBM_File/sdbm/readme.ms @@ -328,7 +328,7 @@ P.-A. Larson, 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 @@ -337,7 +337,7 @@ R. Fagin, J. Nievergelt, N. Pippinger, and H. R. Strong, \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,