summaryrefslogtreecommitdiff
path: root/Userland/Utilities/comm.cpp
AgeCommit message (Expand)Author
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19comm: Port to Core::StreamSam Atkins
2022-11-19comm: Stop skipping a line in the outputSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-11comm: Port to LibMain :^)Kenneth Myhra
2021-07-14Utilities: Add an implementation of 'comm'TheFightingCatfish