ladybird/Userland
Ali Mohammad Pur ccb9cae8e9 LibC: Make WEOF a signed value on clang
The actual value is unchanged, but the previous `0xffffffff` was an
unsigned value, which lead to clang getting mad at `foowc() == WEOF`.
This commit makes it a signed int on clang, which *should* serve
the same purpose and not lead to clang getting mad at us.
2021-12-21 21:24:36 +03:30
..
Applets ClipboardHistory: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Applications LibC+AK: Implement all sorts of wprintf variants 2021-12-21 21:24:36 +03:30
Demos WidgetGallery: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
DevTools Profiler: Display tooltip when hovering over flamegraph bars 2021-12-20 11:31:47 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Solitaire: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Libraries LibC: Make WEOF a signed value on clang 2021-12-21 21:24:36 +03:30
Services SystemServer: Fixed grammatical error "a charm" 2021-12-19 13:43:34 -08:00
Shell Shell: Don't skip over the first brace expansion entry if it's empty 2021-12-16 03:26:59 +03:30
Utilities LibC+AK: Implement all sorts of wprintf variants 2021-12-21 21:24:36 +03:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00