serenity/Userland
Tim Schumacher 371c51f934 AK: Make SeekableStream::truncate() take a size_t
Similar to the return values earlier, a signed value doesn't really make
sense here. Relying on the much more standard `size_t` makes it easier
to use Stream in all contexts.
2023-02-04 18:41:27 -07:00
..
Applets AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Applications HexEditor: Create a function to initialize a HexDocumentFile 2023-02-04 17:20:31 -07:00
BuggieBox
Demos AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
DevTools SQLStudio: Display real column names in the results tab 2023-02-03 20:34:45 +01:00
DynamicLoader Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Games Chess+GamesSettings: Give chess pieces some breathing room 2023-02-04 12:29:03 +01:00
Libraries AK: Make SeekableStream::truncate() take a size_t 2023-02-04 18:41:27 -07:00
Services Kernel+SystemServer+Base: Introduce the RAMFS filesystem 2023-02-04 15:32:45 -07:00
Shell AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
Utilities Utilities: Rename special target binaries only if they exist 2023-02-04 15:53:07 -07:00
CMakeLists.txt