Age | Commit message (Expand) | Author |
---|---|---|
2019-09-27 | LibC: Make div() and ldiv() behave according to the C standard | Andreas Kling |
2019-09-27 | LibC: Make system() behave according to POSIX | Andreas Kling |
2019-09-14 | LibC: Implement mkdtemp library function | Mauri de Souza Nunes |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-24 | LibC: Fix strtol() handling of invalid characters | Andreas Kling |
2019-08-17 | LibC: Fix strtol() not populating `endptr' for valid strings | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |