index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibMain
Age
Commit message (
Expand
)
Author
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-03-24
LibMain: Statically link LibMain
Lenny Maiorani
2022-03-19
LibMain: Add the ability to configure the exit code on error
Sam Atkins
2022-02-26
LibMain: Update header includes
Lenny Maiorani
2022-01-28
LibMain: Invoke tzset in LibMain so all apps can have time zone info
Timothy Flynn
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