printf core: fix gratuitous integer formatting buffer size
[musl] / include / alltypes.h.in
2020-08-30 Rich Felkerfix regression with applications that expect struct...
2019-12-17 Rich Felkersignal to kernel headers that time_t is 64-bit
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-10-20 Rich Felkeradjust struct timespec definition to be time64-ready
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-03-12 Rich Felkermake FILE a complete type for pre-C11 standard profiles
2018-03-13 Rich Felkerexplicitly use signed keyword to define intNN_t and...
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-10-14 Rich Felkerimplement uchar.h (C11 UTF-16/32 conversion) interfaces
2013-07-23 Rich Felkerundefine internal-use type macros at the end of alltypes.h
2013-07-22 Rich Felkermove register_t and u_int64_t (back) to alltypes
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkermake regoff_t and regex_t match C++ ABI
2013-07-22 Rich Felkermake pthread_key_t unsigned to match ABI
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...