summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/stdlib.h
AgeCommit message (Expand)Author
2021-06-04LibC: Implement `mblen()`Jelle Raaijmakers
2021-05-30LibC: Implement getprogname and setprognameTim Schumacher
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-09LibC: Implement the _Exit functionGunnar Beutner
2021-04-29Implemented llabs() in stdlib.h/cpp.Holden Green
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-09LibC: Add imaxdiv and lldivMițca Dumitru
2021-01-31LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE contextAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling