svn commit: r301461 - in head/lib/libc: gen locale regex

Andrey Chernov ache at freebsd.org
Sun Jun 5 20:07:31 UTC 2016


On 05.06.2016 22:12, Pedro F. Giffuni wrote:
>   When collation support was brought in, the second and third
>   arguments in __collate_range_cmp() were changed from int to
>   wchar_t, breaking the ABI. Change them to a "char" type which
>   makes more sense and keeps the ABI compatible.

Not only that breaks ABI, but changing strcoll_l() to wcscoll_l() in the
__collate_range_cmp() too (now fixed), while this function is visible
outside of libc.



More information about the svn-src-all mailing list