summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the 8.32 release.pcre-8.32ph102012-11-300-0/+0
* 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
* Add a definition for CHAR_NULL (helpful for the z/OS port).ph102012-10-282-0/+4
* Update comments.ph102012-10-281-8/+8
* Change 0 to NULL for mmap in the JIT compiler.zherczeg2012-10-282-4/+4
* JIT compiler update.zherczeg2012-10-2815-120/+211
* build: Add target to just clean the *.gcda fileschpe2012-10-271-4/+9
* build: Improve coverage ruleschpe2012-10-271-30/+56
* tests: Add tests for short UTF-8 and UTF-16chpe2012-10-274-4/+67