OSSP CVS Repository

ossp - Check-in [1543]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1543
Date: 2002-Jan-11 11:19:12 (local)
2002-Jan-11 10:19:12 (UTC)
User:rse
Branch:
Comment: upgrade to PCRE 3.9
Tickets:
Inspections:
Files:
ossp-pkg/pcre/ChangeLog      1.9 -> 1.10     10 inserted, 0 deleted
ossp-pkg/pcre/ChangeLog.OSSP      1.18 -> 1.19     3 inserted, 0 deleted
ossp-pkg/pcre/pcre.h      1.8 -> 1.9     2 inserted, 2 deleted
ossp-pkg/pcre/pcre_test.d/testoutput1      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pcre/pcre_test.d/testoutput2      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pcre/pcre_test.d/testoutput3      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pcre/pcre_test.d/testoutput4      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/pcre/pcre_test.d/testoutput5      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/pcre/pcre_test.d/testoutput6      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/pcre/pcregrep.1      1.1 -> 1.2     1 inserted, 11 deleted

ossp-pkg/pcre/ChangeLog 1.9 -> 1.10

--- ChangeLog    2002/01/07 15:21:06     1.9
+++ ChangeLog    2002/01/11 10:19:12     1.10
@@ -1,6 +1,16 @@
 ChangeLog for PCRE
 ------------------
 
+Version 3.0 02-Jan-02
+---------------------
+
+1. A bit of extraneous text had somehow crept into the pcregrep documentation.
+
+2. If --disable-static was given, the building process failed when trying to
+build pcretest and pcregrep. (For some reason it was using libtool to compile
+them, which is not right, as they aren't part of the library.)
+
+
 Version 3.8 18-Dec-01
 ---------------------
 


ossp-pkg/pcre/ChangeLog.OSSP 1.18 -> 1.19

--- ChangeLog.OSSP       2002/01/07 14:36:54     1.18
+++ ChangeLog.OSSP       2002/01/11 10:19:12     1.19
@@ -2,6 +2,9 @@
  OSSP ChangeLog for PCRE
  =======================
 
+  *) Upgraded to PCRE 3.9
+  *) Upgraded to PCRE 3.8
+
  Changes made to OSSP pcre 3.5 (29-Aug-2000 to 16-Aug-2001):
 
   *) Merged in changes between PCRE 3.4 to 3.5


ossp-pkg/pcre/pcre.h 1.8 -> 1.9

--- pcre.h       2002/01/07 15:21:06     1.8
+++ pcre.h       2002/01/11 10:19:12     1.9
@@ -8,8 +8,8 @@
 #define _PCRE_H
 
 #define PCRE_MAJOR 3
-#define PCRE_MINOR 8
-#define PCRE_DATE  18-Dec-2001
+#define PCRE_MINOR 9
+#define PCRE_DATE  02-Jan-2002
 
 #define __PCRE_STRING(a)  #a
 #define __PCRE_XSTRING(s) _STRING(s)


ossp-pkg/pcre/pcre_test.d/testoutput1 1.8 -> 1.9

--- testoutput1  2002/01/07 15:21:07     1.8
+++ testoutput1  2002/01/11 10:19:13     1.9
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /the quick brown fox/
     the quick brown fox


ossp-pkg/pcre/pcre_test.d/testoutput2 1.8 -> 1.9

--- testoutput2  2002/01/07 15:21:07     1.8
+++ testoutput2  2002/01/11 10:19:13     1.9
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /(a)b|/
 Capturing subpattern count = 1


ossp-pkg/pcre/pcre_test.d/testoutput3 1.8 -> 1.9

--- testoutput3  2002/01/07 15:21:08     1.8
+++ testoutput3  2002/01/11 10:19:13     1.9
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /(?<!bar)foo/
     foo


ossp-pkg/pcre/pcre_test.d/testoutput4 1.8 -> 1.9

--- testoutput4  2002/01/07 15:21:08     1.8
+++ testoutput4  2002/01/11 10:19:13     1.9
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /^[\w]+/
     *** Failers


ossp-pkg/pcre/pcre_test.d/testoutput5 1.3 -> 1.4

--- testoutput5  2002/01/07 15:21:08     1.3
+++ testoutput5  2002/01/11 10:19:13     1.4
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /-- Because of problems with Perl 5.6 in handling UTF-8 vs non UTF-8 --/
 /-- strings automatically, do not use the \x{} construct except with --/


ossp-pkg/pcre/pcre_test.d/testoutput6 1.3 -> 1.4

--- testoutput6  2002/01/07 15:21:08     1.3
+++ testoutput6  2002/01/11 10:19:13     1.4
@@ -1,4 +1,4 @@
-PCRE version 3.8 18-Dec-2001
+PCRE version 3.9 02-Jan-2002
 
 /\x{100}/8DM
 Memory allocation (code space): 11


ossp-pkg/pcre/pcregrep.1 1.1 -> 1.2

--- pcregrep.1   2002/01/07 15:21:06     1.1
+++ pcregrep.1   2002/01/11 10:19:12     1.2
@@ -32,17 +32,7 @@
 lines that would otherwise have been printed. If several files are given, a
 count is printed for each of them.
 .TP
-
-       versity of Cambridge for use on Unix systems connected  to
-       the  Internet.  It  is freely available under the terms of
-       the GNU General Public Licence. In style it is similar  to
-       Smail  3,  but  its  facilities are more extensive, and in
-       particular it has some defences  against  mail  bombs  and
-       unsolicited junk mail, in the form of options for refusing
-       messages from particular hosts, networks, or senders.
-
-       Exim's command line takes the  standard  Unix  form  of  a
-       sequence  of  options, each starting with a hyphen charac\fB-f\fIfilename\fR
+\fB-f\fIfilename\fR
 Read patterns from the file, one per line, and match all patterns against each
 line. There is a maximum of 100 patterns. Trailing white space is removed, and
 blank lines are ignored. An empty file contains no patterns and therefore

CVSTrac 2.0.1