summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch to tabsHEADmasterTom Ryder2019-12-102-116/+116
|
* Refactor/adjust a lotTom Ryder2018-11-193-57/+98
|
* Copy the arg strings rather than sharing themTom Ryder2016-03-291-1/+7
| | | | Avoiding strdup(3) as I'm still playing the C90-only game
* Remove overdressed bracingTom Ryder2016-03-292-20/+11
|
* Add free() funcTom Ryder2016-03-292-0/+29
|
* Tinkering with simple binary treesTom Ryder2016-03-284-0/+118
Trying to keep the code nice and terse. strcmp(3) usage here possibly unsafe.