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