aboutsummaryrefslogtreecommitdiff
path: root/src/environment.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-406/+0
| | | | possible
* Fix interpreting environment variables encapsulated with bracesJoseph Hunkeler2020-03-081-7/+15
|
* Allow compilation on OSX. Not much else I assumeJoseph Hunkeler2020-02-181-1/+1
|
* Recombine elements of pair[1..N] into a single stringJoseph Hunkeler2020-02-051-5/+15
|
* Use StrList for array handlingJoseph Hunkeler2020-02-041-37/+23
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-5/+1
|
* Remove md5sum functionJoseph Hunkeler2020-01-281-1/+1
| | | | * Fix a few glaring memory leaks
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-141-16/+345
|
* Update README.mdJoseph Hunkeler2019-12-311-0/+77
* Add environment.c