summaryrefslogtreecommitdiff
path: root/src/pcre2_printint.c
Commit message (Expand)AuthorAgeFilesLines
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-1/+1
* Implement non-atomic positive assertions.ph102019-07-131-0/+2
* Final file tidies for 10.33.ph102019-04-161-1/+1
* Casts and rewrites to avoid clang sanitize warnings.ph102019-04-161-1/+2
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-3/+3
* More file tidies for 10.33-RC1ph102019-03-041-1/+1
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+1
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Some places where the new opcode OP_COMMIT_ARG needs to be handled and which I ph102018-07-211-1/+2
* 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-2/+1
* Remove all "register" declarations.ph102016-11-031-2/+2
* Tidy code to get rid of compiler warnings.ph102016-07-271-1/+1
* 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 issues with NULL characters in patterns.ph102015-12-021-10/+23
* Re-do previous patch and fix new forward-reference-with-quantification bugs.ph102015-05-061-15/+15
* Add string offset within the pattern to the data passed to a callout with a ph102015-03-141-4/+4
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-3/+18
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-26/+26
* API documentation and a lot of little related changes to the code.ph102014-09-191-6/+6
* Implement (*NOTEMPTY) and (?(VERSION= features.ph102014-08-261-2/+6
* Multi-config tests (without JIT) now work.ph102014-08-101-3/+19
* All tests except JIT and save/reload are implemented.ph102014-08-051-2/+1
* Add more tests.ph102014-08-031-37/+35
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-1/+1
* Miscellanous name tidies.ph102014-06-241-1/+1
* Further work on pcre2test (can now display compiled code).ph102014-05-131-1/+787
* Create dummy framework for all functions and programs.ph102014-03-071-0/+1