From: Patryk Kaczmarek <patryk.k@samsung.com>
authorPatryk Kaczmarek <patryk.k@samsung.com>
Wed, 12 Sep 2012 07:33:36 +0000 (07:33 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 12 Sep 2012 07:33:36 +0000 (07:33 +0000)
commitb487866e75b12e1e86fbe5582c3981308573b01f
tree5ddbc149fc56196a577235e489b74b58dc10c02d
parentfaee221288362968788698a65d81bf48e86bb0b7
From: Patryk Kaczmarek <patryk.k@samsung.com>

   Firstly, I want to say hallo to everyone, it is my first message to
that
   list.

      I had prepared several patches for eina module. One of them fix
problem with
   you are having highly discussion, checking if function arguments
are not
   NULL.

      What’s more:

         -           I  had  proposed patches for eina_tiler and
eina_rectangle
   functions,  now below zero values ( distance and coordinstes ) are
not
   acceptable.

      -          Documentation for eina list specified, it should be
more clear
   now and eina stringshare_strlen fixed (NULL had length 0 ).

      -          eina_convert_atofp wrong return value if fp is NULL
(EINA_TRUE
   instead of EINA_FALSE)

      I had also attached diff to AUTHORS, ChangeLog and NEWS.

SVN revision: 76498
legacy/eina/AUTHORS
legacy/eina/ChangeLog
legacy/eina/NEWS
legacy/eina/src/include/eina_list.h
legacy/eina/src/include/eina_stringshare.h
legacy/eina/src/lib/eina_list.c
legacy/eina/src/lib/eina_quadtree.c
legacy/eina/src/lib/eina_rectangle.c
legacy/eina/src/lib/eina_str.c
legacy/eina/src/lib/eina_tiler.c