summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Add notes about PCRE2 to three critical documentation files.ph102015-02-101-2/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1524 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add comment about another C++ wrapper.ph102014-09-241-8/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1503 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Preparations for next release.ph102014-03-041-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix error in README; give an error for invalid --with-pcregrep-bufsize values ph102014-01-171-5/+5
| | | | | | | in ./configure. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1449 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Clarify documentation about documentation, and fix an omission.ph102014-01-081-6/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1436 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.34-RC1.ph102013-11-191-10/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1404 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-5/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1389 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update web site reference for Windows binaries.ph102013-07-081-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1349 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add reference to pre-built Windows binaries for pcregrep and pcretest.ph102013-07-021-2/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1343 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove SUPPORT_GCOV from config.h, because it is not used and is misleading.ph102013-07-011-2/+3
| | | | | | | (Coverage support does not need any code changes.) git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1342 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1320 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Doc updates getting ready for 8.33-RC1.ph102013-05-011-27/+39
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1319 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add comment about Tru64 native compilers.ph102013-03-161-1/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1288 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Pass back the bumpalong value for partial matches.ph102013-02-201-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1251 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-10/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation edits for coverage.ph102012-10-271-3/+22
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1178 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-59/+75
| | | | | | | | | | 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. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More documentation updates/tidies for EBCDIC environments.ph102012-09-081-3/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1031 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.31-RC2.ph102012-06-201-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@982 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rework and rename some of the docs about building methods.ph102012-06-181-40/+53
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@981 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document update for 8.31-RC1 test release.ph102012-06-021-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@975 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake support for linking pcretest with libedit.ph102012-02-261-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@939 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add support for linking pcretest with libedit instead of libreadline.ph102012-02-251-5/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@936 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-2/+2
| | | | | | | symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add two new tests to the distribution.ph102012-01-201-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@900 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation minor edits.ph102012-01-141-8/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@873 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-34/+34
| | | | | | | | RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
* 16-bit update of non-man documentation files and the PrepareRelease script.ph102011-12-301-102/+134
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@840 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-22/+22
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@685 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation for JIT support.ph102011-08-281-2/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@678 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update non-manpage documentation for JIT.ph102011-08-231-46/+72
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@672 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-2/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies and documentation update for 8.01.ph102010-01-191-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@489 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final doc and source tidies for 8.00ph102009-10-191-1/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@469 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-13/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@461 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add note about MySQL to README.ph102009-09-161-1/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@452 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation tidiesph102009-09-061-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@436 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-011-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@429 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add libpcreposix.pc for pkg-config, which was missing.ph102009-08-151-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@423 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Trailing space tidiesph102009-03-231-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@406 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add comments about contributed .chm files.ph102009-03-211-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@401 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update after detrailing for a test release.ph102009-03-171-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@392 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-7/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@391 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Bug fixes: forgot to commit these individually.ph102009-03-011-2/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@376 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updates for 7.8 releaseph102008-09-051-6/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@374 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@345 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update docs to point out that sometimes -lncurses will be needed with ph102008-04-131-1/+10
| | | | | | | libreadline. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@338 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Further tidies in comments about Windows use.ph102008-01-251-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@317 2f5784b3-3f2a-0410-8824-cb99058d5e15