summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Tidies for the 7.5 release.ph102008-01-101-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@298 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 7.5-RC2 release.ph102007-12-271-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@292 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add missing error numbers to documentation.ph102007-12-261-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@290 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 7.5-RC1 release.ph102007-12-231-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@289 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added --enable-pcretest-libreadline.ph102007-12-181-28/+60
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@287 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-27/+90
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@286 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply Craig's patch, which makes it possible to "ignore" values in parens ph102007-11-121-3/+3
| | | | | | | when parsing an RE using the c++ wrapper. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@263 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation tidies and clarifications.ph102007-09-201-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@260 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-191-1/+1
| | | | | | | _strtoi64 explicitly, and avoid using snprintf() at all. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@257 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add casts to pcretest.c to avoid compiler warnings.ph102007-09-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@255 2f5784b3-3f2a-0410-8824-cb99058d5e15
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-2/+2
| | | | | | | (2) Updates files changed by building test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@247 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix broken --disable-stack-for-recursion without --enable-unicode-properties.ph102007-09-141-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@244 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add comments about -DHAVE_CONFIG_H to the documentation and to config.h itself.ph102007-09-111-2/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@237 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-28/+45
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@231 2f5784b3-3f2a-0410-8824-cb99058d5e15
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-3/+3
| | | | | | | | (2) \r and \n must be explicit to trigger the special CRLF handline exception. (3) (?J) at the start now sets JCHANGED as well as DUPNAMES. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@230 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final version number changes for the 7.3 release.ph102007-08-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@228 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@223 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep -Mv looping bug.ph102007-08-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@222 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad fix for repeated \p and \P.ph102007-08-171-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 7.3-RC5 prereleaseph102007-08-161-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@220 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add integer overflow tests to escape processing.ph102007-08-151-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@213 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updating docs for release; fix heap-related bugs in pcre_exec shown up by ph102007-08-091-1/+1
| | | | | | | release testing. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@212 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Increment RC number.ph102007-08-031-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@204 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor the integer overflow testing so as to avoid imposing an artificial ph102007-08-031-5/+0
| | | | | | | limit on the size of subpatterns. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@202 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update version number; use %I64U instead of %llu under MingGW in ph102007-08-021-2/+2
| | | | | | | pcrecpp_unittest. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@201 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update version number; add words about stacks to NON-UNIX-USE.ph102007-07-311-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@198 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add words about EBCDIC to doc and ./configure --help (somebody thought it mightph102007-07-301-1/+1
| | | | | | | | be a useful option and tried it on an ASCII system). Fixed one missing table entry for EBCDIC. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@195 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update version number.ph102007-07-051-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@187 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@184 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation update preparatory to release.ph102007-06-131-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@181 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update to next RC number; fix bug in test script.ph102007-06-051-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@173 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-1/+1
| | | | | | | trailing space removals for a test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@172 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add (?-n) and (?+n) relative references.ph102007-05-091-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@166 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.ph102007-05-021-3/+41
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@159 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies and final updates for 7.1.ph102007-04-241-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@155 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update HTML documentation.ph102007-04-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@150 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-8/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@149 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-041-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@145 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Daniel's patches.ph102007-03-291-7/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@137 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Hopefully the final rename of makevp-* to makevp_*.ph102007-03-291-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@135 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Various new tidies.ph102007-03-261-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@131 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make the use of dftables optional, and not the default. Further tidies to ph102007-03-201-2/+22
| | | | | | | 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-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@127 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fixed bug in the debugging /Z option of pcretest that made it assume /8.ph102007-03-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@126 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Removal of trailing spaces.ph102007-03-121-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@123 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 ph102007-03-091-7/+0
| | | | | | | independent of link size. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@116 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Create the PrepareRelease script to process the documentation and create the ph102007-03-081-9/+11
| | | | | | | | | .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
* Add comment about valid newline values to configure.ac so that it ends up in ph102007-03-071-2/+4
| | | | | | | config.h.in and thus in config.h. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@106 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updated comments in configure.ac that end up in config.h.in, and arrange for ph102007-03-061-23/+18
| | | | | | | config.h to be distributed (compare pcre.h). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@100 2f5784b3-3f2a-0410-8824-cb99058d5e15
* 1. Move the comment about version numbers from pcre.h.in to configure.ac ph102007-03-061-0/+6
| | | | | | | | | | | | because that's where they are now set. 2. Update all the man pages to remove the use of .br and .in because this causes trouble for some HTML converters. Also standardised the final sections giving author information and revision date. 3. Update the maintain/132html man page converter to handle .nf/.fi and to barf at .br/.in. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@99 2f5784b3-3f2a-0410-8824-cb99058d5e15