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
/
checkauto.l
Age
Commit message (
Expand
)
Author
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-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-01-04
Removed the experimental c_AUTODROP macro.
Tyge Lovset
2023-01-04
Bump to 2023
Tyge Løvset
2022-12-31
Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...
Tyge Løvset
2022-12-23
Experimental uppercase macros.
Tyge Løvset
2022-11-06
Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a...
Tyge Løvset
2022-11-01
Various updates.
Tyge Løvset
2022-10-19
Reverted back to c_forrrange from c_forloop. Still available but deprecated.
Tyge Løvset
2022-09-26
DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as...
Tyge Løvset
2022-08-13
Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...
Tyge Løvset
2022-01-11
Added tinycthread: include/threads.h, src/threads.c. Ex: sptr_threads.c - emu...
Tyge Løvset