Zoltán Herczeg
|
a6302442f2
|
Fix JIT test issues when PCRE2 configured in various modes.
|
2014-10-13 06:43:00 +00:00 |
Philip.Hazel
|
3ab47d70b0
|
Create PRIV(strcpy_c8) for copying config strings.
|
2014-10-12 15:45:05 +00:00 |
Philip.Hazel
|
0ec351e95e
|
Create default compile and match contexts as constant static data.
|
2014-10-11 17:05:18 +00:00 |
Zoltán Herczeg
|
0907fc6e92
|
Support for JIT code free and small partial match optimization.
|
2014-10-09 10:06:19 +00:00 |
Philip.Hazel
|
cc463c76a3
|
Call _pcre2_jit_free from pcre2_code_free.
|
2014-10-07 13:07:20 +00:00 |
Philip.Hazel
|
eee8530add
|
API documentation and a lot of little related changes to the code.
|
2014-09-19 07:43:39 +00:00 |
Philip.Hazel
|
7858fa702d
|
Implement (*NOTEMPTY) and (?(VERSION= features.
|
2014-08-26 11:46:21 +00:00 |
Philip.Hazel
|
7efba85b56
|
Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.
|
2014-08-16 09:46:58 +00:00 |
Philip.Hazel
|
415cf1a40e
|
Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of
int.
|
2014-08-15 09:55:18 +00:00 |
Philip.Hazel
|
8397209c5b
|
Specifying that the pcre2_memctl block must be at the start of all relevant
blocks simplifies the code.
|
2014-08-15 09:19:04 +00:00 |
Philip.Hazel
|
803c38f004
|
Add PCRE2_CONFIG_UNICODE_VERSION to give the Unicode version string.
|
2014-08-12 09:48:56 +00:00 |
Philip.Hazel
|
b6b9087081
|
Multi-config tests (without JIT) now work.
|
2014-08-10 16:09:24 +00:00 |
Philip.Hazel
|
55967f9a4f
|
Preparatory work for JIT.
|
2014-08-08 18:18:18 +00:00 |
Philip.Hazel
|
f40fba5dc8
|
Adjust tests for PCRE/Perl anomalies in character properties & fix one bug.
|
2014-08-06 17:33:14 +00:00 |
Philip.Hazel
|
e022475d54
|
All tests except JIT and save/reload are implemented.
|
2014-08-05 16:51:32 +00:00 |
Philip.Hazel
|
0188214a63
|
Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET
for offset values.
|
2014-07-04 16:26:09 +00:00 |
Philip.Hazel
|
38b570f99d
|
The pcre2_match() function's basic facilities are working (though hardly
tested).
|
2014-06-28 14:23:18 +00:00 |
Philip.Hazel
|
5008860489
|
Auto-possession and studying added; compile-time errors refactored.
|
2014-06-21 12:39:48 +00:00 |
Philip.Hazel
|
1abd5a7f8d
|
Basic pcre2_compile() is working (no study, no auto-possess yet).
|
2014-06-14 18:29:51 +00:00 |
Philip.Hazel
|
225992aa3a
|
Further work on pcre2test (can now display compiled code).
|
2014-05-13 11:20:03 +00:00 |
Philip.Hazel
|
9812ca8b0a
|
More groundwork for pcre2test: POSIX support.
|
2014-04-30 16:55:24 +00:00 |
Philip.Hazel
|
06ba06c763
|
Refactor the framework for revised API.
|
2014-04-18 15:37:56 +00:00 |
Philip.Hazel
|
f4174bab90
|
Create dummy framework for all functions and programs.
|
2014-03-07 17:28:52 +00:00 |
Philip.Hazel
|
0fd300bf87
|
Some basic building infrastructure.
|
2014-02-28 09:40:55 +00:00 |