summaryrefslogtreecommitdiff
path: root/src/lib/eina_str.c
Commit message (Expand)AuthorAgeFilesLines
* null checks for str splitMike Blumenkrantz2012-08-281-0/+4
* fix size of returned array in str_split, doc clarification incomingMike Blumenkrantz2012-06-111-7/+3
* just spent waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too long working on ei...Mike Blumenkrantz2012-06-081-31/+157
* whoops, meant negative...hope nobody noticed thisMike Blumenkrantz2012-06-081-1/+1
* ...and unbreak compileMike Blumenkrantz2012-06-081-1/+1
* add a check for stupidsMike Blumenkrantz2012-06-081-0/+1
* guys...null checks are not the end of the world.Mike Blumenkrantz2011-08-111-0/+1
* doxy -> .hCarsten Haitzler2011-04-071-191/+0
* * improve docVincent Torri2010-11-061-10/+23
* Fix common misspellingsLucas De Marchi2010-09-081-1/+1
* force to unisgned charCarsten Haitzler2010-08-251-2/+2
* FORMATTINGLucas De Marchi2010-08-041-6/+0
* fix formatting alsoCarsten Haitzler2010-07-281-4/+1
* errrr... hmmm why did this change?Carsten Haitzler2010-07-281-0/+1
* uncrustify eina.Carsten Haitzler2010-07-281-149/+194
* +eina_str_toupper for completionMike Blumenkrantz2010-07-251-0/+17
* revert previous. why would I do that in the first place?Mike Blumenkrantz2010-07-211-2/+1
* remove tolower() from eina_str_tolowerMike Blumenkrantz2010-07-211-1/+1
* * eina: fix tolower call.Cedric BAIL2010-07-191-1/+2
* +eina_str_tolower for lowercasing an entire string in one lineMike Blumenkrantz2010-07-191-0/+19
* Update doc of eina_str_split functionsLucas De Marchi2010-07-081-6/+10
* define strcasecmp() as stricmp() for vc++, removeVincent Torri2010-04-031-4/+0
* fix most compilation errors with vc++ (there are still aVincent Torri2010-03-231-0/+4
* fix doc for eina_strVincent Torri2010-03-071-3/+15
* eina_str speedups.Gustavo Sverzut Barbieri2010-02-271-29/+124
* remove trailing whitespaceSebastian Dransfeld2010-02-091-1/+1
* * fix compilation when iconv.h is detected but libiconv is notVincent Torri2010-02-071-3/+7
* Add eina_str_escapeSebastian Dransfeld2010-02-061-0/+28
* Include own header to be sure prototypes matchSebastian Dransfeld2010-02-061-0/+1
* * fix configure.acVincent Torri2010-02-021-2/+2
* copy ecore_txt_convert to eina_str_convertSebastian Dransfeld2010-02-021-0/+81
* eina_str:Vincent Torri2010-01-311-79/+129
* EAPISebastian Dransfeld2010-01-301-7/+9
* Move ecore_str and ecore_strbuf to einaSebastian Dransfeld2010-01-271-0/+289