summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final tidies for 8.35 release.ph102014-04-041-3/+3
* Change RunGrepTest's files so as not to clash with RunTest's; now "make -j ph102014-04-031-2/+6
* Final updates for 8.35-RC1.ph102014-03-141-2/+5
* Disable incorrect error messages reported by the JIT test program.zherczeg2014-03-141-0/+3
* Fix typo that caused max/min quantifiers in ungreedy mode not to work.ph102014-03-101-0/+4
* Preparations for next release.ph102014-03-041-42/+42
* Implement pcre_stack_guard.ph102014-02-091-0/+6
* Fix an infinite fast-forward newline on invalid UTF input.zherczeg2014-01-281-0/+4
* Little endian PowerPC systems are supported now by the JIT compiler.zherczeg2014-01-211-0/+2
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-171-0/+7
* Fix error in README; give an error for invalid --with-pcregrep-bufsize values ph102014-01-171-0/+6
* Check alternative outputs for the locale test in RunTest. It should now work ph102014-01-121-0/+12
* Fix wrong ChangeLog mergezherczeg2014-01-111-1/+1
* Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.zherczeg2014-01-111-1/+6
* Only test for pthreads when not under Windows.ph102014-01-101-0/+4
* Fix caseless character class bug for characters within a range that have more ph102014-01-101-0/+6
* JIT: Optimize might be empty checks.zherczeg2014-01-071-0/+3
* JIT: Optimize brackets with more than four alternatives.zherczeg2014-01-061-0/+4
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-0/+6
* Add missing files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c to the ph102014-01-021-0/+4
* Revert RAWUCHAR macros, renaming them as UCHAR21 and adding an explanatory ph102014-01-021-4/+5
* Get rid of confusing RAWUCHAR set of macros.ph102013-12-311-0/+5
* Improve character range checks in JIT.zherczeg2013-12-291-0/+6
* Improve fast forward search in JIT.zherczeg2013-12-291-7/+11
* Fix pcretest's handling of patterns when \K in an assertion sets the start of aph102013-12-271-0/+6
* Get rid of some unitialized variable compiler warnings.ph102013-12-241-0/+3
* The auto-possessification of character sets were improved. The JIT compiler a...zherczeg2013-12-221-0/+4
* A new flag is set, when property checks are present in an XCLASS.zherczeg2013-12-221-0/+8
* Final file tidies for 8.34.ph102013-12-151-8/+8
* Fix internal error for XCLASS in 16/32-bit non-UCP versions with heap ph102013-12-061-0/+7
* Add support for [[:<:]] and [[:>:]] as a transition aid.ph102013-12-031-0/+3
* Add Jeff Trawick's patch to CMakeLists.txt for MSVC features.ph102013-12-011-0/+11
* Clarify handling of \s in documentation; fix VT in pcretest's built-in tables.ph102013-11-251-3/+5
* Source tidies for 8.34-RC1.ph102013-11-191-116/+116
* Document the same tables must be used at compile and match time.ph102013-11-121-0/+4
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-121-1/+1
* Fix \K bug in possessively repeated groups.ph102013-11-111-0/+3
* In /x mode, allow white space before a possessive + character.ph102013-11-101-0/+4
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-091-1/+2
* Require group names to start with a non-digit.ph102013-11-091-0/+3
* Allow quantifiers on (?!) so as to be the same as other assertions.ph102013-11-081-0/+6
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-0/+4
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-0/+5
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-0/+3
* Update POSIX class handling in UCP mode.ph102013-11-021-0/+4
* Update perltest.pl to add /u when /W is in the test.ph102013-10-291-0/+5
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-151-0/+7
* Add JIT support for the 64 bit TileGX architecture. Patch by Jiong Wang (Tile...zherczeg2013-10-141-1/+4
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-1/+6
* Fix auto-callout with PCRE_UCP, which was compiling rubbish.ph102013-10-111-0/+4