efl/legacy/eio
Daniel Juyung Seo 5372923677 dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.


SVN revision: 56926
2011-02-10 16:50:18 +00:00
..
doc dox.in update: elementary,evas,edje,ecore,eio,eet,eeze. 2011-02-10 16:50:18 +00:00
m4 [eio] check if threads, grp.h and fchmod() are available 2010-10-21 17:51:21 +00:00
src eio: don't forget to init the list of links. Avoid segfault with eio_dir_copy and maybee(surely) others function 2011-01-04 16:58:58 +00:00
AUTHORS * eio: improve doc. 2010-10-20 14:44:45 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am * eio: remove not needed file. 2010-11-11 19:01:52 +00:00
NEWS
README * eio: Add an error callback, some docs and a small README. 2010-07-23 11:00:44 +00:00
autogen.sh
configure.ac * eio: snapidoo too ! 2010-12-04 00:52:40 +00:00
eio.pc.in

README

Enlightenment Input Output Library
==================================

This library is intended to provide non blocking IO by using thread for all
operation that may block. It depends only on eina and ecore right now. It
should integrate all the features/functions of Ecore_File that could block.

This should become one day part of what we call the EFL and be a dependence
of E17. Feel free to contribute, help is always appreciated !