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
/
stack.c
Age
Commit message (
Expand
)
Author
2022-07-31
VERSION 3.9: API change in c_forrange() with >= 3 args. csview updates.
Tyge Løvset
2022-07-06
Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre...
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-01-15
Added back cregex with examples. Found the bug in his code.
Tyge Løvset
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...
Tyge Løvset
2021-11-03
Changed container_X_get() and container_X_at() to return const value* (or con...
Tyge Løvset
2021-10-05
Changed recommended order of defining template parameters.
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-08
Updated most examples to newstyle. Some changes in cpque/cstack.
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-18
Added the new c_defer(), c_with(), c_withvar() macros into the examples.
Tyge Løvset
2020-12-17
API change: Reverted back to original name used for .val in iterators to .ref
Tyge Løvset
2020-11-26
Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-09-24
Changed iter.get to iter.val member. Internal, but used external. Will not ch...
Tyge Løvset
2020-09-20
converted to c_forrange().
Tyge Løvset
2020-09-18
Minor, using a few c_forrange ().
Tyge Løvset
2020-09-17
Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c...
Tyge Løvset
2020-09-16
Changed earlier declare_<container>(..) macro to typedef_<container>(..)
Tyge Løvset
2020-09-15
Simplified declare_ statement e.g. c_cmap(...)
Tyge Løvset
2020-09-15
New API Change.
Tyge Løvset
2020-09-06
Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-09-03
Changed itval() taking iter instead of iter address as arg.
Tyge Løvset
2020-09-02
Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...
Tyge Løvset