summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged copy of release 8.30.pcre-8.30ph102012-02-040-0/+0
* Final source and document tidies for 8.30.ph102012-02-044-7/+7
* One more cast to avoid compiler warning about 'const'.ph102012-01-301-1/+1
* Man page symbolic links should be relative, not absolute.ph102012-01-271-25/+25
* opcode lengths must be private for printint and fixed some compiler warningszherczeg2012-01-243-25/+27
* fix local symbol issues in pcre_printint.czherczeg2012-01-235-8/+18
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-238-17/+18
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-2160-623/+742
* Documentation clarification.ph102012-01-211-2/+3
* More tidies and documentation for stack frame measurement.ph102012-01-214-8/+60
* Add two new tests to the distribution.ph102012-01-202-25/+32
* Typo!ph102012-01-201-1/+0
* Formatting tidyph102012-01-201-6/+2
* Move 16-bit pre-compiled reloading tests to separate files that are run only ph102012-01-2011-151/+224
* Update version number and date.ph102012-01-201-2/+2
* Modified, and made non-default the stack size info experimental code.ph102012-01-202-14/+13
* Avoid compiler warning when UTF not configured.ph102012-01-201-2/+2
* Experimental stack size determination.ph102012-01-193-13/+49
* Put top level heap frame on the stack.ph102012-01-182-7/+13
* Fix indentation error.ph102012-01-181-2/+2
* Add PCRE_CONFIG_JITTARGET output to pcretest -C.ph102012-01-182-1/+7
* More portable way of linking pcretest with -lreadline.ph102012-01-172-3/+31
* Fix MARK bug for assertions.ph102012-01-174-1/+24
* Document PCRE_CONFIG_JITTARGETph102012-01-172-1/+11
* CMake parses version information out of configure.ac instead of relying on ph102012-01-173-2/+31
* Make AM_SILENT_RULES conditional.ph102012-01-171-1/+1
* JIT test prints cpu infozherczeg2012-01-1711-21/+59
* Fix compiler warningszherczeg2012-01-163-7/+14
* Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.)ph102012-01-154-1/+56
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-155-10/+17
* JIT compiler update (rename GENERAL to SAVED)zherczeg2012-01-1510-301/+299
* Avoid compiler warning when neither SUPPORT_LIBZ nor SUPPORT_LIBZ2 is set.ph102012-01-151-1/+6
* Fix HTML documentation and rebuild.ph102012-01-158-245/+254
* Tidy layout in pcre_jit_stack_alloc.3; switch on AM_SILENT_RULES in ph102012-01-153-1/+34
* fix help text in configure.aczherczeg2012-01-151-1/+1
* JIT compiler updatezherczeg2012-01-1410-57/+101
* Maintenance notes updateph102012-01-141-27/+13
* Documentation minor edits.ph102012-01-144-19/+28
* Make pcre[16]_config set 0 in the data field when it returns BADOPTION because ph102012-01-141-0/+2
* Fix issues with UTF-8 in the Perl checking script.ph102012-01-142-15/+28
* Documentation correction.ph102012-01-141-10/+10
* Bring HTML docs up to date.ph102012-01-1452-3199/+4644
* The last of the 16-bit documentation major updates.ph102012-01-1329-140/+413
* JIT compiler updatezherczeg2012-01-136-42/+196
* Updated documentation for 16-bit.ph102012-01-131-182/+240
* Remove SUPPORT_UTF8 and make small changes to the comments. ph102012-01-131-7/+4
* cmake support for out of source builds by Stephen Kellyzherczeg2012-01-131-2/+2
* 16 bit support for cmake and RunTest.batzherczeg2012-01-123-118/+344
* Diagnose more than 8 hex digits in \x{...} in pcretest data lines.ph102012-01-111-3/+8
* Documentation.ph102012-01-105-92/+106