Age | Commit message (Expand) | Author |
---|---|---|
2021-06-04 | LibC: Implement `mblen()` | Jelle Raaijmakers |
2021-05-30 | LibC: Implement getprogname and setprogname | Tim Schumacher |
2021-05-15 | AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable | Gunnar Beutner |
2021-05-09 | LibC: Implement the _Exit function | Gunnar Beutner |
2021-04-29 | Implemented llabs() in stdlib.h/cpp. | Holden Green |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-09 | LibC: Add imaxdiv and lldiv | Mițca Dumitru |
2021-01-31 | LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |