diff options
author | kim <kim@pkgsrc.org> | 2000-04-26 21:59:53 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-04-26 21:59:53 +0000 |
commit | 24fbe163eb8a5fdb99c8c08596dda48c734ce124 (patch) | |
tree | 1270e61add9f2d69be783f0acb7da9442aa07dbf /devel/pcre/Makefile | |
parent | 66c3710e5de0a363dfd01cfe57965d6a2d8b2a9f (diff) | |
download | pkgsrc-24fbe163eb8a5fdb99c8c08596dda48c734ce124.tar.gz |
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.
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r-- | devel/pcre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |