summaryrefslogtreecommitdiff
path: root/doc/pcrepattern.3
Commit message (Expand)AuthorAgeFilesLines
* Documentation.ph102012-01-091-133/+147
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-57/+45
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-45/+57
* Source tidies for 8.21-RC1ph102011-12-061-10/+10
* Update *MARK handling to be more like Perl.ph102011-11-291-45/+31
* Disallow \N in character classes, for Perl compatibility.ph102011-11-211-6/+8
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-7/+7
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-141-12/+32
* Source tidies for 8.20 release.ph102011-10-211-8/+8
* Add more about \C to documentation.ph102011-10-191-5/+29
* Source tidies for 8.20-RC3.ph102011-10-111-13/+13
* Document PCRE/Perl capture diffences in subroutines/recursions.ph102011-10-091-10/+26
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-57/+96
* Documentation for JIT support.ph102011-08-281-7/+2
* Documentation and general text tidies in preparation for test release.ph102011-08-021-11/+11
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-291-3/+4
* Permit quantifiers on parenthesized assertions.ph102011-07-241-8/+26
* Make (*MARK) work in positive assertions.ph102011-07-221-3/+9
* Document difference between PCRE and Perl's versions of \X.ph102011-07-201-1/+4
* Document that isolated \Q continues till the end of the pattern.ph102011-06-121-3/+7
* Tidies of documenation and code while preparing for release.ph102010-11-241-19/+19
* More documentation for (*NO_START_OPT).ph102010-11-211-1/+2
* Added support for (*NO_START_OPT)ph102010-11-211-0/+5
* Documentation clarification.ph102010-11-211-6/+22
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-7/+15
* Documentation updates and tidies.ph102010-11-171-60/+64
* Clarify documentation about comments in patterns.ph102010-10-311-14/+17
* Add more explanation about conditional subpatterns.ph102010-10-261-1/+8
* Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.ph102010-10-261-1/+20
* Document that an isolated \E is ignored.ph102010-10-261-1/+2
* Make (*COMMIT) override (*THEN) and similar.ph102010-10-101-0/+18
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-5/+5
* Prepare for release candidate.ph102010-06-031-25/+25
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-52/+94
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-9/+36
* Add support for \N.ph102010-05-031-15/+26
* Make \R and \X in a character class behave more like Perlph102010-05-031-8/+14
* Fix compile problems when heap is in useph102010-03-301-32/+32
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-32/+155
* Tidies for 8.02-RC1 release.ph102010-03-101-2/+2
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-061-1/+5
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-011-1/+27
* Fix #947, recursive back reference bug.ph102010-01-111-10/+22
* Final doc and source tidies for 8.00ph102009-10-191-2/+2
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-181-23/+20
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-55/+55
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-041-10/+37
* Allow duplicate names for same-numbered groups; forbid different names.ph102009-10-031-9/+12
* Documentation updateph102009-10-021-68/+105
* Allow fixed-length subroutine calls in lookbehinds.ph102009-09-221-11/+45