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
/
include
/
stc
Age
Commit message (
Expand
)
Author
2021-05-27
Made substr() and slice() only returning csview. Added Both cstr and csview i...
Tyge Løvset
2021-05-26
Removed cstr_trim, csview_trim, Changed cstr_substr to mutable. Allow negativ...
Tyge Løvset
2021-05-25
Replaced csview cstr_trimmed(cstr s, left, right) with: cstr* cstr_trim(cstr*...
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
2021-05-24
Split c_fordefer() into c_forvar() and c_fordefer() macros.
Tyge Løvset
2021-05-24
Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...
Tyge Løvset
2021-05-23
Added csmap_find.c example.
Tyge Løvset
2021-05-22
Added *_value_toraw() methods to base containers.
Tyge Løvset
2021-05-21
Added substr() and cleanup of trimmed() API.
Tyge Løvset
2021-05-21
API change: c_breakwith => c_exitwith, c_breakdefer => c_exitdefer. Added cs...
Tyge Løvset
2021-05-21
Allow up to 3 vars in the c_withvar (type, v1, v2, v3) statement.
Tyge Løvset
2021-05-21
Updated string split / tokenizer example in csview docs.
Tyge Løvset
2021-05-20
Added csview tokenizer (split string).
Tyge Løvset
2021-05-20
Moved stc folder into include folder.
Tyge Løvset
[prev]