From e11c46167c296aec62a31c6c11807d82a6dcfbb1 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 26 Apr 2000 21:59:53 +0000 Subject: Update to pcre-2.08, notable changes: 1. When startoffset was not zero and the pattern began with ".*", PCRE was not trying to match at the startoffset position, but instead was moving forward to the next newline as if a previous match had failed. 2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g and /G, and could get into a loop if a null string was matched other than at the start of the subject. --- devel/pcre/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/pcre/Makefile') diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 4aafdadebd0..4852a59cee0 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/09/19 00:55:35 ad Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/26 21:59:53 kim Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $ -DISTNAME= pcre-2.07 +DISTNAME= pcre-2.08 CATEGORIES= devel MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ -- cgit v1.2.3