summaryrefslogtreecommitdiff
path: root/Userland/Utilities/diff.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-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19diff: Port to Core::StreamSam Atkins
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-16diff: Port to LibMainKenneth Myhra
2021-09-24diff: Only color output when stdout is a ttyMustafa Quraish
2021-09-24diff: Show start/end of line ranges in source/target filesMustafa Quraish
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish