summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged copy of 8.34.pcre-8.34ph102013-12-150-0/+0
* Final file tidies for 8.34.ph102013-12-158-1049/+1096
* Fix internal error for XCLASS in 16/32-bit non-UCP versions with heap ph102013-12-066-13/+31
* When running the tests for many different configurations, add compiler warningph102013-12-061-4/+25
* Fix oversight for [[:<:]] patch when UTF not configured.ph102013-12-061-0/+2
* Add support for [[:<:]] and [[:>:]] as a transition aid.ph102013-12-036-5/+118
* Add Jeff Trawick's patch to CMakeLists.txt for MSVC features.ph102013-12-012-0/+44
* Fix XCLASS POSIX types in JIT.zherczeg2013-11-301-4/+4
* Clarify handling of \s in documentation; fix VT in pcretest's built-in tables.ph102013-11-253-16/+19
* Source tidies for 8.34-RC1.ph102013-11-1949-2068/+2632
* Get rid of a compiler warning.ph102013-11-191-1/+1
* Add support for PT_PXGRAPH, PT_PXPRINT, and PT_PXPUNCT in JIT.zherczeg2013-11-151-0/+65
* Clarify documentation for \s and \w when locales are in use - they may match ph102013-11-122-24/+33
* Document the same tables must be used at compile and match time.ph102013-11-123-39/+58
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-128-14/+13
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-1212-28/+28
* Fix \K bug in possessively repeated groups.ph102013-11-114-0/+48
* In /x mode, allow white space before a possessive + character.ph102013-11-107-49/+140
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-098-58/+131
* Require group names to start with a non-digit.ph102013-11-0910-120/+200
* Allow quantifiers on (?!) so as to be the same as other assertions.ph102013-11-084-7/+44
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-0613-65/+106
* Minor documentation clarifications.ph102013-11-062-8/+11
* Update HACKING document to bring it up to date with latest coding.ph102013-11-061-107/+162
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-0514-17/+83
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-0537-54/+231
* Update POSIX class handling in UCP mode.ph102013-11-0210-189/+765
* A test that was in test 4 should have been in test 5.ph102013-10-294-10/+17
* Update perltest.pl to add /u when /W is in the test.ph102013-10-292-12/+14
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-255-115/+144
* Allow auto-possessify to check more complex bracketed expressions.zherczeg2013-10-183-17/+207
* Auto-possessify OP_CLASS and some other bugfixes.zherczeg2013-10-1814-119/+279
* Auto-possessifying now supports property comparison with zero repeat quantifi...zherczeg2013-10-165-39/+87
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-1512-65/+276
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-1421-202/+524
* Add JIT support for the 64 bit TileGX architecture. Patch by Jiong Wang (Tile...zherczeg2013-10-147-2/+12766
* Matching 0x85 and 0x180e to \s in JIT when UCP is used.zherczeg2013-10-131-1/+7
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-1210-87/+210
* +1 is not needed for XCLASS as well.zherczeg2013-10-123-1/+16
* Further auto-possessification patch.ph102013-10-125-78/+288
* Fix \o{...} to accept characters between 0x80000000 and 0xffffffffchpe2013-10-124-2/+24
* Fix auto-callout with PCRE_UCP, which was compiling rubbish.ph102013-10-114-6/+29
* Support OP_DNREF and OP_DNREFI in JIT.zherczeg2013-10-112-46/+170
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-0925-196/+324
* Update \8 and \9 handling to match most recent Perl.ph102013-10-088-79/+125
* Two CMake patches (remove bash-ism, add missing defines).ph102013-10-083-2/+13
* Add support for OP_DNCREF and OP_DNRREF in JIT, and landing Philip's PT_SPACE...zherczeg2013-10-071-201/+70
* Forgot to commit this for the previous commit.ph102013-10-061-0/+6
* Refactor named group handling for conditional tests.ph102013-10-0612-228/+197
* Add VT to the set of characters recognized as white space.ph102013-10-0520-189/+157