serenity/Userland
Gunnar Beutner 4cd45f5875 LibC: Let setlocale() pretend that setting the locale succeeded
By returning nullptr we're telling the caller that setlocale() failed.
Some programs expect setlocale() to succeed so let's pretend that it
did.
2021-06-05 10:56:37 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00
Demos Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
DevTools LibGUI: Fix off-by-one error in Lexer tokens 2021-06-05 00:32:28 +04:30
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Hearts: Don't destroy the animation handler while running it 2021-06-04 19:32:25 +02:00
Libraries LibC: Let setlocale() pretend that setting the locale succeeded 2021-06-05 10:56:37 +02:00
Services Taskbar: Make sure LibGUI/Desktop.h is usable in ports 2021-06-04 19:11:13 +02:00
Shell Shell: Fix off-by-one error in SyntaxHighlighter 2021-06-05 00:32:28 +04:30
Utilities hostname: Handle 'sethostname' errors 2021-06-04 19:11:27 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00