summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make \c operate like Perl in EBCDIC environments.ph102015-06-131-0/+4
* Refactor named group handling by adding a pre-pass that generates a list of ph102015-06-031-0/+1
* Implement PCRE2_NEVER_BACKSLASH_C.ph102015-04-131-1/+2
* Fix data overrun for /(?(?C)/ph102015-03-201-1/+1
* Code for callouts with string arguments. Documentation not yet updated.ph102015-03-111-0/+2
* Final source file tidies for 10.10-RC1ph102015-02-201-1/+1
* Give an internal error for a bad opcode during auto-possessification. This can ph102015-02-061-0/+2
* Disallow quantification of assertion conditions, for Perl compatibility (and in ph102015-01-281-1/+1
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-2/+2
* File tidies for 10.00-RC2.ph102014-12-191-1/+1
* Update and improve substring handling and its documentation.ph102014-12-141-4/+5
* Improve interfaces to substring functions, and fix bugs.ph102014-12-131-1/+2
* Substitution tests and documentation.ph102014-11-121-2/+2
* Code for pcre2_substitute(), and tests.ph102014-11-111-3/+4
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-1/+1
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-1/+2
* A lot more documentation.ph102014-10-211-1/+1
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-47/+47
* API documentation and a lot of little related changes to the code.ph102014-09-191-7/+6
* Implement (*NOTEMPTY) and (?(VERSION= features.ph102014-08-261-1/+2
* Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of ph102014-08-151-3/+0
* All tests except JIT and save/reload are implemented.ph102014-08-051-4/+4
* Tests 1 and 2 are converted (but without save/restore).ph102014-07-241-3/+4
* The pcre2_match() function's basic facilities are working (though hardly ph102014-06-281-2/+0
* Auto-possession and studying added; compile-time errors refactored.ph102014-06-211-44/+32
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-38/+57
* Got pcre2test as far as it can go without real compile and match functions.ph102014-05-201-6/+209
* Create dummy framework for all functions and programs.ph102014-03-071-0/+89