summaryrefslogtreecommitdiffhomepage
path: root/src/checkauto.l
AgeCommit message (Expand)Author
2023-03-26Remove more c_with, c_autoTyge Løvset
2023-03-12Safer state machine in coroutine.h (internal).Tyge Løvset
2023-02-08Removed uppercases in checkauto.lTyge Løvset
2023-02-08Changed to use lowercase flow-control macros in examples (uppercase will stil...Tyge Løvset
2023-01-04Removed the experimental c_AUTODROP macro.Tyge Lovset
2023-01-04Bump to 2023Tyge Løvset
2022-12-31Internally renamed ccommon.h macros to uppercase. Lowercase macros are still ...Tyge Løvset
2022-12-23Experimental uppercase macros.Tyge Løvset
2022-11-06Added c_autodrop() macro, and removed c_autobuf() which wasn't that useful (a...Tyge Løvset
2022-11-01Various updates.Tyge Løvset
2022-10-19Reverted back to c_forrrange from c_forloop. Still available but deprecated.Tyge Løvset
2022-09-26DEPRECATED: c_forrange(): replaced with c_forloop(). This uses 'long long' as...Tyge Løvset
2022-08-13Experimental: Renamed c_autovar => c_with, c_autoscope => c_scope, c_autodefe...Tyge Løvset
2022-01-11Added tinycthread: include/threads.h, src/threads.c. Ex: sptr_threads.c - emu...Tyge Løvset