| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Removed c_forwhile() macro. Redundant, use c_forfilter().
Removed find and eq in cspan (use general c_find_if() instead for search).
|
|
c_forwhile() now takes container not start iter: may be removed!
Cleanup in filter.h
|
|
|
|
|
|
includes filter.h, crange.h and coroutine.h from algo subfolder.
|
|
|
|
|
|
c_flt_take() and c_flt_takewhile() breaks the loop always.
c11/fmt.h : renamed fmt_freebuffer(buf) => fmt_destroy(buf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assume context always non-NULL when calling cco_alive(context).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ccoro_execute(c) => cco_begin(c); ... cco_end(); (was required).
|
|
|
|
Final cleanup normalized var naming.
|
|
coroutine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version is much improved, but uses the same basic mechanisms.
|
|
cleanup.
|
|
if needed.
|
|
2) shortened mergesort function.
|
|
Minor fix in template.h
|
|
containers.
|
|
Release V4.1.1
|
|
|