--- code/trunk/ChangeLog 2007/03/06 15:50:45 102 +++ code/trunk/ChangeLog 2007/03/06 16:32:53 105 @@ -38,6 +38,16 @@ to be caused by a trailing space on an input line that had got lost in his copy. The trailing space was an accident, so I've just removed it. + 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 ---------------------