Age | Commit message (Expand) | Author |
---|---|---|
2023-05-09 | AK: Add the `Input` word to input-only buffered streams | Lucas CHOLLET |
2023-04-22 | Utilities: Replace ctype.h usage with AK/CharacterTypes.h | Sam Atkins |
2023-03-13 | sort: Add an option to sort in reverse order | Tim Ledbetter |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2023-01-19 | Utilities: Rewrite sort(1) to be more posixy | Peter Elliott |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-01-24 | sort: Port to LibMain | Michel Hermier |
2021-09-05 | Utilities: Modernize output and comparison in the sort utility | Ralf Donau |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-01-20 | Userland: Fix broken newlines in 'sort' | Ben Wiederhake |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |