summaryrefslogtreecommitdiff
path: root/src/pcre2_internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make pcre2test give an error for \P, \p, and \X after #forbid_utf.ph102015-05-201-0/+1
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-47/+53
* Remove computing the JIT read-only data size in advance and use on-demand mem...zherczeg2015-03-061-0/+2
* Give an internal error for a bad opcode during auto-possessification. This can ph102015-02-061-1/+1
* Implement (*NO_JIT)ph102015-01-261-0/+3
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-0/+10
* Add PCRE2_NO_DOTSTAR_ANCHOR and revise documentation for .* optimizing.ph102015-01-021-1/+3
* File tidies for 10.00-RC2.ph102014-12-191-1/+1
* Update and improve substring handling and its documentation.ph102014-12-141-5/+6
* (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc) ph102014-12-011-19/+8
* Add user data to recursion guard; get ready for RC1 (again)ph102014-11-261-3/+3
* Tidy up API for pcre2_config.ph102014-11-251-19/+20
* Final preparations for 10.00-RC1ph102014-11-241-3/+3
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-7/+7
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-1/+1
* Fix JIT test issues when PCRE2 configured in various modes.zherczeg2014-10-131-0/+2
* Create PRIV(strcpy_c8) for copying config strings.ph102014-10-121-7/+9
* Create default compile and match contexts as constant static data.ph102014-10-111-42/+42
* Support for JIT code free and small partial match optimization.zherczeg2014-10-091-1/+1
* Call _pcre2_jit_free from pcre2_code_free.ph102014-10-071-0/+2
* API documentation and a lot of little related changes to the code.ph102014-09-191-10/+10
* Implement (*NOTEMPTY) and (?(VERSION= features.ph102014-08-261-65/+83
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-2/+2
* Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of ph102014-08-151-2/+0
* Specifying that the pcre2_memctl block must be at the start of all relevant ph102014-08-151-1/+1
* Add PCRE2_CONFIG_UNICODE_VERSION to give the Unicode version string.ph102014-08-121-0/+2
* Multi-config tests (without JIT) now work.ph102014-08-101-0/+2
* Preparatory work for JIT.ph102014-08-081-0/+2
* Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.ph102014-08-061-0/+5
* All tests except JIT and save/reload are implemented.ph102014-08-051-3/+4
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-1/+1
* The pcre2_match() function's basic facilities are working (though hardly ph102014-06-281-8/+10
* Auto-possession and studying added; compile-time errors refactored.ph102014-06-211-29/+46
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-56/+394
* Further work on pcre2test (can now display compiled code).ph102014-05-131-7/+678
* More groundwork for pcre2test: POSIX support.ph102014-04-301-32/+88
* Refactor the framework for revised API.ph102014-04-181-19/+753
* Create dummy framework for all functions and programs.ph102014-03-071-8/+44
* Some basic building infrastructure.ph102014-02-281-0/+14