summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 8.38 release.pcre-8.38ph102015-11-230-0/+0
* Final file updates/tidies for 8.38.ph102015-11-234-7/+7
* Fix wide character bug for some negative POSIX classes.ph102015-11-208-31/+176
* Hotfix for [:punct:] in JIT.zherczeg2015-11-181-1/+1
* Forgot to update ChangeLog for previous commit.ph102015-11-171-0/+3
* Fix [:punct:] bug in UCP mode (interpreter only). ph102015-11-173-1/+11
* Fix POSIX class single-character bug.ph102015-11-176-12/+65
* Fix crash caused by long (*MARK) or (*THEN) names.ph102015-10-286-3/+21
* File tidies for 8.38-RC1.ph102015-10-2716-1203/+1256
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-094-2/+42
* Remove use of /dev/null in test 2 because Windows doesn't like it.ph102015-09-023-5/+8
* A match limit issue is fixed in JIT.zherczeg2015-09-024-2/+11
* JIT compiler update.zherczeg2015-08-302-28/+126
* Fix bad error check for workspace overrun.ph102015-08-294-3/+11
* Fixed a corner case of range optimization in JIT.zherczeg2015-08-263-0/+5
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-246-4/+22
* Hack in yet other patch for a bug in size computation that is fixed "properly" ph102015-08-214-5/+13
* Match limit check added to recursion.zherczeg2015-08-142-0/+5
* The JIT compiler should restore the control chain for empty possessive repeats.zherczeg2015-08-114-3/+28
* The JIT compiler should not check repeats after a {0,1} repeat byte code.zherczeg2015-08-114-1/+19
* Add an internal error if handling forward referencing recursion calls has gone ph102015-08-102-1/+16
* Add missing integer overflow checks.ph102015-08-104-0/+25
* Fix reported offsets in \k and \g syntax errors.ph102015-08-103-8/+12
* The JIT compiler did not restore the control verb head in case of *THEN contr...zherczeg2015-08-084-0/+17
* Make pcregrep -q override -l and -c for compatibility with other greps.ph102015-08-054-6/+21
* Fix buffer overflow for named references in (?| situations.ph102015-08-055-31/+54
* Give up on minimum length for overly complex patterns.ph102015-08-014-6/+29
* JIT compiler update: Tile-Gx fixes by Walter Leezherczeg2015-07-312-162/+155
* Fix (?R- not being diagnosed correctly.ph102015-07-224-10/+23
* Fix bad compilation of repeated conditional with only one branch.ph102015-07-224-0/+28
* Fix typo in JIT.zherczeg2015-07-221-1/+1
* Fix "run for ever" bug for deeply nested [: sequences.ph102015-07-214-12/+13
* Fix bug for classes containing \\ sequences.ph102015-07-204-6/+16
* Fix infinite recursion in the JIT compiler when certain patterns when certain...zherczeg2015-07-204-4/+18
* Fix bad compile of possessively repeated conditional group that could match an ph102015-07-174-1/+19
* JIT compiler update.zherczeg2015-07-031-1/+3
* JIT should return with error when the compiled pattern requires more stack sp...zherczeg2015-06-303-1/+15
* Update with latest websites for z/OS port.ph102015-06-251-4/+4
* Minor JIT fixes.zherczeg2015-06-251-2/+7
* Fix buffer overflow for forward reference within backward assertion with excess ph102015-06-234-1/+10
* Fix EBCDIC [\h] bug.ph102015-06-222-2/+4
* Recognize EBCDIC non-breaking space and give error for \p in a class when no ph102015-06-195-5/+29
* Make \c in EBCDIC environments compatible with Perl.ph102015-06-143-22/+57
* Fix \a and \e in pcretest, and \a in pcre_compile, on EBCDIC platforms.ph102015-06-124-4/+14
* Fix group empty match bug.ph102015-06-094-1/+25
* Fix overflow when ovector has size 1.ph102015-06-094-1/+12
* Fix table entry for \l in EBCDIC environments.ph102015-06-092-2/+5
* Add integer overflow check to (?n) code.ph102015-06-084-0/+15
* Fix another buffer overflow.ph102015-06-037-4/+22
* JIT compiler updatezherczeg2015-05-2911-95/+220