Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher |
2023-01-29 | AK: Move `Stream` and `SeekableStream` from `LibCore` | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-01-14 | Tests: Remove some temporary files when finished using them | Andreas Kling |
2021-12-12 | LibCore: Add support for range-based for loops on LineIterators | Sahan Fernando |
2021-11-30 | LibCore: Fix relative seeking in IODevice | Arne Elster |
2021-08-20 | LibCore: Make Core::File::open() return OSError in case of failure | Andreas Kling |
2021-06-22 | LibCore: Add unit test for File::read_line | coderdreams |