Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix segmentation fault in ini_data_get() when section_name is not found | Joseph Hunkeler | 2024-01-30 | 1 | -25/+25 |
| | | | | | | * Rename ini_section_record() to ini_section_create() * Remove unnecessary trigger from unquote() * Rename long_data to multiline_data to visually clarify what's going on | ||||
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -14/+11 |
| | |||||
* | Remove trailing whitespace from key name | Joseph Hunkeler | 2023-12-10 | 1 | -2/+4 |
| | |||||
* | Fix segfault when section is not present | Joseph Hunkeler | 2023-12-10 | 1 | -0/+4 |
| | |||||
* | Fix segfault on invalid section name | Joseph Hunkeler | 2023-12-10 | 1 | -0/+7 |
| | |||||
* | Bugfix: Test for a comment first, then act accordingly, instead of testing ↵ | Joseph Hunkeler | 2023-11-21 | 1 | -3/+3 |
| | | | | only when a variable is being read | ||||
* | Fixes: | Joseph Hunkeler | 2023-11-20 | 1 | -47/+53 |
| | | | | | | | | | * ini_section_record() returns status now * Reading long data variables (multi-line arrays) behaves consistently Refactor: * ini_data_record() is now ini_data_append() | ||||
* | Implements slightly improved error handling | Joseph Hunkeler | 2023-11-20 | 1 | -8/+17 |
| | | | | | | | * Return status from conda_ and delivery_ functions * Caller prints meaningful error, and handles it * Enable warnings during compilation * Squelch format-truncation warning -- those strings are extremely unlikely to overflow (famous last words) | ||||
* | Replaces BUFSIZ with OMC_BUFSIZ | Joseph Hunkeler | 2023-11-20 | 1 | -4/+4 |
| | |||||
* | Rebrand for the last time | Joseph Hunkeler | 2023-11-20 | 1 | -1/+1 |
| | | | | | * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h | ||||
* | Only truncate value when length is greater than zero | Joseph Hunkeler | 2023-10-31 | 1 | -67/+6 |
| | | | | * Remove unused code/comments | ||||
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+409 |