index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
splitstr.c
Age
Commit message (
Expand
)
Author
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-07-31
csview: csview_token(sv, sep, &start): now start > sv.size on last token. Rem...
Tyge Løvset
2022-06-01
Reverted to default static linkage of non-templated symbols (cstr, csview, .....
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-05-30
Added more utf8 features. Changed linking macros in ccommon.h.
Tyge Lovset
2022-05-13
Changed csview c_PRIsv macro. Now must be prefixed with "%", to match with PR...
Tyge Løvset
2022-04-18
Converted all example to use cstr_str(&s) instead of s.str to allow SSO strin...
Tyge Løvset
2022-01-14
Renamed *_v() methods to *_sv(). Note: this breaks API, hopefully not too int...
Tyge Løvset
2022-01-09
Removed strings.h.
Tyge Løvset
2022-01-08
Moved utf8 from cregex.h to separate file. Splitted csview.h into another fil...
Tyge Løvset
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...
Tyge Løvset
2021-12-29
Fixed and simplified csview tokensizer call.
Tyge Løvset
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-13
Renamed constructor *cstr_lit()* to `cstr_new(lit)`.
Tyge Løvset
2021-12-12
- Added **cbox** type: container of one element: similar to std::unique_ptr /...
Tyge Løvset
2021-10-04
Added c_autodefer() macro (again). Depressed warning with c_no_compare().
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-08
Updated rest of examples, except cqueue.c
Tyge Løvset
2021-06-11
Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => cstr_s...
Tyge Løvset
2021-05-27
Made substr() and slice() only returning csview. Added Both cstr and csview i...
Tyge Løvset
2021-05-25
Small refactoring and improved docs.
Tyge Løvset
2021-05-24
Added splitstr.c example. Renamed macro csview_ARG() to csview_arg(): special...
Tyge Løvset