Index: ossp-pkg/l2/l2_ut_pcre.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_ut_pcre.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/l2/l2_ut_pcre.c,v' 2>/dev/null --- l2_ut_pcre.c 2001/10/06 14:30:42 1.3 +++ l2_ut_pcre.c 2001/11/24 08:13:25 1.4 @@ -6,7 +6,7 @@ * DO NOT EDIT THIS FILE, IT WAS AUTOMATICALLY GENERATED! * * This is an automatically generated, extremely stripped down - * version of the PCRE 3.5 library from the Philip Hazel. + * version of the PCRE 3.7 library from the Philip Hazel. * This version is still distributed under the same original PCRE * Open Source license, but Philip Hazel is no longer responsible * for this version. @@ -3753,7 +3753,7 @@ rc = match_block.offset_overflow ? 0 : match_block.end_offset_top / 2; - if (match_block.offset_end < 2) + if (offsetcount < 2) rc = 0; else { offsets[0] = start_match - match_block.start_subject; Index: ossp-pkg/l2/l2_ut_pcre.h RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_ut_pcre.h,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/l2/l2_ut_pcre.h,v' 2>/dev/null --- l2_ut_pcre.h 2001/10/06 14:30:42 1.3 +++ l2_ut_pcre.h 2001/11/24 08:13:25 1.4 @@ -6,7 +6,7 @@ * DO NOT EDIT THIS FILE, IT WAS AUTOMATICALLY GENERATED! * * This is an automatically generated, extremely stripped down - * version of the PCRE 3.5 library from the Philip Hazel. + * version of the PCRE 3.7 library from the Philip Hazel. * This version is still distributed under the same original PCRE * Open Source license, but Philip Hazel is no longer responsible * for this version. @@ -48,8 +48,8 @@ #define PCRE_PREFIX l2_util_ #define PCRE_MAJOR 3 -#define PCRE_MINOR 5 -#define PCRE_DATE 15-Aug-2001 +#define PCRE_MINOR 7 +#define PCRE_DATE 29-Oct-2001 #ifdef PCRE_PREFIX #if defined(__STDC__) || defined(__cplusplus)