- Nov 25, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Implement uname for Redox See merge request redox-os/relibc!178
-
Jeremy Soller authored
Implement alloca.h See merge request redox-os/relibc!180
-
- Nov 23, 2018
-
-
Nagy Tibor authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 18, 2018
-
-
Jeremy Soller authored
-
Nagy Tibor authored
-
Jeremy Soller authored
-
- Nov 17, 2018
-
-
Jeremy Soller authored
Make relibc buildable on macOS (not for macOS) See merge request redox-os/relibc!179
-
Alexander Theißen authored
The older bash version of macOS does not understand this escape and actually creates directories with "\" in their name. After this change it actually works with both versions.
-
Alexander Theißen authored
We cannot use ?= because CC is set by default to "cc". Therefore CC was never set. In addition we need to export the variable in order to have the rust cc crate pick it up. Otherwise it is only used by openlibm where it is explicitly passed.
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 14, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
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
-