Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-07-12 | Everywhere: Explicitly specify the size in StringView constructors | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-01 | stty: Port to LibMain | alexmajor |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro |
2021-06-10 | Userland: Fix incorrect iflag/oflag printing in `stty` | Daniel Bertalan |
2021-05-24 | Userland: Fix `stty` not setting control characters | Daniel Bertalan |
2021-05-23 | Utilities: Implement `stty` | Daniel Bertalan |