summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/stdlib.h
AgeCommit message (Expand)Author
2022-01-12LibC: Make the address argument of `malloc_size` a pointer to constDaniel Bertalan
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-12-18LibC: Move `_abort` next to `abort`Michel Hermier
2021-12-18LibC: Remove undefined `__generate_unique_filename` declarationMichel Hermier
2021-11-14LibC: Implement _aligned_malloc and _aligned_freeDaniel Bertalan
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-23LibC: Use a sensible `MB_CUR_MAX` valueDaniel Bertalan
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