summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Document more clearly capturing behaviour for recursion and subroutines.ph102009-10-181-2/+2
* Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*ph102009-10-171-2/+2
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-1/+1
* Further updates to partial matching.ph102009-09-051-1/+1
* Add -DPCRE_STATIC to configuration files when no shared library is built.ph102009-09-011-0/+3
* Add libpcreposix.pc for pkg-config, which was missing.ph102009-08-151-0/+1
* Fix POSIX error code bug.ph102009-04-241-4/+4
* Update version, date.ph102009-04-111-1/+1
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-101-2/+2
* Add another testph102009-04-011-2/+2
* Update after detrailing for a test release.ph102009-03-171-2/+2
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-4/+18
* Bug fixes: forgot to commit these individually.ph102009-03-011-7/+10
* Updates for 7.8 releaseph102008-09-051-2/+2
* Add missing copyright to pcrecpp_internal.hph102008-08-241-4/+4
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-2/+2
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-4/+4
* Final updates for 7.7 release.ph102008-05-071-2/+2
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-1/+1
* Craig's further amended patch for OS X.ph102008-04-051-3/+37
* Craig's patch to sort out a long long problem: "If we can't convert ph102008-03-051-10/+19
* File tidy-up for 7.6 release.ph102008-01-281-2/+2
* Applied Sheri's patch to CMakeLists.txt to add library name options and correct ph102008-01-231-2/+2
* Tidies for 7.6-RC1 test release.ph102008-01-211-1/+1
* Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not ph102008-01-201-2/+2
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-141-2/+2
* Tidies for the 7.5 release.ph102008-01-101-2/+2
* Tidies for 7.5-RC2 release.ph102007-12-271-1/+1
* Add missing error numbers to documentation.ph102007-12-261-2/+2
* Tidies for 7.5-RC1 release.ph102007-12-231-5/+5
* Added --enable-pcretest-libreadline.ph102007-12-181-28/+60
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-27/+90
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-121-3/+3
* Documentation tidies and clarifications.ph102007-09-201-2/+2
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-191-1/+1
* Add casts to pcretest.c to avoid compiler warnings.ph102007-09-191-2/+2
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-2/+2
* Fix broken --disable-stack-for-recursion without --enable-unicode-properties.ph102007-09-141-1/+1
* Add comments about -DHAVE_CONFIG_H to the documentation and to config.h itself.ph102007-09-111-2/+6
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-28/+45
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-3/+3
* Final version number changes for the 7.3 release.ph102007-08-281-2/+2
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-2/+2
* Fix pcregrep -Mv looping bug.ph102007-08-171-1/+1
* Fix bad fix for repeated \p and \P.ph102007-08-171-2/+2
* Tidies for 7.3-RC5 prereleaseph102007-08-161-1/+1
* Add integer overflow tests to escape processing.ph102007-08-151-2/+2
* Updating docs for release; fix heap-related bugs in pcre_exec shown up by ph102007-08-091-1/+1
* Increment RC number.ph102007-08-031-2/+2
* Refactor the integer overflow testing so as to avoid imposing an artificial ph102007-08-031-5/+0