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
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
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,
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:
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