Age | Commit message (Expand) | Author |
---|---|---|
2020-02-05 | LibC: Add posix_openpt(), grantpt() and unlockpt() | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-26 | LibC: Oops x2, we can't use "bool" in stdlib.h either | Andreas Kling |
2019-12-26 | LibC: Oops, we can't use [[nodiscard]] when this is included from C | Andreas Kling |
2019-12-26 | LibC: Use shared functon to generate unique filenames | Shannon Booth |
2019-11-16 | LibC: Move realpath() to <stdlib.h> | Andreas Kling |
2019-11-16 | LibC: Implemented mkstemp in stdlib | Brandon Scott |
2019-11-11 | LibC, LibM: Add functions needed to compile python3 | Emanuel Sprung |
2019-10-13 | LibC: add arc4random* using new getrandom syscall | Calvin Buckley |
2019-10-13 | LibC: Add some wchar functions | Calvin Buckley |
2019-10-09 | LibC: Add a missing mbstowcs() declaration | Sergey Bugaev |
2019-10-03 | LibC: Misc additions | Sergey Bugaev |
2019-09-14 | LibC: Implement mkdtemp library function | Mauri de Souza Nunes |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |