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
/
src
Age
Commit message (
Expand
)
Author
2023-08-15
Fixed c_i2u() didn't trigger -Wsign-conversion warning.
tylov
2023-08-14
Reverted csubstr => csview. Sorry about that!
Tyge Løvset
2023-08-13
API CHANGES:
tylov
2023-08-13
Removed csview_null - use csview_init().
tylov
2023-08-06
Improved Installation section in README.md
tylov
2023-07-23
Updated singleheader.py/singleupdate.sh scripts to update stcsingle repository.
tylov
2023-07-10
Renamed input enum flags for cregex functions.
tylov
2023-06-11
Added priv/linkage.h and renamed priv/template2.h => priv/template_undef.h.
Tyge Løvset
2023-06-11
More internal structuring
Tyge Løvset
2023-06-09
Rename i_extern template flag to i_import. i_extern still available, but depr...
Tyge Løvset
2023-06-09
Fixed issues with linking params i_implement, i_extern.
Tyge Løvset
2023-06-07
Updated and renamed c11/print.h to c11/fmt.h. Added fmt_tm() to print time/da...
Tyge Løvset
2023-05-21
NB! Made cstr.h header-only by default. Now requires #define i_static, i_impl...
Tyge Lovset
2023-05-20
Fixed two minor things.
Tyge Lovset
2023-05-20
Bug fix (NB!): cregex_captures() now returns num of cap. group *excluding* th...
Tyge Lovset
2023-05-18
Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmoniz...
Tyge Lovset
2023-05-01
Remove warnings when using -Wextra.
Tyge Løvset
2023-04-14
tuning of hash function. Adjusted benchmark balance.
Tyge Løvset
2023-04-09
Added "Run this code" in Compiler Explorer a few places. New example in csmap...
Tyge Lovset
2023-03-27
Some missing files.
Tyge Løvset
2023-03-26
Remove more c_with, c_auto
Tyge Løvset
2023-03-12
Safer state machine in coroutine.h (internal).
Tyge Løvset
2023-02-15
Cleaned up in size-types. API always uses intptr_t as default for all contain...
Tyge Løvset
2023-02-08
Removed uppercases in checkauto.l
Tyge Løvset
2023-02-08
Changed to use lowercase flow-control macros in examples (uppercase will stil...
Tyge Løvset
2023-02-06
Fixed error in cregex_test.c itself.
Tyge Løvset
2023-02-05
Try to fix cregex leak.
Tyge Løvset
2023-02-05
- Updated cspan.h to allow for compiling some functions as shared symbols.
Tyge Løvset
2023-02-01
Massive update from unsigned sizes and indices to signed.
Tyge Lovset
2023-01-31
Converted all containers but the maps and examples to signed sizes and indices.
Tyge Løvset
2023-01-31
Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase.
Tyge Løvset
2023-01-26
Updated API for cregex.
Tyge Løvset
2023-01-25
Updates on cspan ++.
Tyge Løvset
2023-01-24
Added python single-header generator + fixed include mistake.
Tyge Løvset
2023-01-12
docs and utf8 updates.
Tyge Løvset
2023-01-12
Fixed Devanaga => Devanagari Hindi text name.
Tyge Løvset
2023-01-11
cregex/utf8: Added some language char classes.
Tyge Lovset
2023-01-05
Added clist_X_get_node(valptr) to complete the node API.
Tyge Løvset
2023-01-04
Removed the experimental c_AUTODROP macro.
Tyge Lovset
2023-01-04
Bump to 2023
Tyge Løvset
2023-01-03
Minor improvement to word boundaries \b \B.
Tyge Løvset
2023-01-03
Fix compilation error in utf8code.c due to predeclaring a static array with u...
Tyge Løvset
2023-01-02
Replaced c_STATIC_ASSERT() which works for C99 (also multiple on same line).
Tyge Løvset
2023-01-02
Finish regex updates.
Tyge Løvset
2023-01-02
Fixes prev. commit.
Tyge Løvset
2023-01-02
Added selected unicode character classes.
Tyge Lovset
2022-12-31
Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...
Tyge Løvset
2022-12-29
Restructuring of some headers into include/algo folder. Some API changes *_re...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-12-20
Renamed c_sv() => c_SV() and reverted cstr_new() => cstr_lit(). Old names are...
Tyge Løvset
[next]