summaryrefslogtreecommitdiffstats
path: root/XUtils.h
AgeCommit message (Expand)Author
2021-01-11Add compiler hints on memory allocating utility functionsChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11XUtils: add safe strncpy implementationChristian Göttsche
2021-01-02XUtils: check for multiplication overflow in allocation sizeChristian Göttsche
2020-12-06Use size_t as len type for xSnprintfChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann