summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make a copy of the 8-bit trunk in preparation for replacing it with theoldtrunk8ph102011-12-280-0/+0
* Renamed isnumber in pcre_compile to avoid a clash with ctype.h in Macs, and ph102011-12-183-5/+16
* A last-minute update to RunTest.bat from Sheri.ph102011-12-121-3/+1
* Source tidies for 8.21ph102011-12-115-16/+23
* Computation of memory needed for the table of names of groups was giving an ph102011-12-073-4/+7
* Fix a possible uninitialized memory bug.ph102011-12-072-1/+4
* Updated RunTest.bat (don't use JIT for tests 7-10).ph102011-12-072-9/+9
* Previous pcre-config.in patch did not update libs-cpp.ph102011-12-071-1/+1
* Source tidies for 8.21-RC1ph102011-12-0623-209/+209
* Fix uninitialized memory use when writing study data to file if no starting ph102011-12-062-52/+62
* Tidies for 8.21-RC1 release.ph102011-12-0515-895/+1179
* Include CheckMan in distribution (accidentally omitted) and put an explicit ph102011-12-052-6/+7
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-028-14/+60
* Added (int) casts to reduce 64-bit warnings.ph102011-12-026-32/+35
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-014-16/+56
* Retrieve executable code size support for the JIT compiler and fixing some wa...zherczeg2011-12-019-11/+30
* Documentation update.ph102011-12-011-5/+8
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-013-3/+5
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-306-42/+141
* Documentation update.ph102011-11-301-4/+5
* Update *MARK handling to be more like Perl.ph102011-11-299-865/+851
* Add some words about multiple PCRE versions to the JIT documentation.ph102011-11-261-7/+27
* Some UTF-8 tests were in the wrong file.ph102011-11-255-21/+27
* Added comments about options usage.ph102011-11-231-6/+11
* Fix repeated forward reference needed character bug.ph102011-11-224-2/+18
* Add JIT stack FAQ to JIT documentation.ph102011-11-221-3/+77
* Test for workspace overflow with forward reference data.ph102011-11-226-3/+33
* Disallow \N in character classes, for Perl compatibility.ph102011-11-217-7/+30
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-1916-20/+97
* Remove -L from pcre-config when install is into /usr/lib (fixes ph102011-11-192-2/+11
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-194-6/+23
* Code tidies.ph102011-11-183-3/+6
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-184-8/+54
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-186-25/+127
* Update JIT documenation for latest supported items.ph102011-11-151-5/+1
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-158-23/+273
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-154-0/+31
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-146-21/+54
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-134-4/+146
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-084-0/+22
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-065-5/+37
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-317-29/+263
* Updating the JIT compilerzherczeg2011-10-3115-255/+298
* Source tidies for 8.20 release.ph102011-10-219-761/+807
* Add more about \C to documentation.ph102011-10-193-13/+42
* Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character...zherczeg2011-10-163-44/+57
* Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).ph102011-10-132-1/+14
* Fix ASCII dependency in pcretest when decoding hex characters.ph102011-10-122-2/+6
* Source tidies for 8.20-RC3.ph102011-10-1115-411/+542
* Needed to put "sh" before test commands for CMake build.ph102011-10-111-2/+2