Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | Everywhere: Remove unused includes of LibC/stdlib.h | Ben Wiederhake |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-24 | AK+Everywhere: Turn bool keep_empty to an enum in split* functions | demostanis |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-05-30 | LibC: Allow empty spwd members when writing shadow entries via putspent | brapru |
2021-05-14 | LibC: Do not include errno.h inside unistd.h | Jean-Baptiste Boric |
2021-05-04 | LibC: setspent() should not print to stderr | Gunnar Beutner |
2021-05-01 | LibC: Implement support for getspnam() and friends | Gunnar Beutner |