Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixes | Joseph Hunkeler | 2022-02-17 | 1 | -16/+6 |
| | | | | | * cleanpath_read no longer updates path->part_nelem * Moved path->part_nelem update to cleanpath_filter | ||||
* | Go by the part_nelem rather than length of data | Joseph Hunkeler | 2022-02-16 | 1 | -1/+7 |
| | |||||
* | Strip trailing separators | Joseph Hunkeler | 2022-02-15 | 1 | -6/+8 |
| | |||||
* | Implement --all/-A | Joseph Hunkeler | 2022-02-14 | 1 | -0/+6 |
| | | | | * Apply filters to all environment variables | ||||
* | Proper namespace for the header file. Bump version. | Joseph Hunkeler | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Warn once about regex on windows from cleanpath utility, not library | Joseph Hunkeler | 2021-05-08 | 1 | -2/+0 |
| | |||||
* | Testing (#5) | Joseph Hunkeler | 2021-05-07 | 1 | -4/+6 |
| | | | | | | | | | * Fix separators appearing at the end once and for all * Add cleanpath executable tests * Escape slashes * Enable verbose testing | ||||
* | Improvements (#4) | Joseph Hunkeler | 2021-05-07 | 1 | -3/+3 |
| | | | | | | | | | * Move display code into functions * Mark windows supported * Guard against overruns * Add --list argument to docs | ||||
* | Add windows (#3) | Joseph Hunkeler | 2021-05-06 | 1 | -2/+12 |
| | | | * Add windows support | ||||
* | Guard memory errors | Joseph Hunkeler | 2021-05-06 | 1 | -1/+19 |
| | |||||
* | Forget about ARG_MAX. The likelihood of accepting an unfathomably large ↵ | Joseph Hunkeler | 2021-05-06 | 1 | -13/+1 |
| | | | | input from the environment is pretty low | ||||
* | No sep ending (#2) | Joseph Hunkeler | 2021-05-06 | 1 | -1/+1 |
| | | | * Be extra sure not to inject a separator at the end of the output string | ||||
* | Create cmake.yml (#1) | Joseph Hunkeler | 2021-05-05 | 1 | -5/+6 |
| | | | | | * Create cmake.yml * Do not include limits.h for fun | ||||
* | Independent ifdefs | Joseph Hunkeler | 2021-05-05 | 1 | -3/+5 |
| | |||||
* | Implement header detection | Joseph Hunkeler | 2021-05-05 | 1 | -0/+5 |
| | |||||
* | Add | Joseph Hunkeler | 2021-05-05 | 1 | -0/+4 |
| | | | | | * OS detection * linux specfic limits header | ||||
* | Initial commit | Joe Hunkeler | 2021-05-04 | 1 | -0/+110 |