summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cat.cpp
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2022-11-24cat: Return a non-null value if an error occurredLucas CHOLLET
2022-11-24cat: Use `Core::Stream::File`Lucas CHOLLET
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro
2021-11-27cat: Remove accidentally-committed unused macroAndreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26cat: Use TRY() and LibCore syscall wrappers a lot more :^)Andreas Kling
2021-11-25cat: Port to LibMain :^)Kenneth Myhra
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling