| 41 |
7. Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told |
7. Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told |
| 42 |
that is needed. |
that is needed. |
| 43 |
|
|
| 44 |
|
8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c) |
| 45 |
|
as "const" (a) because they are and (b) because it helps the PHP |
| 46 |
|
maintainers who have recently made a script to detect big data structures |
| 47 |
|
in the php code that should be moved to the .rodata section. I remembered |
| 48 |
|
to update Builducptable as well, so it won't revert if ucptable.h is ever |
| 49 |
|
re-created. |
| 50 |
|
|
| 51 |
|
9. Added some extra #ifdef SUPPORT_UTF8 conditionals into pcretest.c, |
| 52 |
|
pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in |
| 53 |
|
order to be able to cut out the UTF-8 tables in the latter when UTF-8 |
| 54 |
|
support is not required. This saves 1.5-2K of code, which is important in |
| 55 |
|
some applications. |
| 56 |
|
|
| 57 |
|
|
| 58 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |
| 59 |
--------------------- |
--------------------- |