summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cmp.cpp
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-04-22cmp: Replace uses of DeprecatedStringSam Atkins
2023-04-22cmp: Use Core::File::open_file_or_standard_stream()Sam Atkins
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-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-03-19cmp: Implement cmp(1)Sam Atkins