Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-24 | rev: Port to LibMain | Michel Hermier | |
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 | rev: 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-01 | Userland: Add the rev(1) utility to reverse lines | Mango0x45 | |