--- code/trunk/ChangeLog 2007/03/06 16:25:15 104 +++ code/trunk/ChangeLog 2007/03/06 16:32:53 105 @@ -41,6 +41,13 @@ 7. Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told that is needed. + 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c) + as "const" (a) because they are and (b) because it helps the PHP + maintainers who have recently made a script to detect big data structures + in the php code that should be moved to the .rodata section. I remembered + to update Builducptable as well, so it won't revert if ucptable.h is ever + re-created. + Version 7.0 19-Dec-06 ---------------------