Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address shortcomings and bugs flushed out by unit tests | Joseph Hunkeler | 2024-06-09 | 1 | -101/+49 |
| | |||||
* | Documentation update | Joseph Hunkeler | 2024-05-20 | 1 | -177/+6 |
| | |||||
* | Fix condition that ruined sptr. | Joseph Hunkeler | 2024-03-24 | 1 | -6/+8 |
| | | | | * Pass temporary pointer to strsep | ||||
* | Bugfix in split() | Joseph Hunkeler | 2024-03-22 | 1 | -4/+0 |
| | | | | * On error sptr is not longer indirectly free'd. | ||||
* | Remove split_free() function | Joseph Hunkeler | 2024-03-22 | 1 | -12/+1 |
| | |||||
* | Use do/while in guard_* macros to make them behave more like functions | Joseph Hunkeler | 2024-03-10 | 1 | -11/+11 |
| | |||||
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -13/+13 |
| | |||||
* | Prevent lstrip() will remove leading whitespace and new lines, but NOT if ↵ | Joseph Hunkeler | 2023-11-20 | 1 | -3/+8 |
| | | | | | | the line consists of one whitepace or new line character * Document strsort() | ||||
* | Rebrand for the last time | Joseph Hunkeler | 2023-11-20 | 1 | -4/+4 |
| | | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h | ||||
* | Rebrand SPM to OHMYCAL | Joseph Hunkeler | 2023-11-03 | 1 | -4/+4 |
| | |||||
* | Fixes maximum number of tokens parsed by split() function | Joseph Hunkeler | 2023-10-31 | 1 | -9/+12 |
| | | | | * Resets the string pointer before returning to avoid freeing the wrong address in memory | ||||
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+867 |