Philip.Hazel
|
e0764cd5fd
|
Give error for regexec with pmatch=NULL and REG_STARTEND set.
|
2015-11-29 17:38:12 +00:00 |
Philip.Hazel
|
c8ed1e8feb
|
Paranoid check in regcomp() for bad error code from pcre2_compile().
|
2015-11-13 17:26:42 +00:00 |
Philip.Hazel
|
2f8febd4b1
|
Give match data memory failur in regcomp() instead of regexec()
|
2015-11-12 18:35:49 +00:00 |
Philip.Hazel
|
ccfd31cda2
|
Check errorcode > 0 in regerror().
|
2015-11-11 17:52:11 +00:00 |
Philip.Hazel
|
4b242c4c78
|
Fix regerror() small buffer issues.
|
2015-10-30 17:17:40 +00:00 |
Philip.Hazel
|
3263d44b97
|
Implement --never-backslash-C
|
2015-10-17 13:50:56 +00:00 |
Philip.Hazel
|
b15698b077
|
Fix data overrun for /(?(?C)/
|
2015-03-20 12:37:28 +00:00 |
Philip.Hazel
|
c3799e750f
|
Tidy a lot of files (remove trailing spaces)
|
2014-10-20 17:28:49 +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
|
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
|
99a5f1b2a9
|
Improve consistency in #defined names, in particular with regard to
underscores.
|
2014-06-24 15:30:10 +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
|
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 |