History log of /fuchsia/zircon/third_party/ulib/musl/src/ctype/ispunct.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


# fc7eb767 24-Jan-2017 George Kulakowski <kulakowski@google.com>

[musl] Remove weak aliases in src/ctype

Change-Id: I0651757cdce36be71a874288749321a3caa69be7


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

[magenta] Initial commit