Commit Graph

38 Commits

Author SHA1 Message Date
ph10
d223637c8b Move pcre2_find_bracket() into its own module to avoid circular dependency. 2015-07-16 16:11:52 +00:00
ph10
f8d388a20d Implement pcre2_callout_enumerate(). 2015-03-23 15:52:08 +00:00
ph10
9b5e78456b Arrange for "make distclean" to remove config.h, a CMake-related file. 2015-02-26 17:20:48 +00:00
ph10
fb0a459116 Add RunTest.bat for testing under Windows, with appropriate test files. 2015-02-25 17:19:28 +00:00
ph10
f16fa66e2a Add serialization functions and tests with updated pcre2test. Fix
PCRE2_INFO_SIZE issues.
2015-01-23 16:51:47 +00:00
ph10
179b95e196 Final preparations for 10.00-RC1 2014-11-24 15:31:28 +00:00
ph10
2f01db8f12 Update lists of distributed files. 2014-11-17 17:17:41 +00:00
ph10
460db64b18 Substitute code update and documentation. 2014-11-11 16:51:07 +00:00
ph10
7dd909584e Preliminary substitute function (not yet tested or documented). 2014-11-08 16:09:24 +00:00
ph10
09deb5ee68 Changed jit_stack_alloc to jit_stack_create. 2014-11-03 17:13:00 +00:00
ph10
70f376de32 Improve test coverage; minor typo in JIT test and other minor buglets fixed. 2014-10-31 12:34:34 +00:00
ph10
e155c46c85 Update clean up of RunTest and RunGrepTest working files. 2014-10-28 10:19:50 +00:00
ph10
3f4790b54e More per-function documentation; revised perltest.sh replaces perltest.pl. 2014-10-25 14:16:46 +00:00
ph10
ffc2cf7fd8 A lot more documentation. 2014-10-21 16:33:30 +00:00
ph10
29c9048c9e More documentation 2014-10-20 16:48:14 +00:00
ph10
8a9cfdb118 More documentation. 2014-10-19 15:30:48 +00:00
ph10
323a12fd52 Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes;
change "pcre" to "pcre2" in a number of files.
2014-10-17 15:52:57 +00:00
ph10
58de593032 Partial documentation and partial code tweaks. 2014-10-14 16:23:57 +00:00
zherczeg
e214eed4e4 PCRE2 successfully compiles with --enable-jit now. 2014-09-30 07:06:48 +00:00
ph10
e9c35e20dd More documentation. 2014-09-29 16:45:37 +00:00
ph10
a1701d249d More draft documentation. 2014-09-28 17:39:28 +00:00
ph10
8d6b56dbb6 Some typos 2014-09-26 09:44:49 +00:00
ph10
e7627347f4 More documentation. 2014-09-19 18:26:32 +00:00
ph10
ad496af8a1 API documentation and a lot of little related changes to the code. 2014-09-19 07:43:39 +00:00
ph10
083b6c31b8 Even when coverage is not configured, clean up old coverage files during 'make
distclean'.
2014-08-30 14:57:12 +00:00
ph10
310bcccfb8 Change lengths to PCRE2_SIZE and revise OP_RECURSE processing. 2014-08-16 09:46:58 +00:00
ph10
66b0244ee2 Remove (possibly temporarily) byte-ordering functions (which were dummies
anyway), to be thought about later.
2014-08-15 10:07:50 +00:00
ph10
20e6767e76 Enable RunTest when "make check" is obeyed. 2014-08-11 18:30:24 +00:00
ph10
1b7cf50df6 Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
ph10
453abda3a8 Enable pcre2grep tests. 2014-07-15 08:49:45 +00:00
ph10
1c5c5b04ad Abolish pcre2_version(); add PCRE2_CONFIG_VERSION. 2014-06-23 16:41:29 +00:00
ph10
0a27423463 Auto-possession and studying added; compile-time errors refactored. 2014-06-21 12:39:48 +00:00
ph10
cd7ec8a2d4 Basic pcre2_compile() is working (no study, no auto-possess yet). 2014-06-14 18:29:51 +00:00
ph10
d646a721ea Further work on pcre2test (can now display compiled code). 2014-05-13 11:20:03 +00:00
ph10
193de8efc8 Refactor the framework for revised API. 2014-04-18 15:37:56 +00:00
ph10
041a6becb7 Create dummy framework for all functions and programs. 2014-03-07 17:28:52 +00:00
ph10
ac7dde496a Some basic building infrastructure. 2014-02-28 09:40:55 +00:00
ph10
e60e784f52 Add basic configuration files. 2014-02-20 19:17:05 +00:00