summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check for running out of memory when using heap for recursion.ph102010-06-013-2/+11
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-0110-93/+99
* Fix crash for property test in non-UTF-8 mode.ph102010-05-315-48/+74
* Add knowledge of \R to auto-possessify feature.ph102010-05-294-10/+77
* Fix oversight for no-recurse version.ph102010-05-291-91/+93
* Forgot to mention pcrecpp.h in previous fix.ph102010-05-262-6/+6
* Put the comment about Windows static linking in more places.ph102010-05-262-5/+17
* Make pcre_study() recognize \h, \v, and \R.ph102010-05-246-6/+200
* Fix pcre_study() bug for \p{Nd}* type items at pattern start.ph102010-05-232-0/+7
* Typo in comment.ph102010-05-221-1/+1
* Remove explicit include of pcre.h from pcreposix.c because pcre_internal.h ph102010-05-222-1/+6
* Fix caseless bug with pcre_study() for starting letter greater than 127.ph102010-05-224-21/+61
* Added --line-buffered to pcregrep.ph102010-05-213-13/+99
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-1836-1874/+2955
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-0513-29/+1285
* Avoid compiler warning in pcretest.ph102010-05-042-1/+3
* Avoid warnings about fwrite in pcregrep.ph102010-05-042-15/+29
* Add support for \N.ph102010-05-036-35/+118
* Make \R and \X in a character class behave more like Perlph102010-05-037-30/+84
* Fix compile problems when heap is in useph102010-03-3017-755/+1054
* Make (*ACCEPT) work inside an atomic group.ph102010-03-294-11/+49
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-2719-391/+1501
* 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