Lines Matching refs:COMMIT
866 24. In 8.31, (*COMMIT) was confined to within a recursive subpattern. Perl also
884 (1) Previously, in something like (*COMMIT)(*SKIP), COMMIT would override
1158 13. As documented, (*COMMIT) is now confined to within a recursive subpattern
1161 14. As documented, (*COMMIT) is now confined to within a positive assertion.
1166 16. (*COMMIT) control verb is now supported by the JIT compiler.
1346 rejected were: (*ACCEPT), (*COMMIT), (*FAIL), (*MARK), (*PRUNE), (*SKIP),
1841 2. (*COMMIT) was not overriding (*THEN), as it does in Perl. In a pattern
1842 such as (A(*COMMIT)B(*THEN)C|D) any failure after matching A should
1843 result in overall failure. Similarly, (*COMMIT) now overrides (*PRUNE) and
2137 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
3070 (*SKIP), (*THEN), (*COMMIT), and (*ACCEPT).