summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 7.8-RC1 ph102008-08-253-78/+86
* Make it clearer that ovector values are byte offsets, not character counts.ph102008-08-241-23/+26
* Comments about stack usage added.ph102008-07-093-54/+105
* Tidies for the 7.7-RC1 distribution.ph102008-04-2821-1038/+1296
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-192-7/+9
* Update docs to point out that sometimes -lncurses will be needed with ph102008-04-131-2/+20
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-124-35/+55
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-2/+9
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-102-5/+55
* Alan Lehotsky's patch for REG_STARTEND.ph102008-04-051-4/+16
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-081-11/+31
* Fix bugs with --include and --exclude in pcregrep.ph102008-03-071-10/+14
* 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