summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Assertion code generator in JIT has been optimized.zherczeg2016-02-053-12/+79
* JIT code generator for assertion matching is refactored to a separat function.zherczeg2016-02-042-237/+273
* Remove no-longer-true statement from the documentation.ph102015-12-181-6/+5
* Remove some excessive trailing white space.ph102015-12-181-8/+8
* Fix get_substring_list() bug when \K is used in an assertion.ph102015-12-084-2/+17
* Fix (by hacking) another length computation issue.ph102015-12-055-5/+10
* Fix copy named substring bug.ph102015-12-054-8/+23
* Fix /x bug when pattern starts with white space and (?-x)ph102015-12-033-42/+24
* Fix \Q\E before qualifier bug when auto callouts are enabled.ph102015-11-304-16/+45
* Allow for up to 32-bit numbers in the ordin() function in pcregrep.ph102015-11-292-1/+3
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-292-0/+4
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-274-5/+25
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-274-9/+39
* Fix auto-callout (?# comment bug.ph102015-11-267-17/+95
* 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