summaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)Author
2022-08-29misc: Properly account for escaped delimiters in `find_delm()`HEADmastermrb0nk500
2022-08-05git: Make use of `format_len()` in `dir_path_name()`mrb0nk500
2022-08-05misc: Make `dir_path_name()` actually do some error checkingmrb0nk500
2022-08-05misc: Fixed a major issue with `mkdirp()`mrb0nk500
2022-08-04misc: Add a little optimization to `remove_trailing_whitespace()`mrb0nk500
2022-08-04misc: Add `remove_trailing_whitespace()`mrb0nk500
2022-08-03misc: Add `vformat_len_copy()`mrb0nk500
2022-08-03misc: Use of `vformat_len()`, rather than doing it manually inmrb0nk500
2022-08-03misc: Add `vformat_len()`mrb0nk500
2022-07-31misc: Add `is_dir()`, and `mkdirp()`mrb0nk500
2022-07-31misc: Make sure that `s` starts at the character before the delimiter inmrb0nk500
2022-07-27misc: Actually return pointer to the first non-delimited character aftermrb0nk500
2022-07-27misc: Use `find_delm()` when finding the end of the range inmrb0nk500
2022-07-27misc: Make `find_delm()` account for escaped delimiters.mrb0nk500
2022-07-27misc: Add `find_delm()`, and `get_str_delm_range()`mrb0nk500
2022-07-27misc: Add `\r`, and `\n` to the list of whitespace thatmrb0nk500
2022-07-27misc: Use `is_empty()` instead of just checking if `*str` is NULL inmrb0nk500
2022-07-27misc: Add `is_empty()`, and `skip_whitespace()`mrb0nk500
2022-07-27misc: Make `get_line()` simpler by using `strcspn()`mrb0nk500
2021-08-01Fixed a typo in `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Added `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Fixed an infinite loop bug in `sanitized_str()`, andmrb0nk500
2021-08-01Explicitly discard const qualifier in `find_alpha()`.mrb0nk500
2021-07-03Added `find_alpha()`, and `create_num_str()`.mrb0nk500
2021-06-26Include `stdarg.h` in `misc.c`.mrb0nk500
2021-06-26Added `format_len()`.mrb0nk500
2021-06-23Fixed another typo in `dir_path_num()`.mrb0nk500
2021-06-23Fixed a typo in `dir_path_num()`.mrb0nk500
2021-06-23Added `sanitize_strlen()`, and `sanitize_str()`.mrb0nk500
2021-06-23Added `delm_span()`.mrb0nk500
2021-06-23Added 'dir_path_num()', and `dir_path_name()`.mrb0nk500
2021-06-18Move all miscellaneous functions from `config.c` intomrb0nk500