Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e.h e_alert.c e_apps.c e_hints.c e_imc_main.c e_int_menus.c 
        e_intl.c e_intl.h e_main.c e_module.c e_object.c e_prefix.c 
        e_signals.c e_zone.c 


Log Message:


ok - turn off visibility stuff for e -0 for some reason just the dropshadow
module has problems with memcpy and memset... but its identical to everything
else and i dont see why it doesnt work and others do... weird.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e.h 6 Jan 2006 23:45:13 -0000       1.39
+++ e.h 10 Jan 2006 04:23:43 -0000      1.40
@@ -4,6 +4,7 @@
 #ifndef E_H
 #define E_H
 
+#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -23,6 +24,23 @@
 #include <pwd.h>
 #include <grp.h>
 #include <glob.h>
+#include <locale.h>
+#include <libintl.h>
+#include <errno.h>
+
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
+#ifdef HAVE_VALGRIND
+# include <memcheck.h>
+#endif
+
+#ifdef OBJECT_PARANOIA_CHECK
+#include <execinfo.h>
+#include <signal.h>
+#include <setjmp.h>
+#endif
 
 #include <Evas.h>
 #include <Evas_Engine_Buffer.h>
@@ -40,14 +58,6 @@
 #include <Eet.h>
 #include <Edje.h>
 
-#ifdef USE_E_CONFIG_H
-#include "config.h"
-#endif
-
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))
 #else
@@ -66,7 +76,7 @@
 #else
 # ifdef __GNUC__
 #  if __GNUC__ >= 4
-#   pragma GCC visibility push(hidden)
+/*#   pragma GCC visibility push(hidden)*/
 #   define EAPI __attribute__ ((visibility("default")))
 #  else
 #   define EAPI
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_alert.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_alert.c   7 Jan 2006 10:39:45 -0000       1.7
+++ e_alert.c   10 Jan 2006 04:23:43 -0000      1.8
@@ -2,6 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e_alert.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- e_apps.c    7 Jan 2006 10:39:45 -0000       1.108
+++ e_apps.c    10 Jan 2006 04:23:43 -0000      1.109
@@ -2,7 +2,7 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include <errno.h>
+
 /* TODO List:
  * 
  * - We assume only .eap files in 'all', no subdirs
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- e_hints.c   7 Jan 2006 10:39:45 -0000       1.82
+++ e_hints.c   10 Jan 2006 04:23:43 -0000      1.83
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 EAPI void
 e_hints_init(void)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_imc_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_imc_main.c        19 Oct 2005 23:34:17 -0000      1.1
+++ e_imc_main.c        10 Jan 2006 04:23:43 -0000      1.2
@@ -2,9 +2,8 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include <errno.h>
 
-extern int errno;
+//extern int errno;
 static void _e_help(void);
 
 /* externally accessible functions */
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -3 -r1.124 -r1.125
--- e_int_menus.c       7 Jan 2006 10:39:45 -0000       1.124
+++ e_int_menus.c       10 Jan 2006 04:23:43 -0000      1.125
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 typedef struct _Main_Data Main_Data;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- e_intl.c    7 Jan 2006 10:39:45 -0000       1.68
+++ e_intl.c    10 Jan 2006 04:23:43 -0000      1.69
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 /* TODO List:
  * 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_intl.h    7 Dec 2005 17:09:02 -0000       1.9
+++ e_intl.h    10 Jan 2006 04:23:43 -0000      1.10
@@ -3,9 +3,6 @@
  */
 #ifdef E_TYPEDEFS
 
-#include <locale.h>
-#include <libintl.h>
-
 #define _(str) gettext(str)
 #define d_(str, dom) dgettext(PACKAGE dom, str)
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -3 -r1.142 -r1.143
--- e_main.c    7 Jan 2006 10:39:45 -0000       1.142
+++ e_main.c    10 Jan 2006 04:23:43 -0000      1.143
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 /* local subsystem functions */
 static void _e_main_shutdown_push(int (*func)(void));
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_module.c  7 Jan 2006 10:39:45 -0000       1.52
+++ e_module.c  10 Jan 2006 04:23:43 -0000      1.53
@@ -2,11 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
-
-#ifdef HAVE_VALGRIND
-# include <memcheck.h>
-#endif
 
 /* TODO List:
  * 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_object.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_object.c  7 Jan 2006 10:39:45 -0000       1.16
+++ e_object.c  10 Jan 2006 04:23:43 -0000      1.17
@@ -17,10 +17,6 @@
 /* yes - i know. glibc specific... but i like being able to do my own */
 /* backtraces! NB: you need CFLAGS="-rdynamic -g" LDFLAGS="-rdynamic -g" */
 #ifdef OBJECT_PARANOIA_CHECK
-#include <execinfo.h>
-#include <stdio.h>
-#include <signal.h>
-#include <setjmp.h>
 
 /* local subsystem functions */
 static void _e_object_segv(int sig);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_prefix.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_prefix.c  7 Jan 2006 10:39:45 -0000       1.9
+++ e_prefix.c  10 Jan 2006 04:23:43 -0000      1.10
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 /* local subsystem functions */
 static int _e_prefix_fallbacks(void);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_signals.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_signals.c 7 Jan 2006 10:39:45 -0000       1.10
+++ e_signals.c 10 Jan 2006 04:23:43 -0000      1.11
@@ -7,7 +7,6 @@
 #include "e.h"
 
 #ifdef OBJECT_PARANOIA_CHECK   
-#include <execinfo.h>
 
 /* a tricky little devil, requires e and it's libs to be built
  * with the -rdynamic flag to GCC for any sort of decent output. 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- e_zone.c    7 Jan 2006 10:39:45 -0000       1.89
+++ e_zone.c    10 Jan 2006 04:23:43 -0000      1.90
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 /* E_Zone is a child object of E_Container. There is one zone per screen
  * in a xinerama setup. Each zone has one or more desktops.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to