summaryrefslogtreecommitdiff
path: root/src/pcre2posix.c
Commit message (Expand)AuthorAgeFilesLines
* Final file tidies for 10.37-RC1ph102021-04-281-2/+2
* Remove real POSIX function names from the pcre2-posix library.ph102021-04-271-2/+16
* Ensure regexec is thread safe to avoid sanitizer warnings.ph102019-10-151-2/+1
* Update POSIX wrapper to use macros in the .h file, but also have the POSIX ph102019-01-301-5/+22
* Provide alternative POSIX names.ph102018-09-191-7/+39
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-2/+2
* Fix the value passed back for POSIX unset groups when REG_STARTEND has a ph102018-02-191-4/+6
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-4/+4
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-2/+4
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-2/+6
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-2/+2
* Correct out-of-date comments in the code.ph102016-11-021-2/+1
* Add MSVC snprintf fix to pcre2posix.c, which no longer includes ph102016-06-261-0/+8
* Refactor pcre2posix.c so as not to #include pcre2_internal.h.ph102016-05-141-8/+34
* Detect and warn when pcre2test is linked with an alien POSIX library.ph102016-02-031-2/+2
* Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp().ph102016-01-311-6/+5
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-1/+1
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-291-0/+1
* Paranoid check in regcomp() for bad error code from pcre2_compile().ph102015-11-131-1/+6
* Give match data memory failur in regcomp() instead of regexec()ph102015-11-121-3/+10
* Check errorcode > 0 in regerror().ph102015-11-111-1/+1
* Fix regerror() small buffer issues.ph102015-10-301-17/+11
* Implement --never-backslash-Cph102015-10-171-1/+1
* Fix data overrun for /(?(?C)/ph102015-03-201-2/+2
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-8/+8
* Change lengths to PCRE2_SIZE and revise OP_RECURSE processing.ph102014-08-161-1/+1
* All tests except JIT and save/reload are implemented.ph102014-08-051-4/+2
* Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET ph102014-07-041-1/+1
* Improve consistency in #defined names, in particular with regard to ph102014-06-241-2/+1
* Auto-possession and studying added; compile-time errors refactored.ph102014-06-211-10/+9
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-2/+8
* More groundwork for pcre2test: POSIX support.ph102014-04-301-186/+58
* Refactor the framework for revised API.ph102014-04-181-1/+1
* Create dummy framework for all functions and programs.ph102014-03-071-0/+454