Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-28 | everywhere: Fix compiler errors, compiler warnings, and correct typos | mrb0nk500 | |
2022-07-28 | index: rename typedef `index` to `index_t` | mrb0nk500 | |
This had to be done because `index()` is a function in the standard library. | |||
2022-07-26 | index: Add `index_path_exists()` | mrb0nk500 | |
This function checks if the converted path of a given index exists, or not. It also returns the converted path in `path` if the path exists. | |||
2022-07-26 | index: Add a function for converting an index into a string. | mrb0nk500 | |
2022-07-26 | git, index: Move index related functions to `index.{c,h}` | mrb0nk500 | |