HomeFreeBSD

MFC: r302824

Description

MFC: r302824

  1. Eliminate possibility to call __*collate_range_cmp() with inclomplete

locale (which cause core dump) by removing whole 'table' argument
by which it passed.

  1. Restore collate_range_cmp() in sccl().
  1. Collating [a-z] range in regcomp() works for single byte locales only

(we can't do it for other ones). In previous state only first 256
wide chars are considered and all others are just silently dropped from the
range.

Details

Provenance
acheAuthored on
Parents
rS303184: MFC r303031: clang++: Always use --eh-frame-hdr on FreeBSD, even for -static
Branches
Unknown
Tags
Unknown