enlightenment/src
Cedric BAIL 04f7b59e11 e: call the right function without depending on ld to figure it out (mostly wrongly).
As a side note, using an EAPI function from within a module is a call for disaster.
Their is no guarantee from ld that it will be the current top open .so, actually it
is most likely not going to be the case. So it will do a search for the symbol in the
current stack of open .so and the first one to match will be chosen.

I do think it basically prove that current model of Enlightenment module is fairly
borken and error prone. Hope to have time to fix that, but it will involve completely
breaking the API and ABI compatibility of E module.
2014-01-20 13:01:31 +09:00
..
bin modules - add packagekit to the whitelist of ok modules 2014-01-20 12:04:19 +09:00
modules e: call the right function without depending on ld to figure it out (mostly wrongly). 2014-01-20 13:01:31 +09:00
tests add urgency hint test 2014-01-14 20:29:00 -05:00
Makefile.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00