History log of /fuchsia/zircon/third_party/ulib/musl/include/complex.h
Revision Date Author Comments
# 2b200095 08-Aug-2017 Roland McGrath <mcgrathr@google.com>

[musl] Use 'j' suffix rather than 'i' suffix in _Complex_I definition

Both the 'i' and 'j' suffixes on a floating-point literal to mean
"imaginary" are GNU extensions. But ToT Clang (r310423) has stopped
accepting 'i' in non-GNU -std= modes, while it still accepts 'j'.

Change-Id: If76ce3176f0bd2e38f625657c68417bd9e4708a9


# d1da9874 12-Jul-2016 George Kulakowski <kulakowski@google.com>

[musl] Use #pragma once in musl's public headers

Like the prior commit, this only replaces existing ifdef guards.

Change-Id: I39be129111db9f129aef72a53f986ce6a49376ac


# 489c6e3f 17-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] clang format musl

Change-Id: I3bc6ab7655410514691cd07f08454f3afd41d9b3


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

[magenta] Initial commit