First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 97246
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jeremy Huddleston (RETIRED) <eradicator@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Carsten Lohrke <carlo@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pcre-6.1-link.patch pcre-6.1-link.patch text/plain Carsten Lohrke 2005-06-27 12:47 0000 832 bytes Details
libpcre-6.1.ebuild libpcre-6.1.ebuild text/plain Carsten Lohrke 2005-06-27 12:49 0000 1.17 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 97246 depends on: Show dependency tree
Bug 97246 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-06-27 12:46 0000
http://www.pcre.org/changelog.txt

Release 6.0 07-Jun-05
---------------------

The release number has been increased to 6.0 because of the addition of several
major new pieces of functionality.

A new function, pcre_dfa_exec(), which implements pattern matching using a DFA
algorithm, has been added. This has a number of advantages for certain cases,
though it does run more slowly, and lacks the ability to capture substrings. On
the other hand, it does find all matches, not just the first, and it works
better for partial matching. The pcrematching man page discusses the
differences.

The pcretest program has been enhanced so that it can make use of the new
pcre_dfa_exec() matching function and the extra features it provides.

The distribution now includes a C++ wrapper library. This is built
automatically if a C++ compiler is found. The pcrecpp man page discusses this
interface.

The code itself has been re-organized into many more files, one for each
function, so it no longer requires everything to be linked in when static
linkage is used. As a consequence, some internal functions have had to have
their names exposed. These functions all have names starting with _pcre_. They
are undocumented, and are not intended for use by outside callers.

The pcregrep program has been enhanced with new functionality such as
multiline-matching and options for output more matching context. See the
ChangeLog for a complete list of changes to the library and the utility
programs.

------- Comment #1 From Carsten Lohrke 2005-06-27 12:47:14 0000 -------
Created an attachment (id=62094) [details]
pcre-6.1-link.patch

------- Comment #2 From Carsten Lohrke 2005-06-27 12:49:41 0000 -------
Created an attachment (id=62096) [details]
libpcre-6.1.ebuild

- the existing uclibc patch applies, untested
- install new libpcrecpp.so
- correct html doc installation and make optional

------- Comment #3 From Jeremy Huddleston (RETIRED) 2005-07-02 16:23:23 0000 -------
in portage. thanks for the heads up...

First Last Prev Next    No search results available      Search page      Enter new bug