| 23 |
- Added readline support for pcretest. |
- Added readline support for pcretest. |
| 24 |
- Added an listing of the option settings after cmake has run. |
- Added an listing of the option settings after cmake has run. |
| 25 |
|
|
| 26 |
4. A user submitted a patch to Makefile that makes it easy to created a dll |
4. A user submitted a patch to Makefile that makes it easy to create |
| 27 |
under mingw. I added stuff to Makefile.am that cause it to include this |
"pcre.dll" under mingw when using Configure/Make. I added stuff to |
| 28 |
special target, without affecting anything else. |
Makefile.am that cause it to include this special target, without |
| 29 |
|
affecting anything else. Note that the same mingw target plus all |
| 30 |
|
the other distribution libraries and programs are now supported |
| 31 |
|
when configuring with CMake (see 6 below) instead of with |
| 32 |
|
Configure/Make. |
| 33 |
|
|
| 34 |
5. Applied Craig's patch that moves no_arg into the RE class in the C++ code. |
5. Applied Craig's patch that moves no_arg into the RE class in the C++ code. |
| 35 |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
| 37 |
solves the problem, but it does no harm. |
solves the problem, but it does no harm. |
| 38 |
|
|
| 39 |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
| 40 |
NON_STANDARD_LIB_SUFFIX and correct the comment about stack recursion. |
NON_STANDARD_LIB_SUFFIX for dll names built with mingw when configured |
| 41 |
|
with CMake, and also correct the comment about stack recursion. |
| 42 |
|
|
| 43 |
7. Remove the automatic building of pcredemo from the ./configure system and |
7. Remove the automatic building of pcredemo from the ./configure system and |
| 44 |
from CMakeLists.txt. The whole idea of pcredemo.c is that it is an example |
from CMakeLists.txt. The whole idea of pcredemo.c is that it is an example |