mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This includes the following 5 commits from ccan upstream:
list: list_add_after and list_add_before functions
list: list_swap to exchange elements
list: new list_for_each{, _safe}_off_dir_ macros
list: add list_for_each_rev_off macro
list: add list_for_each_rev_safe{,_off} macros
This syncs us with commit c2fbfe5282ba264f3485586e7efa8a5967f2d386
in git://git.ozlabs.org/~ccan/ccan
These ccan commits should allow us to implement compile.c and
st.c using ccan/list to reduce duplicated linked-list logic.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
||
|---|---|---|
| .. | ||
| build_assert | ||
| check_type | ||
| container_of | ||
| licenses | ||
| list | ||
| str | ||