summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Final source tidies for 8.45 release.HEADmasterph102021-06-151-1/+1
* Fix a few small bugs and typos and update docs for a final release.ph102021-06-141-3/+6
* Final tidies and documentation updates for 8.44.ph102020-02-121-2/+2
* Tidies to get rid of sanitize warnings (mostly about left shifts).ph102020-02-111-8/+8
* Check the size of the number after (?C as it is read, in order to avoid integerph102020-02-101-6/+8
* Fix zero-repeat leading subroutine call first character error.ph102018-10-201-0/+2
* Fix anchoring bug in conditional subexpression.ph102018-09-021-2/+10
* Fix bad auto-possessify for certain classes.ph102018-08-171-2/+2
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-121-1/+1
* File tidies for 8.41-RC1 release.ph102017-06-131-2/+2
* Remove redundant line of code.ph102017-04-141-1/+0
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-201-0/+15
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-23/+26
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-131-1/+2
* Fix character class bug when a Unicode property was present with \D etc in a ph102016-08-041-0/+28
* 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