Age | Commit message (Expand) | Author |
---|---|---|
2022-04-11 | Utilities: Read positional arguments as Strings not char*s | Sam Atkins |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-11 | cksum: Port to LibMain :^) | Kenneth Myhra |
2021-11-08 | LibCore: Use ErrorOr<T> for Core::File::open() | Andreas Kling |
2021-08-01 | cksum: Print argv[0] on failed read | LuK1337 |
2021-08-01 | cksum: Display adler32/crc32 sums as hex numbers | LuK1337 |
2021-08-01 | cksum: Don't read the entire input file in memory | LuK1337 |
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur |
2021-04-24 | Utilities: Add cksum | Brendan Coles |