aboutsummaryrefslogtreecommitdiff
path: root/src/str.c
Commit message (Collapse)AuthorAgeFilesLines
* guard_free() all pointersJoseph Hunkeler2023-12-101-13/+13
|
* Prevent lstrip() will remove leading whitespace and new lines, but NOT if ↵Joseph Hunkeler2023-11-201-3/+8
| | | | | | the line consists of one whitepace or new line character * Document strsort()
* Rebrand for the last timeJoseph Hunkeler2023-11-201-4/+4
| | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
* Rebrand SPM to OHMYCALJoseph Hunkeler2023-11-031-4/+4
|
* Fixes maximum number of tokens parsed by split() functionJoseph Hunkeler2023-10-311-9/+12
| | | | * Resets the string pointer before returning to avoid freeing the wrong address in memory
* Initial commitJoseph Hunkeler2023-10-261-0/+867