[Pcre-svn] [909] code/trunk: Final source and document tidie…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [909] code/trunk: Final source and document tidies for 8.30.
Revision: 909
          http://vcs.pcre.org/viewvc?view=rev&revision=909
Author:   ph10
Date:     2012-02-04 15:01:47 +0000 (Sat, 04 Feb 2012)


Log Message:
-----------
Final source and document tidies for 8.30.

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/pcretest.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2012-01-30 12:19:29 UTC (rev 908)
+++ code/trunk/ChangeLog    2012-02-04 15:01:47 UTC (rev 909)
@@ -1,8 +1,8 @@
 ChangeLog for PCRE
 ------------------


-Version 8.30
-------------
+Version 8.30 04-February-2012
+-----------------------------

 1.  Renamed "isnumber" as "is_a_number" because in some Mac environments this
     name is defined in ctype.h.


Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2012-01-30 12:19:29 UTC (rev 908)
+++ code/trunk/NEWS    2012-02-04 15:01:47 UTC (rev 909)
@@ -1,8 +1,8 @@
 News about PCRE releases
 ------------------------


-Release 8.30
-------------
+Release 8.30 04-February-2012
+-----------------------------

Release 8.30 introduces a major new feature: support for 16-bit character
strings, compiled as a separate library. There are a few changes to the

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-01-30 12:19:29 UTC (rev 908)
+++ code/trunk/configure.ac    2012-02-04 15:01:47 UTC (rev 909)
@@ -10,8 +10,8 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [30])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2012-01-21])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2012-02-04])

# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.

Modified: code/trunk/pcretest.c
===================================================================
--- code/trunk/pcretest.c    2012-01-30 12:19:29 UTC (rev 908)
+++ code/trunk/pcretest.c    2012-02-04 15:01:47 UTC (rev 909)
@@ -4292,7 +4292,7 @@
             break;


             default:
-            if (count < 0 && 
+            if (count < 0 &&
                 (-count) < (int)(sizeof(errtexts)/sizeof(const char *)))
               fprintf(outfile, "Error %d (%s)\n", count, errtexts[-count]);
             else