[Pcre-svn] [374] code/trunk: Updates for 7.8 release

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [374] code/trunk: Updates for 7.8 release
Revision: 374
          http://vcs.pcre.org/viewvc?view=rev&revision=374
Author:   ph10
Date:     2008-09-05 17:42:28 +0100 (Fri, 05 Sep 2008)


Log Message:
-----------
Updates for 7.8 release

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/NEWS
    code/trunk/NON-UNIX-USE
    code/trunk/README
    code/trunk/configure.ac


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2008-09-05 10:25:46 UTC (rev 373)
+++ code/trunk/ChangeLog    2008-09-05 16:42:28 UTC (rev 374)
@@ -1,7 +1,7 @@
 ChangeLog for PCRE
 ------------------


-Version 7.8 25-Aug-08
+Version 7.8 05-Sep-08
---------------------

1. Replaced UCP searching code with optimized version as implemented for Ad
@@ -75,8 +75,8 @@

 19. Updated the Virtual Pascal + BCC files to compile the latest v7.7, as
     supplied by Stefan Weber. I made a further small update for 7.8 because
-    there is a change of source arrangements: the pcre_searchfuncs.c module is 
-    replaced by pcre_ucd.c. 
+    there is a change of source arrangements: the pcre_searchfuncs.c module is
+    replaced by pcre_ucd.c.



Version 7.7 07-May-08

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2008-09-05 10:25:46 UTC (rev 373)
+++ code/trunk/NEWS    2008-09-05 16:42:28 UTC (rev 374)
@@ -2,7 +2,7 @@
 ------------------------



-Release 7.8 25-Aug-08
+Release 7.8 05-Sep-08
---------------------

More bug fixes, plus a performance improvement in Unicode character property

Modified: code/trunk/NON-UNIX-USE
===================================================================
--- code/trunk/NON-UNIX-USE    2008-09-05 10:25:46 UTC (rev 373)
+++ code/trunk/NON-UNIX-USE    2008-09-05 16:42:28 UTC (rev 374)
@@ -85,8 +85,6 @@


        pcre_internal.h
        ucp.h
-       ucpinternal.h
-       ucptable.h


  (5) Also ensure that you have the following file, which is #included as source
      when building a debugging version of PCRE, and is also used by pcretest.
@@ -113,7 +111,7 @@
        pcre_study.c
        pcre_tables.c
        pcre_try_flipped.c
-       pcre_ucp_searchfuncs.c
+       pcre_ucd.c
        pcre_valid_utf8.c
        pcre_version.c
        pcre_xclass.c
@@ -439,5 +437,5 @@
 $!
 =========================


-Last Updated: 09 July 2008
+Last Updated: 05 September 2008
****

Modified: code/trunk/README
===================================================================
--- code/trunk/README    2008-09-05 10:25:46 UTC (rev 373)
+++ code/trunk/README    2008-09-05 16:42:28 UTC (rev 374)
@@ -1,9 +1,12 @@
 README file for PCRE (Perl-compatible regular expression library)
 -----------------------------------------------------------------


-The latest release of PCRE is always available from
+The latest release of PCRE is always available in three alternative formats
+from:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip

There is a mailing list for discussion about the development of PCRE at

@@ -640,7 +643,7 @@
   pcre_study.c            )
   pcre_tables.c           )
   pcre_try_flipped.c      )
-  pcre_ucp_searchfuncs.c  )
+  pcre_ucd.c              )
   pcre_valid_utf8.c       )
   pcre_version.c          )
   pcre_xclass.c           )
@@ -649,9 +652,7 @@
   pcre.h.in               template for pcre.h when built by "configure"
   pcreposix.h             header for the external POSIX wrapper API
   pcre_internal.h         header for internal use
-  ucp.h                   ) headers concerned with
-  ucpinternal.h           )   Unicode property handling
-  ucptable.h              ) (this one is the data table)
+  ucp.h                   header for Unicode property handling


   config.h.in             template for config.h, which is built by "configure"


@@ -725,6 +726,9 @@

(D) Auxiliary files for cmake support

+ cmake/COPYING-CMAKE-SCRIPTS
+ cmake/FindPackageHandleStandardArgs.cmake
+ cmake/FindReadline.cmake
CMakeLists.txt
config-cmake.h.in

@@ -749,4 +753,4 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 13 April 2008
+Last updated: 05 September 2008

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2008-09-05 10:25:46 UTC (rev 373)
+++ code/trunk/configure.ac    2008-09-05 16:42:28 UTC (rev 374)
@@ -8,8 +8,8 @@


m4_define(pcre_major, [7])
m4_define(pcre_minor, [8])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2008-08-25])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2008-09-05])

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