news and changelog
On Wed, Sep 5, 2012 at 12:20 AM, Enlightenment SVN
wrote:
> Log:
> eina: Fix EINA_INLIST_FOREACH_SAFE macro
>
> EINA_INLIST_FOREACH_SAFE is very broken and it only works by luck,
> depending on
> the __inlist field being the first one in the struct. Until now.
>
> This c
On Fri, 23 Sep 2011, Enlightenment SVN wrote:
> Log:
> eina: provide a C++-compatible version of _EINA_INLIST_CONTAINER
>
> In C++ we can't assign a void pointer to another type pointer without casts.
> We
> now rely on typeof() operator *when using C++*.
>
> We may provide another version l