summaryrefslogtreecommitdiffstats
path: root/include/zix/environment.h
AgeCommit message (Collapse)AuthorFilesLines
2024-12-11Consistently use malloc attribute for string-returning functionsDavid Robillard1-1/+1
These function return newly allocated strings, which can't contain pointers to any other object, so the GCC "malloc" attribute applies.
2024-11-24Add zix_expand_environment_strings()David Robillard1-0/+39