summaryrefslogtreecommitdiffstats
path: root/XUtils.h
AgeCommit message (Expand)Author
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2024-04-13Avoid fprintf in signal handlersChristian Göttsche
2024-03-27Introduce String_eq_nullable()Christian Göttsche
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-11-24Rewrite Meter_humanUnit() to accept floating point valueExplorer09
2023-10-11Add ATTR_NONNULL to various String_* functionsExplorer09
2023-10-10strchrnul is a GNU libc extension, add a wrapper for other platformsNathan Scott
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-02-18Annotate functions with access attributeChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2022-06-28Write full bufferChristian Göttsche
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2022-01-11Removed unused String_getToken functionTobias Stoeckmann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-11Add xReallocArrayZero() helperChristian Göttsche
2021-08-25XUtils: move implementation of String_contains_i out of header fileChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
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