summaryrefslogtreecommitdiff
path: root/Userland/Utilities/sort.cpp
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-04-22Utilities: Replace ctype.h usage with AK/CharacterTypes.hSam Atkins
2023-03-13sort: Add an option to sort in reverse orderTim Ledbetter
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-19Utilities: Rewrite sort(1) to be more posixyPeter Elliott
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-01-24sort: Port to LibMainMichel Hermier
2021-09-05Utilities: Modernize output and comparison in the sort utilityRalf Donau
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-20Userland: Fix broken newlines in 'sort'Ben Wiederhake
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling