Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Consistently use malloc attribute for string-returning functions | David Robillard | 1 | -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-24 | Add zix_expand_environment_strings() | David Robillard | 1 | -0/+39 | |