summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create a tagged copy of 7.6.pcre-7.6ph102008-02-120-0/+0
* File tidy-up for 7.6 release.ph102008-01-285-20/+22
* Further tidies from Sheri and Christian.ph102008-01-281-93/+113
* Further tidies in comments about Windows use.ph102008-01-252-8/+20
* Update comments about CMake.ph102008-01-251-34/+35
* Update comments in pcredemo.c to point out the necessity of using PCRE_STATICph102008-01-251-6/+15
* Wording tidy, as suggested by Sheri.ph102008-01-251-4/+9
* Tidies for 7.6-RC2.ph102008-01-234-32/+30
* Remove the automatic build of pcredemo.ph102008-01-236-30/+40
* Applied Sheri's patch to CMakeLists.txt to add library name options and correct ph102008-01-233-4/+51
* List actual files, not the whole cmake directory, for inclusion in the ph102008-01-231-1/+3
* Tidies for 7.6-RC1 test release.ph102008-01-215-25/+33
* Apply Craig's patch to move no_arg into the RE class.ph102008-01-214-12/+17
* Add Ron Aaron's Makefile patch (experimentally).ph102008-01-202-0/+24
* Added user-suggested comments about CMake relative paths to NON-UNIX-USE.ph102008-01-201-3/+34
* Update copyright year to 2008.ph102008-01-2028-31/+31
* Add detail to cmake update note.ph102008-01-201-1/+10
* Apply Christian Ehrlicher's patch to update the CMake files.ph102008-01-207-90/+275
* Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not ph102008-01-203-5/+11
* Add TagRelease.ph102008-01-140-0/+0
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-145-3/+27
* 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