summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/IODevice.cpp
AgeCommit message (Expand)Author
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-10-25LibCore: IODevice::can_read_line() should succeed for newline-less fileAndreas Kling
2020-09-06LibCore: Add Core::IODevice::truncate()Andreas Kling
2020-05-15LibCore: Make IODevice::can_read_line() constAnotherTest
2020-04-06AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hostsAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Merge the CSyscallUtils namespace into CoreAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling