On 06/05/16 14:49, Andrey Chernov wrote:
On 05.06.2016 22:12, Pedro F. Giffuni wrote:
--- head/lib/libc/regex/regcomp.c Sun Jun 5 18:16:33 2016
(r301460)
+++ head/lib/libc/regex/regcomp.c Sun Jun 5 19:12:52 2016
(r301461)
@@ -821,10 +821,10 @@ p_b_term(struct pars
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
On 05.06.2016 22:12, Pedro F. Giffuni wrote:
> --- head/lib/libc/regex/regcomp.c Sun Jun 5 18:16:33 2016
> (r301460)
> +++ head/lib/libc/regex/regcomp.c Sun Jun 5 19:12:52 2016
> (r301461)
> @@ -821,10 +821,10 @@ p_b_term(struct parse *p, cset *cs)
>