aboutsummaryrefslogtreecommitdiff
path: root/src/environment.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix string op warningsJoseph Hunkeler2024-09-201-2/+2
| | | | * Fix unused-result warnings
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-3/+3
|
* Changes to strlist_*() functions:Joseph Hunkeler2024-04-021-4/+4
| | | | | Functions that modify the input StrList have been refactored to use `struct StrList **` instead of `struct StrList *`. * Fixes realloc error handling
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-221-7/+6
|
* 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
| | | | * Also removed redundant __environ symbol
* 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