- Apr 07, 2019
-
-
Jeremy Soller authored
-
- Mar 03, 2019
-
-
Robin Randhawa authored
Without this the relibc tests would break. With this the relibc tests pass and formerly breaking builds (such as uutils -> onig_sys) pass.
-
Robin Randhawa authored
Typically with libc implementations, wchar_t and co are either defined entirely by the libc or, under libc's arrangement, by headers supplied by the compiler. Things like dlmalloc in relibc need these definitions from relibc itself and that's already already furnished by relibc's stddef.h. These additional definitions here are redundant and collide with compiler headers - for example: onig_sys (something that uutils depends on) breaks. Instead, this patch makes the compiler headers define things appropriately.
-
- Feb 28, 2019
-
-
Paul Sajna authored
-
- Feb 20, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
-
- Jan 16, 2019
-
-
Jeremy Soller authored
-
- Jan 13, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jan 05, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jan 01, 2019
-
-
Jeremy Soller authored
-
- Dec 23, 2018
-
-
Robin Randhawa authored
-
- Dec 14, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 13, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Add sys_timeb header
-
- Nov 27, 2018
-
-
Jeremy Soller authored
- Remove incorrect header styles - Use export.replace where header style was previously needed - Check compilation of tests using system gcc
-
- Nov 23, 2018
-
-
Nagy Tibor authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 17, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Oct 28, 2018
-
-
Nagy Tibor authored
-
- Oct 27, 2018
-
-
Nagy Tibor authored
Based on what musl does.
-
- Oct 11, 2018
-
-
jD91mZM2 authored
wow i am stupid for writing this code
-
- Oct 09, 2018
-
-
Nagy Tibor authored
-
- Oct 07, 2018
- Oct 06, 2018
-
-
jD91mZM2 authored
-
Nagy Tibor authored
-
- Oct 05, 2018
-
-
jD91mZM2 authored
-
- Sep 29, 2018
-
-
jD91mZM2 authored
cbindgen can't handle negative numbers, see https://github.com/eqrion/cbindgen/issues/205
-
- Sep 26, 2018
-
-
jD91mZM2 authored
-
- Sep 24, 2018
-
-
Jeremy Soller authored
-