summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 7.8pcre-7.8ph102008-09-050-0/+0
* Updates for 7.8 releaseph102008-09-055-16/+18
* Update the Virtual Pascal + BCC files for current versions.ph102008-09-055-40/+104
* Update maint/README with new wishlist items.ph102008-08-261-1/+11
* Source tidies for 7.8-RC1 ph102008-08-2514-153/+168
* A UTF-8 test had accidentally been put in the wrong test.ph102008-08-244-4/+4
* Patch to reduce warnings from certain compilers.ph102008-08-246-9/+25
* Make it clearer that ovector values are byte offsets, not character counts.ph102008-08-242-24/+32
* Add missing copyright to pcrecpp_internal.hph102008-08-242-4/+7
* Lazy qualifiers were not always working in UTF-8 mode (8.0/15).ph102008-07-144-4/+36
* Further fixes for bumpalong processing in UTF-8 mode.ph102008-07-115-50/+36
* Several bugs concerned with skipping over UTF-8 characters at the start of ph102008-07-115-21/+93
* Previous change to pcretest wasn't correct for POSIX mode (needs zero ph102008-07-101-3/+14
* Forgot to add test for previous bug.ph102008-07-102-0/+7
* Fix off-end-of-buffer bug for patterns that match only at start of line.ph102008-07-104-4/+16
* Fix CVE-2008-2371 (outer level option with alternatives caused crash).ph102008-07-094-12/+21
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-0914-24/+56
* Comments about stack usage added.ph102008-07-098-75/+136
* Added two (int) casts to pcregrep.ph102008-07-082-2/+5
* Minor bugfix in pcrecpp.cc.ph102008-07-082-1/+3
* Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.ph102008-07-078-13/+41
* Fix caseless backreferences for non-ASCII characters.ph102008-07-074-2/+92
* Fix SKIPZERO bug in pcre_study().ph102008-07-074-0/+14
* Final (?) tidies for new Unicode property code.ph102008-07-073-10/+61
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-0428-2036/+4656
* More of the UCP speedup update.ph102008-07-023-16/+58
* Preliminary patch for upgraded Unicode Property support.ph102008-07-0216-93/+5509
* Final updates for 7.7 release.ph102008-05-073-8/+8
* Fix typo in ucpinternal.h.ph102008-04-302-1/+6
* Tidies for the 7.7-RC1 distribution.ph102008-04-2834-1210/+1476
* CMake patches for readline support to ensure ncurses is linked when required.ph102008-04-223-3/+25
* Fixes to pcretest for readline support on Windows.ph102008-04-212-0/+9
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-208-91/+54
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-1913-152/+418
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-184-1/+94
* Some systems have a diff without a -u option. Test for it.ph102008-04-131-3/+9
* Update docs to point out that sometimes -lncurses will be needed with ph102008-04-132-3/+30
* Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h.in.ph102008-04-131-0/+1
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-1212-54/+141
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-1210-38/+111
* Fix bug in Oniguruma \g support.ph102008-04-113-4/+21
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-107-26/+344
* Alan Lehotsky's patch for REG_STARTEND.ph102008-04-054-7/+39
* Applied Craig's patch to remove the use of push_back().ph102008-04-052-2/+4
* Craig's further amended patch for OS X.ph102008-04-053-21/+48
* Craig's second patch to fix the previous one.ph102008-03-282-6/+10
* Patch to pcrecpp.cc to fix an OS X linking problem.ph102008-03-262-3/+18
* Added some missing "const"s to declarations of static tables in ph102008-03-083-5/+8
* Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes theph102008-03-084-10/+24
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-084-25/+91