aboutsummaryrefslogtreecommitdiff
path: root/lib/cleanpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Add windows (#3)Joseph Hunkeler2021-05-061-2/+12
| | | * Add windows support
* Guard memory errorsJoseph Hunkeler2021-05-061-1/+19
|
* Forget about ARG_MAX. The likelihood of accepting an unfathomably large ↵Joseph Hunkeler2021-05-061-13/+1
| | | | input from the environment is pretty low
* No sep ending (#2)Joseph Hunkeler2021-05-061-1/+1
| | | * Be extra sure not to inject a separator at the end of the output string
* Create cmake.yml (#1)Joseph Hunkeler2021-05-051-5/+6
| | | | | * Create cmake.yml * Do not include limits.h for fun
* Independent ifdefsJoseph Hunkeler2021-05-051-3/+5
|
* Implement header detectionJoseph Hunkeler2021-05-051-0/+5
|
* AddJoseph Hunkeler2021-05-051-0/+4
| | | | | * OS detection * linux specfic limits header
* Initial commitJoe Hunkeler2021-05-041-0/+110