aboutsummaryrefslogtreecommitdiff
path: root/src/environment.c
Commit message (Collapse)AuthorAgeFilesLines
* 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