summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-25 17:09:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-01-25 17:09:21 +0000
commitd6a5e7871428efb6fbe2a1f4fc7a6679e4fe0d1d (patch)
tree570839f99246d6d2bbdd5f17f0e25d0162f68990
parentb310b97104cfae5c836d5180cffb4f2473e9d635 (diff)
downloadpcre-d6a5e7871428efb6fbe2a1f4fc7a6679e4fe0d1d.tar.gz
Wording tidy, as suggested by Sheri.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@314 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cce9d78..f727810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,9 +23,13 @@ Version 7.6 21-Jan-08
- Added readline support for pcretest.
- Added an listing of the option settings after cmake has run.
-4. A user submitted a patch to Makefile that makes it easy to created a dll
- under mingw. I added stuff to Makefile.am that cause it to include this
- special target, without affecting anything else.
+4. A user submitted a patch to Makefile that makes it easy to create
+ "pcre.dll" under mingw when using Configure/Make. I added stuff to
+ Makefile.am that cause it to include this special target, without
+ affecting anything else. Note that the same mingw target plus all
+ the other distribution libraries and programs are now supported
+ when configuring with CMake (see 6 below) instead of with
+ Configure/Make.
5. Applied Craig's patch that moves no_arg into the RE class in the C++ code.
This is an attempt to solve the reported problem "pcrecpp::no_arg is not
@@ -33,7 +37,8 @@ Version 7.6 21-Jan-08
solves the problem, but it does no harm.
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and
- NON_STANDARD_LIB_SUFFIX and correct the comment about stack recursion.
+ NON_STANDARD_LIB_SUFFIX for dll names built with mingw when configured
+ with CMake, and also correct the comment about stack recursion.
7. Remove the automatic building of pcredemo from the ./configure system and
from CMakeLists.txt. The whole idea of pcredemo.c is that it is an example