Age | Commit message (Expand) | Author |
---|---|---|
2021-12-23 | LibMain: Make "Runtime error" `warnln` red | James Puleo |
2021-12-21 | LibMain: Don't `dbgln` runtime errors if not on Serenity | James Puleo |
2021-12-20 | LibMain: Print serenity_main() errors to the debug log | Andreas Kling |
2021-12-20 | AK+LibMain: Improve formatter for AK::Error in userspace | Andreas Kling |
2021-11-22 | LibMain: Rename .arguments to .strings :^) | Pedro Pereira |
2021-11-22 | AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures | Andreas Kling |
2021-11-22 | LibMain: Add a new library for more ergonomic userspace entry functions | Andreas Kling |