- Nov 14, 2018
-
-
Jeremy Soller authored
-
- Nov 11, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 10, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 08, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 06, 2018
-
-
Jeremy Soller authored
Fix include guards in regex and utime See merge request !176
-
Michał Zwonek authored
The include_guard in both regex and utime was "_TEMPLATE_H", this meant that including both wasn't possible. Their header guards should be consistent with the header files as well. Changed _TEMPLATE_H to _REGEX_H and _UTIME_H in /regex/cbindgen.toml and /utime/cbindgen.toml respectively.
-
- Nov 05, 2018
-
-
Michał Zwonek authored
Implemented the following calls according to http://pubs.opengroup.org/onlinepubs/7908799/xsh/libgen.h.html - char* basename(char*) - char* dirname(char*) Added test suit for the implemented calls. Issue: #134
- Nov 01, 2018
-
-
jD91mZM2 authored
-
- Oct 30, 2018
-
-
Jeremy Soller authored
-
- Oct 28, 2018
-
-
Jeremy Soller authored
Handle getopt reinitialization See merge request !174
-
Nagy Tibor authored
-
Jeremy Soller authored
Disable symbol mangling for C++ See merge request !173
-
Nagy Tibor authored
-
- Oct 27, 2018
-
-
Jeremy Soller authored
Fix assert when used as an expression See merge request !172
-
Nagy Tibor authored
Based on what musl does.
-
- Oct 17, 2018
-
-
jD91mZM2 authored
-
Jeremy Soller authored
-
- Oct 15, 2018
- Oct 14, 2018
-
-
jD91mZM2 authored
-
- Oct 13, 2018
-
-
jD91mZM2 authored
-
Jeremy Soller authored
Implement almost all of printf See merge request !171
-
jD91mZM2 authored
- Oct 11, 2018
-
-
Benedikt Rascher-Friesenhausen authored
There are pointers to this vector in `HOST_ENTRY` so we must keep it around for as long as `HOST_ENTRY` exists.
-
jD91mZM2 authored
wow i am stupid for writing this code
-
- Oct 10, 2018
-
- Oct 09, 2018
-
-
Nagy Tibor authored
-
jD91mZM2 authored
-
Nagy Tibor authored
-
- Oct 07, 2018
-
-
Benedikt Rascher-Friesenhausen authored
As per the comments from jD91mZM2 on the merge request.
-
jD91mZM2 authored
-