Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir     : e17/proto/evil


Modified Files:
        ChangeLog 


Log Message:
* src/lib/Evil.h:
* src/lib/evil.c: (evil_last_error_get):
add evil_last_error_get() function to get
useful error string creation.
* src/lib/dlfcn/dlfcn.c: (get_last_error), (dlopen), (dlsym),
(dladdr):
use UNICODE check instead of compiler checks when needed.
use evil_last_error_get()
* src/lib/mman/mman.c: (mmap), (munmap):
file mapping does not work on Windows CE < 5.0.
if it is the case, just read the file and return
the data.
use evil_last_error_get()
* src/lib/mman/Makefile.am:
* src/lib/Makefile.am:
add libevil dependancy

===================================================================
RCS file: /cvs/e/e17/proto/evil/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ChangeLog   7 Jun 2008 06:38:53 -0000       1.20
+++ ChangeLog   8 Jun 2008 21:39:49 -0000       1.21
@@ -1,3 +1,25 @@
+2008-06-08  Vincent Torri  <doursse at users dot sf dot net>
+
+       * src/lib/Evil.h:
+       * src/lib/evil.c: (evil_last_error_get):
+       add evil_last_error_get() function to get
+       useful error string creation.
+
+       * src/lib/dlfcn/dlfcn.c: (get_last_error), (dlopen), (dlsym),
+       (dladdr):
+       use UNICODE check instead of compiler checks when needed.
+       use evil_last_error_get()
+
+       * src/lib/mman/mman.c: (mmap), (munmap):
+       file mapping does not work on Windows CE < 5.0.
+       if it is the case, just read the file and return
+       the data.
+       use evil_last_error_get()
+
+       * src/lib/mman/Makefile.am:
+       * src/lib/Makefile.am:
+       add libevil dependancy
+
 2008-06-07  Vincent Torri  <doursse at users dot sf dot net>
 
        * src/lib/Evil.h:



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to