[Pcre-svn] [659] code/trunk: Formatting tidies for 8.13 rele…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [659] code/trunk: Formatting tidies for 8.13 release.
Revision: 659
          http://vcs.pcre.org/viewvc?view=rev&revision=659
Author:   ph10
Date:     2011-08-16 10:48:29 +0100 (Tue, 16 Aug 2011)


Log Message:
-----------
Formatting tidies for 8.13 release.

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/doc/html/index.html
    code/trunk/doc/html/pcreapi.html
    code/trunk/doc/pcre.txt
    code/trunk/doc/pcreapi.3
    code/trunk/pcre_study.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/ChangeLog    2011-08-16 09:48:29 UTC (rev 659)
@@ -1,7 +1,7 @@
 ChangeLog for PCRE
 ------------------


-Version 8.13 02-Aug-2011
+Version 8.13 16-Aug-2011
------------------------

 1.  The Unicode data tables have been updated to Unicode 6.0.0.
@@ -224,7 +224,7 @@
     (a) The default value of the buffer size parameter has been increased from
         8K to 20K. (The actual buffer used is three times this size.)


-    (b) The default can be changed by ./configure --with-pcregrep-bufsiz when
+    (b) The default can be changed by ./configure --with-pcregrep-bufsize when
         PCRE is built.


     (c) A --buffer-size=n option has been added to pcregrep, to allow the size
@@ -245,9 +245,9 @@
 47. The pattern /f.*/8s, when applied to "for" with PCRE_PARTIAL_HARD, gave a
     complete match instead of a partial match. This bug was dependent on both
     the PCRE_UTF8 and PCRE_DOTALL options being set.
-    
+
 48. For a pattern such as /\babc|\bdef/ pcre_study() was failing to set up the
-    starting byte set, because \b was not being ignored. 
+    starting byte set, because \b was not being ignored.



Version 8.12 15-Jan-2011

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/NEWS    2011-08-16 09:48:29 UTC (rev 659)
@@ -1,7 +1,7 @@
 News about PCRE releases
 ------------------------


-Release 8.13 02-Aug-2011
+Release 8.13 16-Aug-2011
------------------------

This is mainly a bug-fix release. There has been a lot of internal refactoring.

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/configure.ac    2011-08-16 09:48:29 UTC (rev 659)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [13])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2011-08-02])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2011-08-16])

# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre_version, [0:1:0])

Modified: code/trunk/doc/html/index.html
===================================================================
--- code/trunk/doc/html/index.html    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/doc/html/index.html    2011-08-16 09:48:29 UTC (rev 659)
@@ -1,10 +1,10 @@
 <html>
-<!-- This is a manually maintained file that is the root of the HTML version of 
-     the PCRE documentation. When the HTML documents are built from the man 
-     page versions, the entire doc/html directory is emptied, this file is then 
-     copied into doc/html/index.html, and the remaining files therein are 
+<!-- This is a manually maintained file that is the root of the HTML version of
+     the PCRE documentation. When the HTML documents are built from the man
+     page versions, the entire doc/html directory is emptied, this file is then
+     copied into doc/html/index.html, and the remaining files therein are
      created by the 132html script.
--->      
+-->
 <head>
 <title>PCRE specification</title>
 </head>
@@ -74,11 +74,11 @@
 </table>


<p>
-There are also individual pages that summarize the interface for each function
+There are also individual pages that summarize the interface for each function
in the library:
</p>

-<table>    
+<table>


 <tr><td><a href="pcre_compile.html">pcre_compile</a></td>
     <td>&nbsp;&nbsp;Compile a regular expression</td></tr>
@@ -129,7 +129,7 @@


 <tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>
     <td>&nbsp;&nbsp;Build character tables in current locale</td></tr>
-    
+
 <tr><td><a href="pcre_refcount.html">pcre_refcount</a></td>
     <td>&nbsp;&nbsp;Maintain reference count in compiled pattern</td></tr>



Modified: code/trunk/doc/html/pcreapi.html
===================================================================
--- code/trunk/doc/html/pcreapi.html    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/doc/html/pcreapi.html    2011-08-16 09:48:29 UTC (rev 659)
@@ -805,7 +805,7 @@
   66  (*MARK) must have an argument
   67  this version of PCRE is not compiled with PCRE_UCP support
   68  \c must be followed by an ASCII character
-  69  \k is not followed by a braced, angle-bracketed, or quoted name  
+  69  \k is not followed by a braced, angle-bracketed, or quoted name
 </pre>
 The numbers 32 and 10000 in errors 48 and 49 are defaults; different values may
 be used if the limits were changed when PCRE was built.


Modified: code/trunk/doc/pcre.txt
===================================================================
--- code/trunk/doc/pcre.txt    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/doc/pcre.txt    2011-08-16 09:48:29 UTC (rev 659)
@@ -2,7 +2,7 @@
 This file contains a concatenation of the PCRE man pages, converted to plain
 text format for ease of searching with a text editor, or for use on systems
 that do not have a man page processor. The small individual files that give
-synopses of each function in the library have not been included. Neither has 
+synopses of each function in the library have not been included. Neither has
 the pcredemo program. There are separate text files for the pcregrep and
 pcretest commands.
 -----------------------------------------------------------------------------
@@ -275,8 +275,8 @@
        Last updated: 07 May 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREBUILD(3)                                                      PCREBUILD(3)



@@ -622,8 +622,8 @@
        Last updated: 02 August 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREMATCHING(3)                                                PCREMATCHING(3)



@@ -826,8 +826,8 @@
        Last updated: 17 November 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREAPI(3)                                                          PCREAPI(3)



@@ -2998,8 +2998,8 @@
        Last updated: 13 August 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCRECALLOUT(3)                                                  PCRECALLOUT(3)



@@ -3187,8 +3187,8 @@
        Last updated: 31 July 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCRECOMPAT(3)                                                    PCRECOMPAT(3)



@@ -3354,8 +3354,8 @@
        Last updated: 24 July 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREPATTERN(3)                                                  PCREPATTERN(3)



@@ -5863,8 +5863,8 @@
        Last updated: 24 July 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCRESYNTAX(3)                                                    PCRESYNTAX(3)



@@ -6233,8 +6233,8 @@
        Last updated: 21 November 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREPARTIAL(3)                                                  PCREPARTIAL(3)



@@ -6653,8 +6653,8 @@
        Last updated: 07 November 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREPRECOMPILE(3)                                            PCREPRECOMPILE(3)



@@ -6778,8 +6778,8 @@
        Last updated: 17 November 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREPERFORM(3)                                                  PCREPERFORM(3)



@@ -6946,8 +6946,8 @@
        Last updated: 16 May 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCREPOSIX(3)                                                      PCREPOSIX(3)



@@ -7209,8 +7209,8 @@
        Last updated: 16 May 2010
        Copyright (c) 1997-2010 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCRECPP(3)                                                          PCRECPP(3)



@@ -7551,8 +7551,8 @@
        Last updated: 17 March 2009
        Minor typo fixed: 25 July 2011
 ------------------------------------------------------------------------------
- 
- 
+
+
 PCRESAMPLE(3)                                                    PCRESAMPLE(3)



@@ -7789,5 +7789,5 @@
        Last updated: 22 July 2011
        Copyright (c) 1997-2011 University of Cambridge.
 ------------------------------------------------------------------------------
- 
- 
+
+


Modified: code/trunk/doc/pcreapi.3
===================================================================
--- code/trunk/doc/pcreapi.3    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/doc/pcreapi.3    2011-08-16 09:48:29 UTC (rev 659)
@@ -812,7 +812,7 @@
   66  (*MARK) must have an argument
   67  this version of PCRE is not compiled with PCRE_UCP support
   68  \ec must be followed by an ASCII character
-  69  \ek is not followed by a braced, angle-bracketed, or quoted name  
+  69  \ek is not followed by a braced, angle-bracketed, or quoted name
 .sp
 The numbers 32 and 10000 in errors 48 and 49 are defaults; different values may
 be used if the limits were changed when PCRE was built.
@@ -1175,7 +1175,7 @@
 that will speed up matching (see the section entitled
 .\" HTML <a href="#studyingapattern">
 .\" </a>
-"Studying a pattern" 
+"Studying a pattern"
 .\"
 above). The format of the \fIstudy_data\fP block is private, but its length
 is made available via this option so that it can be saved and restored (see the


Modified: code/trunk/pcre_study.c
===================================================================
--- code/trunk/pcre_study.c    2011-08-15 17:43:44 UTC (rev 658)
+++ code/trunk/pcre_study.c    2011-08-16 09:48:29 UTC (rev 659)
@@ -794,11 +794,11 @@
       return SSB_FAIL;


       /* We can ignore word boundary tests. */
-       
+
       case OP_WORD_BOUNDARY:
       case OP_NOT_WORD_BOUNDARY:
-      tcode++; 
-      break; 
+      tcode++;
+      break;


       /* If we hit a bracket or a positive lookahead assertion, recurse to set
       bits from within the subpattern. If it can't find anything, we have to