summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 8.02.pcre-8.02ph102010-03-190-0/+0
* Adjust version and date for 8.02 release.ph102010-03-193-4/+4
* Tidies for 8.02-RC1 release.ph102010-03-1022-989/+1088
* Fix "srtoq" typo in configure.ac.ph102010-03-092-1/+3
* Improve compile-time overrun checking.ph102010-03-092-2/+12
* Previous patch for fixing problem with recursion loop checking was incorrect.ph102010-03-083-1/+12
* Fix incorrect compile time error for certain types of recursive patterns.ph102010-03-074-7/+74
* Add crossreference from pcreperform to pcrestack.ph102010-03-071-6/+22
* Preparation code for future (*MARK) support.ph102010-03-072-11/+23
* Fix bugs with \K in atomic groups, subroutines, and assertions.ph102010-03-069-12/+136
* Add some checks for the eint vector size and the list of compile-time error ph102010-03-034-22/+52
* Fix missing data in coptable and poptable vectors; add compile-time checks for ph102010-03-035-16/+62
* Use local function indirection for pcre_malloc etc. for Visual Studio and ph102010-03-032-3/+29
* Fix DEFINE bug for forward reference with a possessive quantifier.ph102010-03-024-1/+59
* Ensure CMake checks for inttypes.ph102010-03-021-0/+2
* If stdint.h is not available, include inttypes.h if available.ph102010-03-022-2/+8
* Updated licensing terms in pcregexp.pasph102010-03-022-1/+29
* Added --libs-cpp to pcre-config, but only when C++ support is configured.ph102010-03-023-3/+18
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-0119-2791/+6087
* File tidies and documentation update for 8.01.ph102010-01-197-24/+34
* Fix #947, recursive back reference bug.ph102010-01-1112-330/+494
* Tidying updates for 8.01-RC1 release.ph102010-01-0611-109/+155
* Fix HP compile problem for pcrecpp.cc.ph102010-01-053-39/+73
* Remove m4 from version control.ph102010-01-055-7976/+0
* Update autogen.sh to try several names for libtoolize.ph102010-01-042-7/+26
* Fix some discrepancies between "USPTR" and "unsigned char *".ph102010-01-043-7/+17
* Fix partial match bug (code omitted) for \W.ph102010-01-044-5/+19
* Forbid 08 and 09 as minor version numbers.ph102010-01-032-5/+23
* Update stack documentation to be clearer about pcre_dfa_exec().ph102010-01-032-30/+50
* Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in ph102010-01-038-1/+7992
* Update configure.ac to solve libbz2 problem under Win32.ph102010-01-032-23/+62
* Add comments to pcredemo about compiling by using pkg-config.ph102010-01-031-5/+15
* Add casts to avoid compiler warnings.ph102010-01-033-2/+5
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-029-46/+97
* Fix C++ wrapper GlobalReplace function for empty matches.ph102010-01-024-45/+86
* Fix bugs relating to the use of (*SKIP) etc in assertions.ph102010-01-027-10/+125
* Fix options set and reset at top level bug.ph102009-12-116-2/+98
* Fix study bug with single-branch conditions, including (DEFINE).ph102009-12-115-4/+57
* Final doc and source tidies for 8.00ph102009-10-199-121/+140
* Fix typos and other things.ph102009-10-191-5/+9
* Fix study problem with JavaScript compatibility flag and back references.ph102009-10-193-9/+58
* Include pcredemo.html in the distribution.ph102009-10-191-0/+1
* Update Windows testing files for new tests.ph102009-10-192-0/+4
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-188-25/+195
* Further tidies to partial matching.ph102009-10-185-154/+161
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-1713-61/+533
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-0559-1871/+2140
* Documentation update.ph102009-10-041-6/+9
* Fix problems with conditional references to duplicate named subpatterns.ph102009-10-0414-61/+430
* Documentation update.ph102009-10-031-7/+12