efl/legacy/evil
Vincent Torri 43955a6d53 Evil:
* src/lib/dlfcn/dlfcn.c:
change '/' to '\' in paths

* src/lib/evil_inet.c:
* src/lib/evil_inet.h:
* src/lib/Evil.h:
* src/lib/Makefile.am:
* AUTHORS:
add inet_pton() function. Implementation from curl library.
See AUTHORS.

SVN revision: 59530
2011-05-19 12:00:06 +00:00
..
doc * doc/Doxyfile: 2010-05-29 10:51:06 +00:00
m4
src Evil: 2011-05-19 12:00:06 +00:00
.cvsignore
AUTHORS Evil: 2011-05-19 12:00:06 +00:00
COPYING
COPYING-PLAIN
ChangeLog Evil: 2011-05-19 12:00:06 +00:00
Makefile.am update MAINTAINERCLEANFILES 2011-01-04 13:35:35 +00:00
NEWS
README
autogen.sh
configure.ac rename libtool version names to fit libtool doc 2011-03-27 18:59:17 +00:00
evil.pc.in

README

The Evil library tried to port some convenient Unix functions
to the Windows (XP, maybe below, or Mobile) platform. They
are planned to be used in the Enlightenment Fundations Libaries.

To get informations on how to install that library, see the
INSTALL file. For mingw32ce or cegcc users, look at the end
of that INSTALL file to have precise informations on how to
configure the library.

To get the description of the API, behavior, etc.. run
doxygen.exe in the top level directory, then open in your
favorite browser named Firefox the file index.html located in
the subdirectory doc/html/.

Enjoy !