summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-14/+14
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-55/+22
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-6/+34
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-10/+20
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-5/+13
* Update copyright year to 2008.ph102008-01-201-1/+1
* Tidies for the 7.5 release.ph102008-01-101-2/+2
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-4/+6
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-6/+6
* Fix broken --disable-stack-for-recursion without --enable-unicode-properties.ph102007-09-141-6/+11
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-1/+1
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-4/+52
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-7/+7
* Add (*CR) etc.ph102007-08-211-1/+1
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-8/+9
* Fixed bug with repeated \S or \W in UTF-8 mode.ph102007-08-161-4/+4
* Fixed another looking-too-far-back-in-non-UTF-8-mode bug.ph102007-08-151-1/+1
* Updating docs for release; fix heap-related bugs in pcre_exec shown up by ph102007-08-091-11/+11
* Update UTF-8 validity check and documentation.ph102007-08-091-26/+26
* Add Perl 5.10's backtracking verbs.ph102007-08-081-24/+96
* Added a pcresyntax man page; tidied some others.ph102007-08-061-1/+1
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-061-6/+6
* Correct errors in previous patch; tidy for test release.ph102007-08-011-2/+2
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-0/+4
* Abolish the NULLWSLIMIT error at the expense of using more stack when an ph102007-07-311-50/+59
* Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance ph102007-07-191-10/+2
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-191-5/+5
* More document tidies, pre-release.ph102007-06-131-18/+18
* Add support for \h, \H, \v, \V.ph102007-06-131-0/+502
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-9/+9
* Add support for the Perl 5.10 \K facility.ph102007-05-291-16/+34
* Non-longjmp heap recursion.ph102007-05-091-9/+9
* Replace longjmp() with gotos when not using stack recursion.ph102007-05-041-94/+138
* Update HTML documentation.ph102007-04-171-4/+4
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-7/+16
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-041-1/+1
* Daniel's patches to add to the CMake support.ph102007-04-021-1/+1
* Daniel's patches.ph102007-03-291-0/+5
* Commit after detrailing; set executable on autogen.sh.ph102007-03-261-2/+2
* Fix multiline ^$ bug when newline=any.ph102007-03-261-0/+9
* Removal of trailing spaces.ph102007-03-121-9/+9
* Valgrind showed up a bug in bug fix 7.1/12 which is now fixed.ph102007-03-121-2/+2
* Update copyright years to 2007.ph102007-03-091-1/+1
* Fix two obscure, but nasty bugs concerned with caseless matching with Unicode ph102007-03-091-3/+24
* Applied Bob and Daniel's patches to convert the build system to automake. Added ph102007-03-051-2/+2
* Load pcre-7.0 into code/trunk.nigel2007-02-241-313/+579
* Load pcre-6.7 into code/trunk.nigel2007-02-241-239/+327
* Load pcre-6.5 into code/trunk.nigel2007-02-241-126/+339
* Load pcre-6.4 into code/trunk.nigel2007-02-241-17/+17