- Apr 07, 2019
-
-
Jeremy Soller authored
-
- Mar 03, 2019
-
-
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 13, 2019
-
-
Jeremy Soller authored
-
- Jan 05, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 14, 2018
-
-
Jeremy Soller authored
-
- Dec 13, 2018
-
-
Jeremy Soller authored
-
- Dec 09, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Add sys_timeb header
-
- Nov 23, 2018
-
-
Jeremy Soller authored
-
- Nov 17, 2018
-
-
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 07, 2018
- Oct 06, 2018
-
-
jD91mZM2 authored
-
Nagy Tibor 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 05, 2018
-
-
jD91mZM2 authored
-
- Aug 18, 2018
-
-
Jeremy Soller authored
-
- Aug 09, 2018
-
-
jD91mZM2 authored
-
- Aug 05, 2018
-
-
jD91mZM2 authored
-
- Aug 02, 2018
-
-
jD91mZM2 authored
Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
-
- Jul 30, 2018
-
-
jD91mZM2 authored
-
- Jul 29, 2018
-
-
jD91mZM2 authored
I really really wish I could actually test this on redox. All I know is: it compiles
-
- Jul 28, 2018
-
-
jD91mZM2 authored
-
- Jul 26, 2018
- Jul 25, 2018
-
-
jD91mZM2 authored
-
- Jul 22, 2018
-
-
jD91mZM2 authored
-
- Jul 12, 2018
-
-
Jeremy Soller authored
-
- Jul 06, 2018
-
-
jD91mZM2 authored
-
- Jul 03, 2018
-
-
jD91mZM2 authored
-
- Jul 01, 2018
-
-