Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        Makefile.am 
Added Files:
        Ecore_Str.h ecore_str.c 


Log Message:
Add ecore_strlcpy for an strlcpy copy available on all architectures.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Makefile.am 10 Mar 2005 15:19:36 -0000      1.9
+++ Makefile.am 10 Jan 2007 11:28:41 -0000      1.10
@@ -5,7 +5,8 @@
 lib_LTLIBRARIES = libecore.la
 include_HEADERS = \
 Ecore.h \
-Ecore_Data.h
+Ecore_Data.h \
+Ecore_Str.h
 
 libecore_la_SOURCES = \
 ecore.c \
@@ -23,6 +24,7 @@
 ecore_plugin.c \
 ecore_sheap.c \
 ecore_signal.c \
+ecore_str.c \
 ecore_strings.c \
 ecore_time.c \
 ecore_timer.c \



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to