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
/
sview_split.c
Age
Commit message (
Expand
)
Author
2022-07-31
csview: csview_token(sv, sep, &start): now start > sv.size on last token. Rem...
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-06-01
Forgot files from previous commit. NOTE: there may/will be some changes to na...
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
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-30
Renamed c_default_clone to c_default_from (mostly used internally).
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-14
Added and renamed some examples.
Tyge Løvset