Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kim
Date:           Wed Apr 26 21:59:54 UTC 2000

Modified Files:
        pkgsrc/devel/pcre: Makefile
        pkgsrc/devel/pcre/files: md5

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/pcre/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/pcre/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index