History log of /fuchsia/zircon/third_party/ulib/musl/src/string/strcasecmp.c
Revision Date Author Comments
# dba3a5f8 11-Apr-2017 Petr Hosek <phosek@google.com>

[musl] Remove the extended locale functions

The C library provides locale aware variants of several ctype.h and
string.h functions, but all these functions completely ignore the
locale setting and simply call the non-locale variant. Rather than
pretending that our C library supports locale, we should omit these
functions for now and if needed, actually implement them in the
future with the proper locale support.

Change-Id: Ibc7eeda464232340c2dc78d63331b6b02b1b7341


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit