Commit Graph

21 Commits

Author SHA1 Message Date
ph10
b284d0d068 Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
ph10
5ca1010ab6 Implement pcre2_set_max_pattern_length() 2015-11-05 17:33:39 +00:00
ph10
389a476cb0 Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation
yet.
2015-09-22 11:24:28 +00:00
ph10
ba048c8187 (1) uint32_t for substring number args; (2) correct PRIV(memctl_malloc)
definition for Windows; (3) remove unwanted PCRE2_EXP_DATA_DEFN; (4) 
documentation updates.
2014-12-01 16:14:53 +00:00
ph10
c812b920a3 Add user data to recursion guard; get ready for RC1 (again) 2014-11-26 16:51:53 +00:00
ph10
5f9ad579dc Change callouts to pass the user data as a separate argument. 2014-11-25 17:35:01 +00:00
zherczeg
a1b54f2f2e Remove pcre2_jit_stack argument from jit_match. 2014-11-07 12:12:52 +00:00
ph10
8af601505d Tidy a lot of files (remove trailing spaces) 2014-10-20 17:28:49 +00:00
ph10
e2989d59eb Create default compile and match contexts as constant static data. 2014-10-11 17:05:18 +00:00
ph10
a6673eed86 Remove the ability to change newlines and \R at match time. 2014-10-01 17:02:33 +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
310bcccfb8 Change lengths to PCRE2_SIZE and revise OP_RECURSE processing. 2014-08-16 09:46:58 +00:00
ph10
e2e684af21 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
ph10
93ec50ace7 Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET
for offset values.
2014-07-04 16:26:09 +00:00
ph10
e86a224042 The pcre2_match() function's basic facilities are working (though hardly
tested).
2014-06-28 14:23:18 +00:00
ph10
2a1ed715f7 Allow \R and newline handling to be specified at match time (as for PCRE1). 2014-06-24 09:51:58 +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
a8502d8feb More groundwork for pcre2test: POSIX support. 2014-04-30 16:55:24 +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