summaryrefslogtreecommitdiff
path: root/Userland/Utilities/uniq.cpp
AgeCommit message (Expand)Author
2022-09-09uniq: Improve POSIX compliancedemostanis
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-04uniq: Port to LibMainmjz19910
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-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling