summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create tagged copy for 8.12 release.pcre-8.12ph102011-01-150-0/+0
* Tidies for Release 8.12ph102011-01-159-64/+73
* Another bugfix for pcregrep with -M and colour.ph102011-01-155-7/+18
* Fix -M bugs in pcregrepph102011-01-146-23/+67
* Move definition of pcregrep_exit() above its first reference; this applies only ph102011-01-122-25/+29
* Fix pcregrep bug when --colour was used with -v.ph102011-01-124-7/+64
* Fix pcregrep cast issue for 64-bit big-endian systems.ph102011-01-123-43/+52
* Add script to check for man page markup typos. Fix some typos.ph102011-01-1116-106/+193
* Final tidies for 8.11 release.ph102010-12-104-5/+5
* Patches to avoid build problems in some Borland environments.ph102010-11-264-7/+19
* Tidies of documenation and code while preparing for release.ph102010-11-2439-1536/+1633
* Fix internal error for recursive named back references.ph102010-11-236-9/+114
* More documentation for (*NO_START_OPT).ph102010-11-212-6/+7
* Added support for (*NO_START_OPT)ph102010-11-2115-32/+115
* Documentation clarification.ph102010-11-211-6/+22
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-2011-12/+50
* Remove loops from GETCHAR etc. macros.ph102010-11-192-68/+108
* Documentation updates and tidies.ph102010-11-1717-1103/+1228
* Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but ph102010-11-164-21/+64
* Clarify pcretest documentation of \xhh vs \x{hh}.ph102010-11-071-2/+10
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-0711-19/+81
* Clarify documentation about ovector setting.ph102010-11-061-3/+8
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-0630-869/+1486
* Fix broken /g code in pcretest and -g code in pcredemo.ph102010-11-039-22/+149
* Added parentheses argument to -o and --only-matching options of pcregrep.ph102010-10-315-36/+112
* Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a ph102010-10-315-42/+163
* Add casts needed for Visual Studio when NO_RECURSE is set.ph102010-10-312-2/+4
* Clarify documentation about comments in patterns.ph102010-10-312-17/+23
* Added --match-limit and --recursion-limit to pcregrep; tidied some error ph102010-10-305-33/+159
* Further test tidies for Perl comparisons.ph102010-10-274-4/+21
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-277-20/+20
* Fix missing code for missing strtoul() and strerror(). ph102010-10-263-4/+40
* Add more explanation about conditional subpatterns.ph102010-10-261-1/+8
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-265-12/+150
* Document that an isolated \E is ignored.ph102010-10-261-1/+2
* Add test for a (*SKIP) bug that was fixed by other changes.ph102010-10-252-0/+24
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-2217-134/+426
* Fix \s bug in character classes (always removing VT).ph102010-10-134-2/+19
* Make (*COMMIT) override (*THEN) and similar.ph102010-10-105-5/+65
* Fix problem with (*THEN) not backing up far enough.ph102010-10-1013-59/+196
* Final updates for 8.10 release.ph102010-06-256-504/+581
* Another documentation update.ph102010-06-211-1/+11
* Even more explanatory wording for PCRE_NO_START_OPTIMIZE.ph102010-06-202-11/+42
* Tidyup for 8.10-RC2 test release.ph102010-06-1615-313/+351
* Fix forward reference in the presence of (?#( (open parens in comment).ph102010-06-154-13/+42
* Avoid loop caused by (*SKIP) with an argument.ph102010-06-153-10/+30
* Improve documentation for PCRE_NO_START_OPTIMIZE.ph102010-06-151-10/+16
* Add /T option to pcretest and additional tests with non-standard tables.ph102010-06-145-11/+436
* Typo in comment.ph102010-06-141-1/+1
* A more correct fix for the chartables bug with UTF-8 and non-std tables.ph102010-06-135-57/+244