summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.35 release.pcre-8.35ph102014-04-040-0/+0
* Final tidies for 8.35 release.ph102014-04-047-366/+371
* Change RunGrepTest's files so as not to clash with RunTest's; now "make -j ph102014-04-032-411/+415
* Small doc update to promote pcresyntax(3).ph102014-04-031-4/+8
* Two minor changes to avoid compiler warnings.ph102014-04-032-5/+5
* JIT compiler update.zherczeg2014-03-261-3/+4
* Final updates for 8.35-RC1.ph102014-03-143-5/+9
* Disable incorrect error messages reported by the JIT test program.zherczeg2014-03-142-14/+13
* JIT compiler update.zherczeg2014-03-132-30/+71
* Fix typo that caused max/min quantifiers in ungreedy mode not to work.ph102014-03-104-1/+12
* JIT compiler update.zherczeg2014-03-076-29/+71
* JIT compiler update (with MIPS64 support).zherczeg2014-03-0515-185/+863
* Preparations for next release.ph102014-03-0425-1051/+1140
* Get rid of "uninitialized" compiler warning.ph102014-03-041-0/+1
* JIT compiler update.zherczeg2014-03-023-2/+2
* JIT compiler update.zherczeg2014-02-287-12/+12
* JIT compiler update.zherczeg2014-02-102-12/+12
* Implement pcre_stack_guard.ph102014-02-0911-19/+146
* JIT compiler update.zherczeg2014-01-3017-921/+2898
* Fix an infinite fast-forward newline on invalid UTF input.zherczeg2014-01-283-15/+36
* Little endian PowerPC systems are supported now by the JIT compiler.zherczeg2014-01-214-7/+31
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-177-18/+35
* Fix error in README; give an error for invalid --with-pcregrep-bufsize values ph102014-01-173-6/+17
* JIT: Add not (^) and query (?) support to fast forward search.zherczeg2014-01-131-4/+33
* JIT: Improved update table for the fast forward search algorithm.zherczeg2014-01-131-81/+130
* Remove unreachable statement to avoid compiler warning.ph102014-01-131-1/+3
* Ensure two new test files are put into the tarball.ph102014-01-131-0/+2
* Fix check for windows.h in configure.ac.ph102014-01-131-1/+2
* Check alternative outputs for the locale test in RunTest. It should now work ph102014-01-127-23/+405
* JIT: refactoring some code in the forward search.zherczeg2014-01-121-29/+38
* Fix wrong ChangeLog mergezherczeg2014-01-111-1/+1
* Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.zherczeg2014-01-114-10/+137
* Only test for pthreads when not under Windows.ph102014-01-102-4/+12
* Fix caseless character class bug for characters within a range that have more ph102014-01-106-7/+68
* JIT: Better fixed prefix scan when UTF is enabled.zherczeg2014-01-101-7/+54
* Clarify documentation about documentation, and fix an omission.ph102014-01-084-51/+60
* JIT: Optimize might be empty checks.zherczeg2014-01-072-16/+30
* JIT: Optimize brackets with more than four alternatives.zherczeg2014-01-062-63/+145
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-0323-232/+239
* Add missing files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c to the ph102014-01-022-0/+6
* Revert RAWUCHAR macros, renaming them as UCHAR21 and adding an explanatory ph102014-01-025-67/+85
* Minor optimization in dfa_exec as was recently done for exec.ph102014-01-011-25/+16
* Update gitignorechpe2014-01-011-0/+5
* Typo fixchpe2014-01-012-2/+2
* JIT: Optimize character range read based on minimum value in UTF-8 mode. Seve...zherczeg2014-01-012-4/+69
* Warning fixes and code refactoring (renamings).zherczeg2014-01-011-54/+76
* Get rid of confusing RAWUCHAR set of macros.ph102013-12-315-132/+59
* JIT: Optimize xclass character read.zherczeg2013-12-311-115/+100
* JIT: Improved matching of newlines.zherczeg2013-12-313-25/+67
* JIT: Improved character read in UTF mode.zherczeg2013-12-303-122/+97