summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-05-27Fix: Allow csview_substr() and csview_slice() to take larger negative positio...Tyge Løvset
2021-05-27Made substr() and slice() only returning csview. Added Both cstr and csview i...Tyge Løvset
2021-05-26Removed cstr_trim, csview_trim, Changed cstr_substr to mutable. Allow negativ...Tyge Løvset
2021-05-25Replaced csview cstr_trimmed(cstr s, left, right) with: cstr* cstr_trim(cstr*...Tyge Løvset
2021-05-25Fixed Issue #6.Tyge Løvset
2021-05-25Refactor cleanupTyge Løvset
2021-05-25Small refactoring and improved docs.Tyge Løvset
2021-05-24Added splitstr.c example. Renamed macro csview_ARG() to csview_arg(): special...Tyge Løvset
2021-05-24Last cleanup of c_forvar()/c_fordefer() macro.Tyge Løvset
2021-05-24Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-24Split c_fordefer() into c_forvar() and c_fordefer() macros.Tyge Løvset
2021-05-24Fix c_fordefer example usage.Tyge Løvset
2021-05-24Fixed c_fordefer docs.Tyge Løvset
2021-05-24Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...Tyge Løvset
2021-05-23Added csmap_find.c example.Tyge Løvset
2021-05-22Added *_value_toraw() methods to base containers.Tyge Løvset
2021-05-21Added substr() and cleanup of trimmed() API.Tyge Løvset
2021-05-21Added substr() and cleanup of trimmed() API.Tyge Løvset
2021-05-21Update csview_api.mdTyge Løvset
2021-05-21Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-21API change: c_breakwith => c_exitwith, c_breakdefer => c_exitdefer. Added cs...Tyge Løvset
2021-05-21Allow up to 3 vars in the c_withvar (type, v1, v2, v3) statement.Tyge Løvset
2021-05-21Update csview_api.mdTyge Løvset
2021-05-21Updated string split / tokenizer example in csview docs.Tyge Løvset
2021-05-20Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-20Updated links to header files in docs.Tyge Løvset
2021-05-20Updated csview tokenizer docs.Tyge Løvset
2021-05-20Added csview tokenizer (split string).Tyge Løvset
2021-05-20Added description of new include folder.Tyge Løvset
2021-05-20Moved stc folder into include folder.Tyge Løvset
2021-05-20Final API changes for csview: Added csview_trimmed*(), removed a few.Tyge Løvset
2021-05-20Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l...Tyge Løvset
2021-05-19Some cmap, csmap docs updates.Tyge Løvset
2021-05-19Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-19More cleanups and refinements.Tyge Løvset
2021-05-18Update csmap_api.mdTyge Løvset
2021-05-18Update Example.Tyge Løvset
2021-05-18Updated cvec_str example.Tyge Løvset
2021-05-18Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-05-18Added the new c_defer(), c_with(), c_withvar() macros into the examples.Tyge Løvset
2021-05-18Update csview_api.mdTyge Løvset
2021-05-18Update ccommon_api.mdTyge Løvset
2021-05-18Update ccommon_api.mdTyge Løvset
2021-05-18Final improvements before push.Tyge Løvset
2021-05-18Added new file: csview: String ViewTyge Løvset
2021-05-18Internal updates in cstr. Minor API change in carray carrayNX_with_value() =>...Tyge Løvset
2021-05-15API change: Renamed c_init() to c_var() to better describe it declares and in...Tyge Løvset
2021-05-15Renamed newly introduced internal c_cast() to c_make() for c++ compatability....Tyge Løvset
2021-05-13Updated cstr: Added cstr_new(literal), Renamed cstr_assign_s() to cstr_copy()...Tyge Løvset
2021-05-11Removed cstr_append_fmt(): use cstr_assign_fmt(&s, "%s%s", s.str, "appended s...Tyge Løvset