| Age | Commit message (Collapse) | Author |
|
|
|
|
|
as iter type, i.e. "%lld" printf format.
crange_from() renamed to crange_make().
More docs.
|
|
|
|
|
|
|
|
code-breaking API changes.
|
|
|
|
|
|
changes.
|
|
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
|
|
|
|
c_forvar => c_autovar
c_forscope => c_autoscope
c_forauto => c_auto
Removed: c_fordefer(x); use c_forscope(0, x) instead.
Added: c_exitauto; // continue
|
|
|
|
|
|
deceiving and hid the fact that it was for-loops. Now it is more explicit.
|
|
|
|
|
|
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9
All examples are reverted to use printf() instead of c_print().
|
|
|
|
change again.
|
|
|
|
|
|
using_<container>(..).
|
|
|
|
|
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
|
|
consistent.
|