History log of /fuchsia/zircon/third_party/ulib/musl/src/stdio/vfprintf.c
Revision Date Author Comments
# 455e4549 18-Aug-2017 Julia Hansbrough <flowerhack@google.com>

[musl] Clean up -Wno-parentheses in musl.

Change-Id: I26fed03750841222a400b418cd92f64206f5f397


# c8147e06 24-Feb-2017 Roland McGrath <mcgrathr@google.com>

[build][userboot][ulib][runtime][musl] Support userland safe-stack build

Add build machinery to enable safe-stack for user-mode code by
default when building with Clang.

Annotate code on the early startup path so it won't use the
safe-stack ABI before the thread pointer and stacks are set up.

Disable safe-stack entirely for everything that goes into userboot.

Change-Id: Ifb1bc785bb0cc97164b937b3a32d5bfe26d67ef1


# 15f3d684 16-Feb-2017 George Kulakowski <kulakowski@google.com>

[musl] Clang format

Change-Id: Ib80026c68fb9347fb070fcb1672d0d0581e98516


# f01aaa42 18-Jan-2017 George Kulakowski <kulakowski@google.com>

[musl] Reenable missing-field-initializers for clang

Change-Id: I375e3a15d156a5c8eb1de4af0e380133ec33595d


# 704c2c9c 18-Jan-2017 George Kulakowski <kulakowski@google.com>

[musl] Reenable incompatible-pointer-types-discards-qualifiers for clang

Change-Id: Ib6ff47da98678e82695ad55dc5c8fc928bc7a70b


# 4d92c8a7 18-Jul-2016 George Kulakowski <kulakowski@google.com>

[musl] Clang format musl

Change-Id: Iaa26e3e6fe4ebf11abd9b548c053c205f2d08af3


# 9637cbc6 21-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] Reintroduce multibyte files from musl

As of commit 6cec7bc57f599f43f4041cec2093e3c9231dbaab in musl, the
copyright claim in these files was clarified to match the rest of the project.

Change-Id: I8f8018508a81b9e166de689f971d117ae47c3e1b


# 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