112 |
|
|
113 |
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 |
114 |
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). |
115 |
|
|
116 |
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 |
117 |
pcretest.c, inside #ifndefs, because it seems they are sometimes already |
pcretest.c, inside #ifndefs, because it seems they are sometimes already |
118 |
pre-defined. |
pre-defined. |
119 |
|
|
120 |
28. Added support for (*UTF8) at the start of a pattern. |
28. Added support for (*UTF8) at the start of a pattern. |
121 |
|
|
122 |
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 |
123 |
in the configuration summary. |
in the configuration summary. |