summaryrefslogtreecommitdiff
path: root/src/pcre2_auto_possess.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of gcc -fanalyzer error (though it was probably a false positive).ph102021-01-141-4/+9
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-3/+3
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-14/+20
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-4/+4
* Implement non-atomic positive assertions.ph102019-07-131-0/+7
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-2/+2
* More file tidies for 10.33-RC1ph102019-03-041-5/+5
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-1/+9
* Fix bad auto-possessification of certain types of class.ph102018-08-171-2/+2
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Fix oversight in recent OP_COMMIT_ARG update.ph102018-07-221-1/+2
* Fix auto-possessification bug at the end of a capturing group that is called ph102018-01-311-13/+43
* Tidies and minor bug fix resulting from Coverity Scan issues.ph102017-04-161-1/+1
* Remove obsolete OP_ONCE_NC internal opcode.ph102017-03-111-5/+3
* Reduce recursion limit for auto-possessify to reduce stack usage at compile ph102017-02-081-1/+5
* File tidies for 10.23-RC1ph102017-01-161-2/+2
* Make the test for over-complication while auto-possessifying bite sooner.ph102016-12-311-5/+5
* Remove all "register" declarations.ph102016-11-031-1/+1
* Add missing #ifdef SUPPORT_UNICODE to avoid "unused variable" warning.ph102016-06-281-0/+2
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Remove unused redundant copy of opcode_possessify table.ph102015-07-061-58/+0
* Source and document file tidies for 10.20-RC1.ph102015-06-181-2/+2
* Set auto-possessify limit to 1000 from 10000 (to match the Changelog).zherczeg2015-04-011-2/+2
* Add recursion limit to auto-possessification code.ph102015-03-251-5/+13
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+10
* Final source file tidies for 10.10-RC1ph102015-02-201-5/+5
* Give an internal error for a bad opcode during auto-possessification. This can ph102015-02-061-5/+10
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-16/+16
* API documentation and a lot of little related changes to the code.ph102014-09-191-8/+8
* Multi-config tests (without JIT) now work.ph102014-08-101-2/+2
* The pcre2_match() function's basic facilities are working (though hardly ph102014-06-281-20/+20
* Auto-possession and studying added; compile-time errors refactored.ph102014-06-211-0/+1322