Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Tag the 8.38 release.
Final tidies for 8.35 release.
JIT compiler update (with MIPS64 support).
JIT compiler update.
JIT compiler update.
JIT compiler update.
Ensure two new test files are put into the tarball.
Add missing files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c to the list of those included in the tarball.
Updates to building documentation.
Ensure boolean macros are #undeffed in pcre.h.generic.
Fix missing html files and remove link to removed file.
Arrange to remove any "visibility" settings in config.h.generic.
GCC visibility patch.
Another huge JIT compiler update.
More documentation updates
build: Add target to just clean the *.gcda files
build: Improve coverage rules Make the rules more robust. Fix a typo that prevented 'make coverage-clean' from removing the generated report directory.
Another attempt at getting "make config.h.generic" work cleanly and robustly.
Create the *.generic files using "make" instead of PrepareRelease.
build: Don't use ?= variable assignment in Makefile.am It's not necessary for these variables, and it's not portable to non-GNU make.
build: Hide gcov rules when not building with coverage enabled Problem pointed out by Daniel Richard G. on the mailing list.
build: Add new test input and output files to EXTRA_DIST
build: Add code coverage reporting Add --enable-coverage which uses gcov/lcov to generate a code coverage report from the test suite. http://bugs.exim.org/show_bug.cgi?id=1266
valgrind: Add --support-valgrind configure option When --enable-valgrind is passed, PCRE will annotate some memory regions as unaddressable, aiding in finding invalid memory accesses when running under valgrind. This is useful mostly for debugging PCRE itself, and thus probably should not be enabled in release builds.
pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests.
Add testtemp* to CLEANFILES (new files created when testing pcregrep).
Arrange to export newly added test files.
Daniel Richard G's patch for checking POSIX threads when JIT is configure.
Source tidies for 8.31-RC2.
Rework and rename some of the docs about building methods.
Add libpcre.la to link commands for pcretest and pcregrep because this is required in some OS for shared objects.
Document update for 8.31-RC1 test release.
Change man page link creation from -s to -sf.
CMake support for linking pcretest with libedit.
Man page symbolic links should be relative, not absolute.
Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building symbolic links to man pages.
Add two new tests to the distribution.
Tidy layout in pcre_jit_stack_alloc.3; switch on AM_SILENT_RULES in configure.ac; arrange for soft links for function man pages.
The last of the 16-bit documentation major updates.
Update libpcre_version for change of API, and add libpcre16_version.
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball.
Merging all the changes from the pcre16 branch into the trunk.
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Include CheckMan in distribution (accidentally omitted) and put an explicit "perl" before Perl scripts in PrepareRelease instead of relying on automatic execution because this helps in Windows.
Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.
Update full set of tests with many configurations.
Documentation for JIT support.
Refactor RunTest and add JIT-specific tests.
Commit all the changes for JIT support, but without any documentation yet.
More test re-arrangements (to match different configurations)
Tidies for Release 8.12
Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in Makefile.am, as suggested by libtoolize.
Include pcredemo.html in the distribution.
Re-organize tests to make is possible to test 5.10 features against Perl.
Add libpcreposix.pc for pkg-config, which was missing.
Bug fixes: forgot to commit these individually.
Preliminary patch for upgraded Unicode Property support.
Remove the automatic build of pcredemo.
List actual files, not the whole cmake directory, for inclusion in the distribution (avoids including .svn).
Add Ron Aaron's Makefile patch (experimentally).
Apply Christian Ehrlicher's patch to update the CMake files.
Distribute version of test 3 for Windows.
Distribute the pcresyntax.3 man page.
doc/pcresyntax.html was missing from the distribution.
Fix pcregrep -Mv looping bug.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Non-longjmp heap recursion.
Fix RunGrepTest for make distcheck (previous change added a bug).
Added a man page for pcre-config.
Daniel's patches to add to the CMake support.
Daniel's patches.
Hopefully the final rename of makevp-* to makevp_*.
Various new tidies.
Make the use of dftables optional, and not the default. Further tidies to documentation.
A number of tidies, file renames, etc.
Create the PrepareRelease script to process the documentation and create the .generic files for distribution, also to remove trailing spaces. Update a lot more of the build-time documentation. Arrange for PrepareRelease and its sub-scripts to be distributed.
Ensure the VP-related files are distributed.
Updated comments in configure.ac that end up in config.h.in, and arrange for config.h to be distributed (compare pcre.h).
This is a second preliminary update, after having done a test build and also a check of the maintenance programs. The version is now 7.1-RC1. In autogen.sh, autoheader is now before automake, and Tech.Notes (being now in the "maintain" directory) are no longer distributed.
Applied Bob and Daniel's patches to convert the build system to automake. Added the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.5 |