summaryrefslogtreecommitdiff
path: root/src/pcre2_valid_utf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.ph102020-02-241-2/+2
* Correct an incorrect cast.ph102017-04-141-4/+4
* Remove all "register" declarations.ph102016-11-031-3/+3
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-2/+2
* Fix pedantic infelicities shown up by clang and a UTF-8 checking overflow bug.ph102015-07-241-3/+6
* Substitution tests and documentation.ph102014-11-121-3/+5
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-6/+6
* API documentation and a lot of little related changes to the code.ph102014-09-191-4/+4
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-10/+4
* Multi-config tests (without JIT) now work.ph102014-08-101-4/+4
* All tests except JIT and save/reload are implemented.ph102014-08-051-1/+1
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-2/+2
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-0/+399