summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A minor change from uchar to unsigned int improves performance in some ph102012-12-302-3/+9
* Ensure boolean macros are #undeffed in pcre.h.generic.ph102012-12-104-23/+39
* Applied patch to quash MSVC warnings.ph102012-12-083-5/+5
* Fix some Microsoft compiler warnings.ph102012-12-083-9/+18
* Remove files that have been obsolete for some time.ph102012-12-075-3610/+1
* Remove commented code that has been obsolete since 8.00.ph102012-12-071-20/+0
* Fix missing html files and remove link to removed file.ph102012-12-073-10/+5
* JIT compiler updatezherczeg2012-12-066-53/+58
* Final updates for 8.32 release.ph102012-11-301-1/+1
* Give error if --enable-cpp but no C++ compiler found.ph102012-11-302-5/+12
* Arrange to remove any "visibility" settings in config.h.generic.ph102012-11-241-5/+15
* Fix typo.ph102012-11-211-1/+1
* Add information about z/OS and z/VM ports.ph102012-11-211-1/+17
* JIT compiler update.zherczeg2012-11-197-39/+81
* File tidies, preparing for 8.32-RC1.ph102012-11-1149-2545/+2507
* Fix typo.ph102012-11-111-1/+1
* Support (*UTF) in all libraries.ph102012-11-1112-52/+77
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-116-8/+92
* Preparations for 8.32-RC1.ph102012-11-094-17/+18
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-095-49/+70
* Large JIT compiler update again.zherczeg2012-11-0912-609/+728
* Some 16/32 bit documentation updates. Also, undocument what happens to invalid ph102012-11-084-97/+80
* Add more words about $.ph102012-11-071-14/+19
* Test 20 alleged it was DFA, but was not being run using -dfa. Fixed, and copied ph102012-11-075-14/+50
* Fix pcretest -C pcre8/pcre16 bug.ph102012-11-072-0/+5
* New comments on the PCRE options.ph102012-11-071-49/+63
* JIT compiler update.zherczeg2012-11-079-93/+135
* Update NEWS with a summary of main items for 8.32.ph102012-11-061-4/+30
* Updating RunTest.bat with libpre32 support.zherczeg2012-11-061-45/+181
* JIT compiler update.zherczeg2012-11-061-66/+4
* Remove unnecessary unsigned castschpe2012-11-051-2/+2
* docs: Put correction version in which the 32-bit library appearedchpe2012-11-051-1/+1
* JIT compiler update.zherczeg2012-11-058-117/+149
* Lose compiler warnings.ph102012-11-041-0/+7
* JIT compiler update.zherczeg2012-11-044-859/+1064
* Temporarily remove 32-bit maskingchpe2012-11-034-73/+10
* Fix compile-time assertion to test the right thingchpe2012-11-031-3/+5
* Rewrite 32-bit GETCHAR* macroschpe2012-11-011-10/+20
* Add more safety parentheses to macroschpe2012-11-011-6/+6
* GCC visibility patch.ph102012-11-014-5/+107
* Another huge JIT compiler update.zherczeg2012-11-0119-1594/+1836
* More documentation updatesph102012-10-3157-3358/+5808
* Documentation update.ph102012-10-301-2/+32
* Coverage and other pcrebuild documentation update.ph102012-10-301-33/+70
* Some documentation updates.ph102012-10-302-65/+64
* pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.ph102012-10-304-0/+25
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-304-1/+6
* Fix function declaration in JIT test.zherczeg2012-10-291-3/+3
* JIT native interface.zherczeg2012-10-297-47/+170
* Use CHAR_NULL in pcre_compile when checking for character zero.ph102012-10-283-47/+49