Age | Commit message (Expand) | Author |
---|---|---|
2020-12-13 | LibCore: Make IODevice::read_line() return a String | Andreas Kling |
2020-11-29 | LibCore: Do not try to null-terminate a ByteBuffer in read_line() | AnotherTest |
2020-10-25 | LibCore: IODevice::can_read_line() should succeed for newline-less file | Andreas Kling |
2020-09-06 | LibCore: Add Core::IODevice::truncate() | Andreas Kling |
2020-05-15 | LibCore: Make IODevice::can_read_line() const | AnotherTest |
2020-04-06 | AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts | Andreas Kling |
2020-03-08 | Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller | Andreas Kling |
2020-03-07 | LibCore: Remove all remaining C prefix references | Shannon Booth |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-02-06 | LibCore: Merge the CSyscallUtils namespace into Core | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |