summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 8.39-RC1.ph102016-05-231-3/+3
* Minor refactor to avoid compiler warning.ph102016-05-201-9/+9
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-271-1/+10
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-271-1/+6
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-101-4/+19
* Remove some excessive trailing white space.ph102015-12-181-8/+8
* Fix (by hacking) another length computation issue.ph102015-12-051-1/+1
* Fix /x bug when pattern starts with white space and (?-x)ph102015-12-031-28/+4
* Fix \Q\E before qualifier bug when auto callouts are enabled.ph102015-11-301-16/+24
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-271-4/+4
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-271-9/+11
* Fix auto-callout (?# comment bug.ph102015-11-261-15/+17
* Final file updates/tidies for 8.38.ph102015-11-231-1/+1
* Fix wide character bug for some negative POSIX classes.ph102015-11-201-3/+20
* Fix POSIX class single-character bug.ph102015-11-171-12/+16
* Fix crash caused by long (*MARK) or (*THEN) names.ph102015-10-281-3/+11
* File tidies for 8.38-RC1.ph102015-10-271-27/+27
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-091-2/+3
* Fix bad error check for workspace overrun.ph102015-08-291-2/+1
* Hack in yet other patch for a bug in size computation that is fixed "properly" ph102015-08-211-3/+2
* Add an internal error if handling forward referencing recursion calls has gone ph102015-08-101-1/+11
* Add missing integer overflow checks.ph102015-08-101-0/+11
* Fix reported offsets in \k and \g syntax errors.ph102015-08-101-2/+2
* Fix buffer overflow for named references in (?| situations.ph102015-08-051-31/+43
* Fix (?R- not being diagnosed correctly.ph102015-07-221-8/+13
* Fix bad compilation of repeated conditional with only one branch.ph102015-07-221-0/+6
* Fix "run for ever" bug for deeply nested [: sequences.ph102015-07-211-12/+5
* Fix bug for classes containing \\ sequences.ph102015-07-201-6/+8
* Fix bad compile of possessively repeated conditional group that could match an ph102015-07-171-1/+1
* Fix buffer overflow for forward reference within backward assertion with excess ph102015-06-231-1/+1
* Recognize EBCDIC non-breaking space and give error for \p in a class when no ph102015-06-191-1/+4
* Make \c in EBCDIC environments compatible with Perl.ph102015-06-141-7/+26
* Fix \a and \e in pcretest, and \a in pcre_compile, on EBCDIC platforms.ph102015-06-121-2/+2
* Fix group empty match bug.ph102015-06-091-1/+1
* Fix table entry for \l in EBCDIC environments.ph102015-06-091-1/+1
* Add integer overflow check to (?n) code.ph102015-06-081-0/+8
* Fix another buffer overflow.ph102015-06-031-1/+6
* Fix buffer overflow for lookbehind within mutually recursive subroutines.ph102015-05-191-1/+1
* Fix named forward reference to duplicate group number overflow bug.ph102015-05-161-9/+17
* Fix buffer overflow for named recursive back reference when the name is ph102015-05-151-2/+14
* Fix buffer overflow for repeated conditional when referencing a duplicate name.ph102015-05-081-1/+1
* Fix forward referencing bugs.ph102015-05-071-10/+22
* Fix forward reference offset bug.ph102015-05-031-18/+20
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-1/+1
* Fix slow study when much mutual recursion.ph102015-04-131-8/+0
* Fix stack overflow instead of diagnostic for mutual recursion inside a ph102015-04-011-12/+26
* Minor refactor in JIT and set auto-possessify limit to 1000 from 10000 (to ma...zherczeg2015-04-011-2/+2
* Fix possessive quantifier after group containing subroutine call.ph102015-03-291-6/+7
* Fix non-diagnosis of missing assertion after (?(?< not followed by ! or =.ph102015-03-291-13/+15
* Fix comment between subroutine call and quantifier bug.ph102015-03-291-19/+26