Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor directory structure | Joseph Hunkeler | 2024-10-14 | 1 | -654/+0 |
* | str.c: fix leak | Joseph Hunkeler | 2024-10-09 | 1 | -2/+3 |
* | str.c: fix realloc(s) | Joseph Hunkeler | 2024-10-09 | 1 | -1/+1 |
* | Replace strncpy with a raw loops to populate the delim_* arrays | Joseph Hunkeler | 2024-09-20 | 1 | -5/+19 |
* | Rebrand OhMyCal (OMC) as STASIS (#7) | Joseph Hunkeler | 2024-06-21 | 1 | -6/+6 |
* | Unit tests (#6) | Joseph Hunkeler | 2024-06-20 | 1 | -103/+51 |
* | Documentation update | Joseph Hunkeler | 2024-05-20 | 1 | -177/+6 |
* | Fix condition that ruined sptr. | Joseph Hunkeler | 2024-03-24 | 1 | -6/+8 |
* | Bugfix in split() | Joseph Hunkeler | 2024-03-22 | 1 | -4/+0 |
* | 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 the... | Joseph Hunkeler | 2023-11-20 | 1 | -3/+8 |
* | Rebrand for the last time | Joseph Hunkeler | 2023-11-20 | 1 | -4/+4 |
* | 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 |
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+867 |