summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMain
AgeCommit message (Expand)Author
2021-12-23LibMain: Make "Runtime error" `warnln` redJames Puleo
2021-12-21LibMain: Don't `dbgln` runtime errors if not on SerenityJames Puleo
2021-12-20LibMain: Print serenity_main() errors to the debug logAndreas Kling
2021-12-20AK+LibMain: Improve formatter for AK::Error in userspaceAndreas Kling
2021-11-22LibMain: Rename .arguments to .strings :^)Pedro Pereira
2021-11-22AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failuresAndreas Kling
2021-11-22LibMain: Add a new library for more ergonomic userspace entry functionsAndreas Kling