2022-05-13 01:26 | make manpage unreadable | Christos Margiolis | 1 | +21 | -63 |
2022-03-14 23:20 | minor changes | Christos Margiolis | 6 | +37 | -31 |
2021-05-26 15:56 | cleanup | Christos Margiolis | 6 | +57 | -69 |
2021-05-10 00:18 | removed CSTRING_DBG | Christos Margiolis | 5 | +126 | -236 |
2021-04-28 14:46 | changes in README and minor stylistic changes | Christos Margiolis | 11 | +515 | -532 |
2020-11-10 11:52 | edited README | Christos Margiolis | 1 | +7 | -1 |
2020-11-10 11:48 | removed enum and organized flags as defines; fixed sort_chars cmp functions | Christos Margiolis | 5 | +64 | -100 |
2020-10-22 19:24 | fixed cstring_ends_with_string possible bug but cstring_substr should be avoided ideally | Christos Margiolis | 3 | +23 | -11 |
2020-10-21 10:42 | added config.mk | Christos Margiolis | 8 | +80 | -50 |
2020-10-21 00:54 | man: changed to BSD style | Christos Margiolis | 1 | +178 | -177 |
2020-10-20 15:49 | removed wildcards | Christos Margiolis | 2 | +47 | -45 |
2020-10-19 01:44 | improved style, made indentation 8 spaces | Christos Margiolis | 9 | +367 | -343 |
2020-10-15 10:31 | added more tests and test Makefile, fixed cstring_erase | Christos Margiolis | 9 | +141 | -87 |
2020-10-14 23:07 | fixed cstring_replace_str and cstring_sort_partial, still pending cstring_erase fix | Christos Margiolis | 5 | +34 | -28 |
2020-10-14 20:59 | added LICENSE and updated Makefile | Christos Margiolis | 5 | +64 | -20 |
2020-10-12 11:22 | updated docs, still pending ersase fix, improved flag handling | Christos Margiolis | 5 | +202 | -83 |
2020-10-12 00:09 | added data function, added static inline declarations, still pending erase fix | Christos Margiolis | 4 | +112 | -67 |
2020-10-09 00:29 | updated manpage, added sort functions, pending erase bug fixes | Christos Margiolis | 3 | +124 | -20 |
2020-10-03 00:40 | push_back bug fixed (probably), pending erase and assign function bug fixes, pending cstring_move implementation | Christos Margiolis | 4 | +88 | -47 |
2020-10-01 19:53 | added debug mode and macros, still pending push_back/resize fix | Christos Margiolis | 5 | +84 | -15 |
2020-10-01 15:48 | inlined some functions, simplified append & prepend functions, pending push_back bug fix | Christos Margiolis | 2 | +0 | -0 |
2020-10-01 15:46 | inlined some functions, simplified append & prepend functions, pending push_back bug fix | Christos Margiolis | 6 | +148 | -155 |
2020-09-27 18:16 | added first_not_of, last_not_of functions, pending rfind implementation | Christos Margiolis | 4 | +118 | -78 |
2020-09-24 10:01 | edited README | Christos Margiolis | 1 | +38 | -37 |
2020-09-24 09:57 | added more find and erase functions | Christos Margiolis | 5 | +148 | -33 |
2020-09-23 20:09 | added erase, swap, shrink_to_fit and replace_str functions | Christos Margiolis | 5 | +134 | -65 |
2020-09-22 17:07 | removed cstring_exists, added some utility macros, implemented a few find functions | Christos Margiolis | 4 | +113 | -18 |
2020-09-21 18:07 | made it an actual static library, added manpage and improved README | Christos Margiolis | 4 | +128 | -21 |
2020-09-20 18:50 | standardized Makefile | Christos Margiolis | 2 | +23 | -12 |
2020-09-10 05:42 | cstring_init -> cstring_create | Christos Margiolis | 4 | +8 | -8 |
2020-09-07 18:30 | added getline | Christos Margiolis | 3 | +0 | -0 |
2020-09-07 18:29 | added getline | Christos Margiolis | 7 | +41 | -27 |
2020-09-02 22:59 | renamed cstr_ to cstring_ | Christos Margiolis | 4 | +105 | -105 |
2020-09-02 15:10 | mostly naming changes | Christos Margiolis | 5 | +28 | -35 |
2020-08-31 03:00 | minor changes | Christos Margiolis | 1 | +1 | -1 |
2020-08-25 21:17 | shortened function names | Christos Margiolis | 4 | +107 | -107 |
2020-08-17 19:42 | minor optimizations | Christos Margiolis | 3 | +31 | -39 |
2020-08-16 16:52 | improved memory management, minimized some function calls | Christos Margiolis | 4 | +47 | -39 |
2020-08-15 18:09 | initial commit | Christos Margiolis | 5 | +348 | -0 |