efl/legacy
Vincent Torri ac3bcc3fa9 * src/bin/evil_test_environment.c:
check returned value
	* src/bin/evil_test_memcpy.c:
	define getpagesize() for vc++
	* src/lib/evil_unistd.c:
	move inclusion of time.h after windsock2.h
	include direct.h for vc++
	use _WIN32_WCE for Windows CE compilers in evil_getcwd()
	* src/lib/Evil.h:
	* src/lib/evil_unistd.h:
	move getcwd() define from Evil.h to evil_unistd.h
	add some C99 types to Evil.h for vc++ (will be used in eina)
	* src/lib/evil_fcntl.c:
	include io.h for vc++
	* src/lib/evil_link_xp.cpp:
	use full name for symlink(). Fix symlink on Windows XP with
	the DOS prompt or the debugger of Visual Studio.
	* src/lib/evil_mman.c:
	don't include unistd.h if vc++ is used
	* src/lib/evil_stdio.h:
	formatting
	* src/lib/evil_stdlib.h:
	* src/lib/evil_stdlib.c:
	define putenv only for mingw32ce
	move the returned value of setenv()



SVN revision: 38333
2008-12-27 18:53:56 +00:00
..
ecore Fix sdl engine. 2008-12-22 11:16:26 +00:00
edje edjeL convert error code to string. 2008-12-21 18:39:36 +00:00
eet Eet Win32 VS8 project modified 2008-12-22 23:21:49 +00:00
efreet This commit is huge. I did test it a lot on my computer, and it run fine here. 2008-12-17 15:33:43 +00:00
eina oops, it's EINA_SAFETY_CHECKS, not just SAFETY_CHECKS. 2008-12-26 19:14:57 +00:00
embryo detect fnmatch first in evil, then in iberty 2008-12-06 18:42:30 +00:00
emotion calloc not malloc! bad patches! 2008-12-25 08:35:51 +00:00
evas fix locking around entry_surface_alloc. 2008-12-26 12:50:55 +00:00
evil * src/bin/evil_test_environment.c: 2008-12-27 18:53:56 +00:00