From 9177eca3025ee39f0772ce61bfcabf4294411bea Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 9 Apr 2015 00:30:26 +0000 Subject: ccan/list/list.h: sync with ccan upstream 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ac14ca3e2..2dd844d8db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 9 09:26:47 2015 Eric Wong + + * ccan/list/list.h: sync with ccan upstream + [ccan commit c2fbfe5282ba264f3485586e7efa8a5967f2d386] + Thu Apr 9 08:24:03 2015 Masahiro Tomita * ext/socket/raddrinfo.c (addrinfo_mload): fix memory leak of -- cgit v1.2.3