summaryrefslogtreecommitdiff
path: root/devel/pcre
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-04-26Update to pcre-2.08, notable changes:kim2-4/+4
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.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-19Need to install pcreposix.h.ad2-2/+5
1999-09-18- Add libpcreposix.aad1-1/+4
- Add manpages that were getting installed
1999-09-18Also install libpcreposix.a (Mostly POSIX compatible front-end to PCRE).ad1-1/+2
1999-08-26Perl Compatible Regular Expressions library. 2.07proff5-0/+39