Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-09 | Userland: Port tac to LibMain | Federico Guerinoni | |
2021-11-26 | Userland: Use Core::ArgsParser's Vector<StringView> API everywhere | Andreas Kling | |
...and remove the Vector<String> variant since there are no remaining users of this API. | |||
2021-10-17 | tac: Unbreak reading from standard input | SeekingBlues | |
Since Core::File does not handle streaming input properly (see #5093 and #4198), we use the LibC APIs instead. | |||
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur | |
...and make it an enum class so people don't omit "OpenMode". | |||
2021-05-09 | tac: Support concatenating multiple files (#6970) | faxe1008 | |
2021-05-01 | Userland: Remove an unused function declaration from tac. | Mango0x45 | |
The function declaration seems to have come from an earlier commit. The function is no longer here so there is no reason to keep this around. | |||
2021-04-29 | tac: Replace copyright text with SPDX license identifier | Linus Groh | |
2021-04-28 | Userland: Implement tac command | Federico Guerinoni | |
Nobody care about tac :^). |