cstring

Lightweight string library for C
git clone git://git.margiolis.net/cstring.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-05-13 01:26make manpage unreadableChristos Margiolis1+21-63
2022-03-14 23:20minor changesChristos Margiolis6+37-31
2021-05-26 15:56cleanupChristos Margiolis6+57-69
2021-05-10 00:18removed CSTRING_DBGChristos Margiolis5+126-236
2021-04-28 14:46changes in README and minor stylistic changesChristos Margiolis11+515-532
2020-11-10 11:52edited READMEChristos Margiolis1+7-1
2020-11-10 11:48removed enum and organized flags as defines; fixed sort_chars cmp functionsChristos Margiolis5+64-100
2020-10-22 19:24fixed cstring_ends_with_string possible bug but cstring_substr should be avoided ideallyChristos Margiolis3+23-11
2020-10-21 10:42added config.mkChristos Margiolis8+80-50
2020-10-21 00:54man: changed to BSD styleChristos Margiolis1+178-177
2020-10-20 15:49removed wildcardsChristos Margiolis2+47-45
2020-10-19 01:44improved style, made indentation 8 spacesChristos Margiolis9+367-343
2020-10-15 10:31added more tests and test Makefile, fixed cstring_eraseChristos Margiolis9+141-87
2020-10-14 23:07fixed cstring_replace_str and cstring_sort_partial, still pending cstring_erase fixChristos Margiolis5+34-28
2020-10-14 20:59added LICENSE and updated MakefileChristos Margiolis5+64-20
2020-10-12 11:22updated docs, still pending ersase fix, improved flag handlingChristos Margiolis5+202-83
2020-10-12 00:09added data function, added static inline declarations, still pending erase fixChristos Margiolis4+112-67
2020-10-09 00:29updated manpage, added sort functions, pending erase bug fixesChristos Margiolis3+124-20
2020-10-03 00:40push_back bug fixed (probably), pending erase and assign function bug fixes, pending cstring_move implementationChristos Margiolis4+88-47
2020-10-01 19:53added debug mode and macros, still pending push_back/resize fixChristos Margiolis5+84-15
2020-10-01 15:48inlined some functions, simplified append & prepend functions, pending push_back bug fixChristos Margiolis2+0-0
2020-10-01 15:46inlined some functions, simplified append & prepend functions, pending push_back bug fixChristos Margiolis6+148-155
2020-09-27 18:16added first_not_of, last_not_of functions, pending rfind implementationChristos Margiolis4+118-78
2020-09-24 10:01edited READMEChristos Margiolis1+38-37
2020-09-24 09:57added more find and erase functionsChristos Margiolis5+148-33
2020-09-23 20:09added erase, swap, shrink_to_fit and replace_str functionsChristos Margiolis5+134-65
2020-09-22 17:07removed cstring_exists, added some utility macros, implemented a few find functionsChristos Margiolis4+113-18
2020-09-21 18:07made it an actual static library, added manpage and improved READMEChristos Margiolis4+128-21
2020-09-20 18:50standardized MakefileChristos Margiolis2+23-12
2020-09-10 05:42cstring_init -> cstring_createChristos Margiolis4+8-8
2020-09-07 18:30added getlineChristos Margiolis3+0-0
2020-09-07 18:29added getlineChristos Margiolis7+41-27
2020-09-02 22:59renamed cstr_ to cstring_Christos Margiolis4+105-105
2020-09-02 15:10mostly naming changesChristos Margiolis5+28-35
2020-08-31 03:00minor changesChristos Margiolis1+1-1
2020-08-25 21:17shortened function namesChristos Margiolis4+107-107
2020-08-17 19:42minor optimizationsChristos Margiolis3+31-39
2020-08-16 16:52improved memory management, minimized some function callsChristos Margiolis4+47-39
2020-08-15 18:09initial commitChristos Margiolis5+348-0