summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Tidies for 7.6-RC2.ph102008-01-233-26/+24
* Remove the automatic build of pcredemo.ph102008-01-232-9/+8
* Tidies for 7.5-RC2 release.ph102007-12-273-440/+455
* Add missing error numbers to documentation.ph102007-12-261-4/+12
* Tidies for 7.5-RC1 release.ph102007-12-236-15/+54
* Added --enable-pcretest-libreadline.ph102007-12-182-2/+21
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-1714-287/+476
* Documentation improvement.ph102007-12-071-4/+17
* Add --line-offsets and --file-offsets to pcregrep.ph102007-12-051-3/+22
* Fix -o bugs in pcregrep.ph102007-12-041-25/+28
* Minor rewording of PCRE_INFO_JCHANGED documentation.ph102007-11-272-5/+5
* Update pcretest doc to clarify the output for unset substrings.ph102007-11-191-1/+16
* Fix typo.ph102007-11-141-2/+2
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-121-2/+3
* Final doc updates and file tidies for 7.4.ph102007-09-214-97/+112
* Documentation tidies and clarifications.ph102007-09-202-9/+16
* File tidies caused by building a release.ph102007-09-194-38/+38
* Update files tidied by making a release.ph102007-09-173-38/+52
* Documentation tweaks.ph102007-09-171-1/+11
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-173-105/+115
* Document that, for example, (*CR)(*BSR_ANYCRLF) can both be used in the same ph102007-09-141-8/+13
* Detrailed files for 7.4-RC1 test release.ph102007-09-134-380/+383
* Fix typo.ph102007-09-111-1/+1
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-1122-692/+967
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-4/+7
* Add (*CR) etc.ph102007-08-2110-1044/+1252
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-16/+33
* Document anomaly when \r or \n is used explicity with CRLF as a line ph102007-08-201-1/+10
* Update UTF-8 validity check and documentation.ph102007-08-0915-1083/+1517
* Add Perl 5.10's backtracking verbs.ph102007-08-084-7/+145
* Add words about valid UTF-8 vs assigned Unicode code point to the docs.ph102007-08-072-23/+44
* Added a pcresyntax man page; tidied some others.ph102007-08-0611-356/+1468
* Fix doc bug for duplicate named subpatterns.ph102007-08-031-6/+9
* Refactor the integer overflow testing so as to avoid imposing an artificial ph102007-08-033-3/+3
* Abolish the NULLWSLIMIT error at the expense of using more stack when an ph102007-07-317-104/+90
* Clarify doc about PCRE_INFO_OPTIONS.ph102007-07-301-1/+4
* Add words about EBCDIC to doc and ./configure --help (somebody thought it mightph102007-07-301-4/+6
* Expand the documentation about the NULLWSLIMIT error.ph102007-07-302-7/+23
* Documentation final tidies for 7.2 release.ph102007-06-193-9/+16
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-191-4/+7
* More document tidies, pre-release.ph102007-06-1317-183/+353
* Documentation update preparatory to release.ph102007-06-135-26/+25
* Add support for \h, \H, \v, \V.ph102007-06-131-11/+51
* Minor documentation tidies.ph102007-06-111-2/+3
* Added the Perl 5.10 (?| "branch reset" feature.ph102007-06-111-1/+36
* Minor doc update; fix test 2 for link size != 2.ph102007-06-052-10/+20
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-059-639/+820
* Support \k{name} and \g{name} a la Perl 5.10.ph102007-06-041-4/+9
* Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.ph102007-06-042-2/+20
* Add support for the Perl 5.10 \K facility.ph102007-05-293-11/+57