summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMain
AgeCommit message (Expand)Author
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-03-24LibMain: Statically link LibMainLenny Maiorani
2022-03-19LibMain: Add the ability to configure the exit code on errorSam Atkins
2022-02-26LibMain: Update header includesLenny Maiorani
2022-01-28LibMain: Invoke tzset in LibMain so all apps can have time zone infoTimothy Flynn
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