Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 23:07:26 +0300
From:      Andrey Chernov <ache@freebsd.org>
To:        "Pedro F. Giffuni" <pfg@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r301461 - in head/lib/libc: gen locale regex
Message-ID:  <8513a0d8-01b4-45bb-4e22-0829683652af@freebsd.org>
In-Reply-To: <201606051912.u55JCqdR036458@repo.freebsd.org>
References:  <201606051912.u55JCqdR036458@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8513a0d8-01b4-45bb-4e22-0829683652af>