93 |
improvement to matching performance by compiling OP_ALLANY instead of |
improvement to matching performance by compiling OP_ALLANY instead of |
94 |
OP_ANY for "." when DOTALL was set, and then removing the runtime tests |
OP_ANY for "." when DOTALL was set, and then removing the runtime tests |
95 |
on the OP_ANY path. |
on the OP_ANY path. |
96 |
|
|
97 |
|
17. Compiling pcretest on Windows with readline support failed without the |
98 |
|
following two fixes: (1) Make the unistd.h include conditional on |
99 |
|
HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno. |
100 |
|
|
101 |
|
|
102 |
Version 7.6 28-Jan-08 |
Version 7.6 28-Jan-08 |