summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 8.20 release.ph102011-10-215-746/+792
* Add more about \C to documentation.ph102011-10-193-13/+42
* Source tidies for 8.20-RC3.ph102011-10-117-319/+449
* Document PCRE/Perl capture diffences in subroutines/recursions.ph102011-10-092-12/+30
* Document Power PC JIT support as experimental.ph102011-10-051-3/+5
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-042-66/+109
* File tidies for 8.20-RC2 release.ph102011-09-234-64/+88
* Documentation clarifications.ph102011-09-232-10/+23
* Fix typo.ph102011-09-121-1/+1
* Fix CMake for release candidate; doc tidies.ph102011-09-123-3/+3
* Final source and document tidies for 8.20-RC1.ph102011-09-1142-1059/+2216
* More documentation updates.ph102011-09-062-23/+51
* Update pcregrep to use JIT by default with options to disable.ph102011-09-063-3/+17
* Documentation updates.ph102011-09-066-77/+126
* Documentation for JIT support.ph102011-08-2837-766/+1533
* Formatting tidies for 8.13 release.ph102011-08-164-40/+40
* Clarify PCRE_INFO_STUDYSIZE in documentation.ph102011-08-134-61/+84
* Documentation and general text tidies in preparation for test release.ph102011-08-0222-1170/+1694
* Add tests for *MARK in callouts, and update pcretest documentation.ph102011-08-011-2/+20
* Pass *MARK name to calloutsph102011-07-311-15/+22
* Changes to pcregrep concerned with very long lines.ph102011-07-301-12/+25
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-291-3/+4
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-1/+11
* Fix one-character typo.ph102011-07-251-1/+2
* Permit quantifiers on parenthesized assertions.ph102011-07-242-13/+33
* Document and comment tidies.ph102011-07-231-2/+4
* Better documentation patch.ph102011-07-231-3/+5
* Documentation update.ph102011-07-231-4/+4
* Documentation update.ph102011-07-221-3/+6
* Make (*MARK) work in positive assertions.ph102011-07-221-3/+9
* Document difference between PCRE and Perl's versions of \X.ph102011-07-202-9/+16
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-201-1/+9
* Add the ++ feature to pcretest.ph102011-07-111-4/+7
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-17/+37
* Document that isolated \Q continues till the end of the pattern.ph102011-06-121-3/+7
* Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public ph102011-06-061-3/+6
* Fix typos in pcregrep and pcretest man pages.ph102011-05-072-14/+14
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-073-49/+165
* Minor doc update.ph102011-05-021-6/+6
* Tidies for Release 8.12ph102011-01-155-45/+53
* Fix -M bugs in pcregrepph102011-01-141-4/+7
* Add script to check for man page markup typos. Fix some typos.ph102011-01-1112-80/+76
* Tidies of documenation and code while preparing for release.ph102010-11-2424-1325/+1415
* More documentation for (*NO_START_OPT).ph102010-11-212-6/+7
* Added support for (*NO_START_OPT)ph102010-11-214-7/+29
* 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-1717-1103/+1228
* Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but ph102010-11-161-18/+34
* Clarify pcretest documentation of \xhh vs \x{hh}.ph102010-11-071-2/+10