summaryrefslogtreecommitdiff
path: root/PrepareRelease
Commit message (Collapse)AuthorAgeFilesLines
* Final source file tidies for 8.33 release.ph102013-05-281-2/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1335 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updates to building documentation.ph102013-05-141-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1332 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove reference to obsoleted (and now non-existent) source file.ph102013-05-011-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1321 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Create the *.generic files using "make" instead of PrepareRelease.ph102012-10-241-28/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1172 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-3/+7
| | | | | | | | | | 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
* Fix missing backslash in PrepareRelease.ph102012-08-181-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1008 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rework and rename some of the docs about building methods.ph102012-06-181-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@981 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation updates.ph102012-01-071-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@856 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-3/+3
| | | | | | | | 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-3/+9
| | | | 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-7/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Include CheckMan in distribution (accidentally omitted) and put an explicit ph102011-12-051-6/+6
| | | | | | | | "perl" before Perl scripts in PrepareRelease instead of relying on automatic execution because this helps in Windows. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@783 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Put back CRLF line endings on RunTest.bat, and remove it from the list of files ph102011-09-251-3/+3
| | | | | | | that are detrailed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@709 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation updates.ph102011-09-061-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@683 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation for JIT support.ph102011-08-281-9/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@678 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add script to check for man page markup typos. Fix some typos.ph102011-01-111-1/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@583 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add more explanation about recursive subpatterns, and make it possible to ph102009-09-181-3/+6
| | | | | | | process the documenation without building a whole release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@453 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add pcredemo man page, containing a listing of pcredemo.c.ph102009-09-011-4/+40
| | | | 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-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@423 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update files tidied by making a release.ph102007-09-171-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@254 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add (*CR) etc.ph102007-08-211-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@227 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added a pcresyntax man page; tidied some others.ph102007-08-061-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@208 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make sure config.h.generic and pcre.h.generic are always "standard".ph102007-06-131-0/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@183 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added a man page for pcre-config.ph102007-04-181-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@153 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix RunGrepTest so that it can be run when the build directory is not the ph102007-03-291-2/+2
| | | | | | | source directory. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@138 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make the use of dftables optional, and not the default. Further tidies to ph102007-03-201-1/+2
| | | | | | | documentation. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@128 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A number of tidies, file renames, etc.ph102007-03-191-4/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@127 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Create the PrepareRelease script to process the documentation and create the ph102007-03-081-0/+207
.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. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@111 2f5784b3-3f2a-0410-8824-cb99058d5e15