Age | Commit message (Expand) | Author |
2022-08-06 | keyword, git: Update error checking for every function that uses | mrb0nk500 |
2022-08-06 | keyword: Fix a major issue with `get_keyword_offset_ptr()` adding the | mrb0nk500 |
2022-08-06 | keyword: Check validity of keyword value in `create_key_value_file()` | mrb0nk500 |
2022-08-06 | keyword: Make use of `delimiter` struct in `create_key_value_file()`, | mrb0nk500 |
2022-08-05 | keyword: Add `get_keyword()`, `create_key_value_str()`, and | mrb0nk500 |
2022-08-05 | keyword: Add `get_keyword_cb`, and add `get_callback` to `struct keyword` | mrb0nk500 |
2022-08-04 | git: Make use of `remove_trailing_whitespace()` in | mrb0nk500 |
2022-08-02 | keyword: Revert commit 5589b9898b0bd9bbdfdf3c78c532e9bb104d5c41 | mrb0nk500 |
2022-08-01 | keyword: Remove trailing whitespace from the right hand side in | mrb0nk500 |
2022-08-01 | keyword: Replace `*delm`, with `*tmp` in `parse_keyword_value_file()` | mrb0nk500 |
2022-08-01 | git, keyword: Move `parse_key_value_file()` to `keyword.{c,h}` | mrb0nk500 |
2022-07-30 | keyword: Make sure `tm_isdst` is negative in `get_keyword_value()` | mrb0nk500 |
2022-07-28 | everywhere: Fix compiler errors, compiler warnings, and correct typos | mrb0nk500 |
2022-07-28 | keyword: Add `get_keyword_offset_ptr()` | mrb0nk500 |
2022-07-28 | keyword: Make `keyword_cb`, and `set_keyword()` return an `int` | mrb0nk500 |
2022-07-26 | keyword: Added `keyword` type | mrb0nk500 |