aboutsummaryrefslogtreecommitdiff
path: root/src/environment.c
Commit message (Expand)AuthorAgeFilesLines
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-4/+4
* Fix memory corruption in runtime_set and tpl_renderJoseph Hunkeler2024-03-041-3/+3
* guard_free() all pointersJoseph Hunkeler2023-12-101-5/+5
* Fix type for counter. ssize_t was expected, but we were using size_t insteadJoseph Hunkeler2023-11-201-3/+3
* Replaces BUFSIZ with OMC_BUFSIZJoseph Hunkeler2023-11-201-2/+2
* Consume up to one '=', instead of splitting on all occurrencesJoseph Hunkeler2023-10-311-4/+3
* Initial commitJoseph Hunkeler2023-10-261-0/+445