summaryrefslogtreecommitdiffstats
path: root/XAlloc.h
AgeCommit message (Expand)Author
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-09-29Sort headers/includesBenny Baumann
2020-09-29Cleanse xStrdup messBenny Baumann
2020-09-29Reimplement xAsnprintf and xSnprintf as type-safe functionsBenny Baumann
2020-09-18Mark noreturn functionsChristian Göttsche
2020-09-18Refactor __attribute__ usageChristian Göttsche
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-21Introduce xAsprintf as checked version of asprintfChristian Göttsche
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-06-03Fix xStrdup debug build failure & allow Clang to use ((nonnull))Explorer09
2016-06-02Add assert and __attribute__((nonnull)) on xStrdupExplorer09
2016-01-31Add allocation testsHisham