summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test discrepancy between JIT and interpreter.ph102013-03-152-3/+4
* Further backtracking verb tests.ph102013-03-152-0/+28
* Change backtracking behaviour to "first verb encountered".ph102013-03-156-16/+208
* Update RunTest to add more test selector options.ph102013-03-152-10/+57
* Fix a crash and an invalid return value in JIT when *THEN verb is used.zherczeg2013-03-152-18/+42
* Update test 12.zherczeg2013-03-152-25/+14
* JIT compiler update.zherczeg2013-03-158-9/+57
* Experimental support of (*THEN) backtracking verb in the JIT compiler.zherczeg2013-03-122-73/+353
* Support for SKIP with argument is added to the JIT compiler. Control verb sup...zherczeg2013-03-121-13/+81
* OP_ONCE support is added to the backtracking control verb chain support in JIT.zherczeg2013-03-112-129/+201
* Next patch for control verb chain. OP_ONCE support is still missing.zherczeg2013-03-102-27/+72
* Experimental support of (*SKIP) backtracking verb in the JIT compiler.zherczeg2013-03-103-63/+288
* Fix the case where there are two or more SKIPs that may have to be ignored.ph102013-03-085-10/+50
* Fix *SKIP infinite loop.ph102013-03-084-3/+12
* (*PRUNE) is now supported by the JIT compiler.zherczeg2013-03-073-41/+149
* Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.ph102013-03-064-35/+64
* Fix callout issues revealed by 64 bit big endian systems.zherczeg2013-03-051-4/+4
* Optimizing soft partial matching in JIT.zherczeg2013-03-041-27/+29
* Support \p{Xuc} in JIT.zherczeg2013-03-041-2/+20
* JIT compiler update.zherczeg2013-03-041-2/+0
* Allow callout before assertion condition in a conditional group.ph102013-03-036-19/+87
* Fix missing callout in alternative of conditional group when auto callout is ph102013-03-033-0/+9
* tests: Unify unicode noncharacter testschpe2013-02-278-610/+206
* pcretest: Fix UTF-16 surrogate printing in test outputchpe2013-02-272-17/+17
* Typo fix in a man pagechpe2013-02-271-1/+1
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-2717-303/+239
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-2713-27/+512
* Minor optimization of soft-partial matching in JIT.zherczeg2013-02-251-4/+2
* Document PCRE's \p{Lu} behaviour as different from Perl when /i is specified (I ph102013-02-232-8/+15
* Change some pcre_uchar variables to pcre_uint32 in pcre_exec.c, for better ph102013-02-222-12/+10
* Document exit codes from pcretest when -C is used.ph102013-02-221-9/+16
* Add pointers to Stephen Hoffman's VMS port.ph102013-02-221-4/+14
* Added some #ifdef __VMS code to pcretest.c.ph102013-02-222-6/+30
* Make \A record a lookbehind value of 1.ph102013-02-224-18/+31
* Output vector[2] for partial matching is now supported by the JIT compiler.zherczeg2013-02-221-4/+23
* Pass back the bumpalong value for partial matches.ph102013-02-2010-65/+130
* JIT compiler now supports 32 bit Macs thanks to Lawrence Velazquez.zherczeg2013-02-203-1/+13
* Inlining subpatterns in recursions.zherczeg2013-02-182-112/+176
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-137-30/+212
* Supporting callouts and recursions together. Removing an unnecessary length c...zherczeg2013-02-111-25/+25
* Continue work on callouts and possessive quantifiers in JIT.zherczeg2013-02-101-51/+90
* Adding experimental support for callouts in JIT.zherczeg2013-02-093-141/+376
* Optimizing fast_forward_start_bits in JIT.zherczeg2013-02-052-11/+28
* JIT compiler update.zherczeg2013-01-296-9/+9
* Fix two buffer over read issues in 16 and 32 bit modes. Affects JIT only.zherczeg2013-01-262-21/+11
* Update ignore property.ph102013-01-230-0/+0
* Deal with warnings given by automake 1.12.ph102013-01-233-5/+11
* Fix forward search in JIT when link size is 3 or greater.zherczeg2013-01-184-6/+16
* Small tweaks give performance improvements.ph102013-01-052-6/+7
* JIT compiler update.zherczeg2013-01-012-33/+92