summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 8.41-RC1 release.ph102017-06-131-2/+2
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-241-1/+10
* Minor refactor to avoid "left shift of negative value" warning.ph102016-05-211-2/+2
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-101-2/+2
* File tidies for 8.38-RC1.ph102015-10-271-1/+1
* Fix buffer overflow for named references in (?| situations.ph102015-08-051-0/+1
* Fix EBCDIC [\h] bug.ph102015-06-221-2/+2
* Recognize EBCDIC non-breaking space and give error for \p in a class when no ph102015-06-191-4/+8
* Fix \a and \e in pcretest, and \a in pcre_compile, on EBCDIC platforms.ph102015-06-121-0/+4
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-1/+1
* Fix slow study when much mutual recursion.ph102015-04-131-0/+7
* Disallow quantification of assertions used as conditions.ph102015-02-081-0/+1
* Give error for \x{} and \o{}.ph102014-05-271-1/+1
* Preparations for next release.ph102014-03-041-3/+3
* Implement pcre_stack_guard.ph102014-02-091-1/+1
* Revert RAWUCHAR macros, renaming them as UCHAR21 and adding an explanatory ph102014-01-021-9/+25
* Get rid of confusing RAWUCHAR set of macros.ph102013-12-311-80/+3
* A new flag is set, when property checks are present in an XCLASS.zherczeg2013-12-221-2/+3
* Fix oversight for [[:<:]] patch when UTF not configured.ph102013-12-061-0/+2
* Add support for [[:<:]] and [[:>:]] as a transition aid.ph102013-12-031-0/+2
* Source tidies for 8.34-RC1.ph102013-11-191-9/+9
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-121-1/+1
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-091-30/+32
* Require group names to start with a non-digit.ph102013-11-091-1/+1
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-1/+1
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-1/+3
* Update POSIX class handling in UCP mode.ph102013-11-021-3/+13
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-151-5/+7
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-141-53/+60
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-1/+2
* Refactor named group handling for conditional tests.ph102013-10-061-7/+6
* Refactored auto-possessification code.ph102013-10-011-25/+50
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-061-46/+52
* Refactor the code for creating the name/number table.ph102013-09-031-1/+12
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-0/+1
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-14/+14
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-64/+89
* Implement PCRE_NEVER_UTFph102013-04-051-3/+3
* Fix the case where there are two or more SKIPs that may have to be ignored.ph102013-03-081-1/+2
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-0/+1
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-131-2/+2
* File tidies, preparing for 8.32-RC1.ph102012-11-111-11/+11
* Support (*UTF) in all libraries.ph102012-11-111-18/+8
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-091-2/+2
* Temporarily remove 32-bit maskingchpe2012-11-031-22/+8
* Fix compile-time assertion to test the right thingchpe2012-11-031-3/+5
* Rewrite 32-bit GETCHAR* macroschpe2012-11-011-10/+20
* Add more safety parentheses to macroschpe2012-11-011-6/+6
* JIT native interface.zherczeg2012-10-291-1/+5
* Use CHAR_NULL in pcre_compile when checking for character zero.ph102012-10-281-0/+1