Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-08-02 Thread Gustavo Sverzut Barbieri
On Monday, August 2, 2010, Brett Nash wrote: > On Sat, 31 Jul 2010 08:56:43 -0300 > Gustavo Sverzut Barbieri wrote: > >> Test it 2 (you must compare pointers before or out-of-bounds access >> will happen) >> >> Test case: NULL, 0 >> test case2: {'a'}, 1 >> >> And really, add the test case to our

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-08-02 Thread Brett Nash
On Sat, 31 Jul 2010 08:56:43 -0300 Gustavo Sverzut Barbieri wrote: > Test it 2 (you must compare pointers before or out-of-bounds access > will happen) > > Test case: NULL, 0 > test case2: {'a'}, 1 > > And really, add the test case to our suite. Done. So I also added tests for the rest of the

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-07-31 Thread Brett Nash
On Sat, 31 Jul 2010 08:56:43 -0300 Gustavo Sverzut Barbieri wrote: > Test it 2 (you must compare pointers before or out-of-bounds access > will happen) > > Test case: NULL, 0 > test case2: {'a'}, 1 > > And really, add the test case to our suite. I was actually going to do so. In my defense,

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-07-31 Thread Gustavo Sverzut Barbieri
Test it 2 (you must compare pointers before or out-of-bounds access will happen) Test case: NULL, 0 test case2: {'a'}, 1 And really, add the test case to our suite. On Saturday, July 31, 2010, Enlightenment SVN wrote: > Log: >  Fix end points > Author:       nash > Date:         2010-07-30 22:

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-07-30 Thread Gustavo Sverzut Barbieri
Test it please ;) On Saturday, July 31, 2010, Enlightenment SVN wrote: > Log: >  eina: Actually implement strnlen for eina_unicode. > Author:       nash > Date:         2010-07-30 20:54:09 -0700 (Fri, 30 Jul 2010) > New Revision: 50700 > > Modified: >  trunk/eina/src/lib/eina_unicode.c > > Modi