aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-08Remove xstrdup because `file` are string litteralsHEADmasterRatakor
2023-08-08Add support C89 + misc changes0.1Ratakor
2023-08-01Add dalloc_query to READMERatakor
2023-08-01Merge update from libreRatakor
2023-07-17Add asprintf and improve headerRatakor
2023-07-05Change NO_DALLOC macro position + bug fix + renameRatakor
2023-07-04Add updates from libre + make everything fasterRatakor
2023-06-26Name change to not conflict with glibcRatakor
2023-06-25Add ignore and comment, refactor reallocRatakor
2023-06-25Simplify free and some renamesRatakor
2023-06-23Fix calloc when nmemb == 0Ratakor
2023-06-23Fix dmalloc when siz == 0Ratakor
2023-06-22Fix realloc for when siz == 0Ratakor
2023-06-22Add attribute warn_unused_resultRatakor
2023-06-22Fix mutex unlock before exit + unify output formatRatakor
2023-06-22Add sighandler, add check if DALLOC is not definedRatakor
2023-06-21Add thread safety through pthread mutexRatakor
2023-06-21InitRatakor