| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
|
Version 8.00 ??-???-?? |
| 5 |
|
---------------------- |
| 6 |
|
|
| 7 |
|
1. The table for translating pcre_compile() error codes into POSIX error codes |
| 8 |
|
was out-of-date, and there was no check on the pcre_compile() error code |
| 9 |
|
being within the table. This could lead to an OK return being given in |
| 10 |
|
error. |
| 11 |
|
|
| 12 |
|
|
| 13 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
| 14 |
--------------------- |
--------------------- |
| 15 |
|
|
| 121 |
|
|
| 122 |
26. Changed a few more instances of "const unsigned char *" to USPTR, making |
26. Changed a few more instances of "const unsigned char *" to USPTR, making |
| 123 |
the feature of a custom pointer more persuasive (as requested by a user). |
the feature of a custom pointer more persuasive (as requested by a user). |
| 124 |
|
|
| 125 |
27. Wrapped the definitions of fileno and isatty for Windows, which appear in |
27. Wrapped the definitions of fileno and isatty for Windows, which appear in |
| 126 |
pcretest.c, inside #ifndefs, because it seems they are sometimes already |
pcretest.c, inside #ifndefs, because it seems they are sometimes already |
| 127 |
pre-defined. |
pre-defined. |
| 128 |
|
|
| 129 |
28. Added support for (*UTF8) at the start of a pattern. |
28. Added support for (*UTF8) at the start of a pattern. |
| 130 |
|
|
| 131 |
29. Arrange for flags added by the "release type" setting in CMake to be shown |
29. Arrange for flags added by the "release type" setting in CMake to be shown |
| 132 |
in the configuration summary. |
in the configuration summary. |