efl/legacy/ecore/src/lib/ecore
Vincent Torri 141a2bb9a8 fix the Windows select function:
* On Windows, the values returned by pipe() are sockets.
   Hence they can be huge. Iterate over the list of "fds"
   instead of the max value
 * In the loop which iterates over the win32 handlers,
   we never go to the next element, so infinite loop...


SVN revision: 48807
2010-05-13 08:10:17 +00:00
..
.cvsignore Sssh 2004-03-29 21:11:30 +00:00
Ecore.h * ecore: make it possible to easily freeze/thaw animator. 2010-05-03 16:21:39 +00:00
Ecore_Getopt.h revert. does not work 2010-04-05 18:20:49 +00:00
Makefile.am various fixes for vc++. I'll add the Visual Studio projects later 2010-04-05 08:26:48 +00:00
ecore.c various fixes for vc++. I'll add the Visual Studio projects later 2010-04-05 08:26:48 +00:00
ecore_anim.c Fix 'return' with a value in function returning void. 2010-05-11 14:01:42 +00:00
ecore_app.c include process.h for vc++ 2010-04-05 08:38:11 +00:00
ecore_events.c Fix events when using recursive main loops. 2010-02-24 02:30:27 +00:00
ecore_exe.c move bitfield booleans to Eina_Bool. 2010-02-23 22:49:15 +00:00
ecore_exe_win32.c various fixes for vc++. I'll add the Visual Studio projects later 2010-04-05 08:26:48 +00:00
ecore_exe_wince.c add stub Windows CE ecore_exe. Will be filled later 2010-01-18 18:16:50 +00:00
ecore_getopt.c 'tis an array of pointers, not just a string 2010-04-07 22:09:26 +00:00
ecore_glib.c formatting. 2010-04-27 04:30:55 +00:00
ecore_idle_enterer.c Fix idle_enterers when using recursive main loops. 2010-02-23 22:13:42 +00:00
ecore_idle_exiter.c Fix idle_exiters when using recursive main loops. 2010-02-23 22:25:35 +00:00
ecore_idler.c Fix idlers when using recursive main loops. 2010-02-23 21:27:04 +00:00
ecore_job.c * ecore: Move ecore_job inside ecore. 2010-01-25 21:59:21 +00:00
ecore_main.c fix the Windows select function: 2010-05-13 08:10:17 +00:00
ecore_pipe.c F_SETFL and O_NONBLOCK are supported by evil 2010-02-28 17:38:24 +00:00
ecore_poll.c * move structures from ecore_private.h to the corresponding source files 2010-01-03 21:55:50 +00:00
ecore_private.h --enable-glib-integration-always <- option. can be disabled by 2010-03-22 03:30:40 +00:00
ecore_signal.c various fixes for vc++. I'll add the Visual Studio projects later 2010-04-05 08:26:48 +00:00
ecore_thread.c Release lock before returning 2010-04-12 21:51:35 +00:00
ecore_time.c patch from julian - fix typos in docs. 2009-03-13 09:38:46 +00:00
ecore_timer.c rewrite ecore_timer internals to make it simpler and do better with 2010-02-24 00:27:04 +00:00