summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 7.5 release.pcre-7.5ph102008-01-100-0/+0
* Tidies for the 7.5 release.ph102008-01-106-49/+49
* Craig's patch for the double-counting bug in global replace.ph102008-01-043-23/+42
* Remove the use of %n from pcregrep.ph102008-01-012-2/+4
* Make POSIX character class parsing more like Perl.ph102007-12-318-15/+126
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-295-5/+39
* Fix typo in comment.ph102007-12-291-1/+1
* Tidies for 7.5-RC2 release.ph102007-12-278-455/+473
* Update CMake files for new build-arguments.ph102007-12-263-2/+53
* Add missing error numbers to documentation.ph102007-12-262-6/+14
* Tidies for 7.5-RC1 release.ph102007-12-2311-47/+96
* Fix C++ GlobalReplace() double-counting bug.ph102007-12-192-1/+5
* Added --enable-pcretest-libreadline.ph102007-12-187-45/+149
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-1721-425/+862
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-124-1/+66
* Oops, forgot the ChangeLog.ph102007-12-071-0/+4
* David Byron's patch for typos and one re-arrangement in Windows code in ph102007-12-071-6/+8
* Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking ph102007-12-074-2/+38
* Documentation improvement.ph102007-12-071-4/+17
* Add --line-offsets and --file-offsets to pcregrep.ph102007-12-054-11/+82
* Fix -o bugs in pcregrep.ph102007-12-044-32/+63
* Minor rewording of PCRE_INFO_JCHANGED documentation.ph102007-11-272-5/+5
* Fix incorrect script bug in Unicode character table.ph102007-11-265-18/+238
* Remove two redunant, never-reachable lines of code whose function had been ph102007-11-212-3/+3
* s/backslash/backspace in two comments where it was wrong.ph102007-11-212-3/+6
* Change "alphameric" to "alphanumeric".ph102007-11-204-10/+13
* Update pcretest doc to clarify the output for unset substrings.ph102007-11-191-1/+16
* Generalize wording for (?&) error as it also applies to \k'' and other cases.ph102007-11-175-5/+35
* Missed test data for previous change.ph102007-11-162-0/+23
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-167-60/+54
* Improve error messages for (?+-a) and (?-+a).ph102007-11-166-12/+36
* Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.ph102007-11-156-5/+37
* Fixed reference to PCRECPP_STATIC that should have been PCRE_STATIC.ph102007-11-142-1/+5
* Fix typo.ph102007-11-141-2/+2
* Fix negative POSIX class bug with Unicode characters.ph102007-11-145-7/+122
* Fix [\S] etc. bug in UTF-8 mode with characters > 255.ph102007-11-135-11/+119
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-126-5/+44
* Final doc updates and file tidies for 7.4.ph102007-09-217-99/+119
* Documentation tidies and clarifications.ph102007-09-207-26/+46
* File tidies caused by building a release.ph102007-09-198-55/+55
* Sheri's CMake updates and notes.ph102007-09-193-8/+78
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-195-27/+22
* Patches to C++ code to avoid compiler warnings.ph102007-09-195-7/+18
* Add casts to pcretest.c to avoid compiler warnings.ph102007-09-193-20/+28
* Update files tidied by making a release.ph102007-09-177-47/+60
* Added checks for ANY and ANYCRLF to pcrecpp.cc where previously it checked only ph102007-09-172-3/+18
* Documentation tweak.ph102007-09-171-2/+5
* Documentation tweaks.ph102007-09-172-2/+18
* Distribute version of test 3 for Windows.ph102007-09-171-0/+2
* Version of Test 3 for Windows.ph102007-09-173-1/+259