profile/ivi/eina.git
2010-02-26 barbieriadd eina_strbuf_append_length()
2010-02-26 barbieriTRUE/FALSE are gone, use EINA_TRUE/EINA_FALSE instead.
2010-02-26 barbieriminor documentation fixes.
2010-02-26 barbierifix warnings.
2010-02-26 barbieriremove static/builtin modules warning, we ship with...
2010-02-26 barbieriRemove eina_error deprecated functions.
2010-02-24 devilhornsFix some doxy typos.
2010-02-24 carouse C (and not C++) pthread library on Windows
2010-02-19 caroadd mempool description in the doc
2010-02-14 englebassInclude safety checks before function include
2010-02-13 englebasssafety checks
2010-02-13 englebassAdd const where we don't modify pointer
2010-02-13 englebassAdd eina unlikely to alloc errors
2010-02-13 caro * -fno-strict-aliasing is checked at linked time ...
2010-02-12 sachielUse length of source string to copy.
2010-02-12 caroformatting
2010-02-12 caroconstants should be unsigned
2010-02-12 englebassWe always need to null terminate
2010-02-11 englebassSince we know we have enough space, use memcpy
2010-02-11 englebassAnd only log when debug
2010-02-11 englebassGood coverage for strbuf
2010-02-11 englebassDon't timeout
2010-02-11 englebassOnly test built mempools
2010-02-11 englebassMore tests for strbuf
2010-02-11 englebassUse eina_log
2010-02-11 englebassTests for strbuf
2010-02-11 caromissing "
2010-02-11 barbierilet's not return NULL but a more useful result.
2010-02-11 carono arithmetic pointer on void *
2010-02-11 devilhornsFix typo in doc.
2010-02-11 carowarnings--
2010-02-11 carowarning--
2010-02-09 englebassremove trailing whitespace
2010-02-09 englebassstring_remove -> string_steal
2010-02-09 englebassCheck whether alloc works, return false on error
2010-02-09 englebassunset eina magic on free
2010-02-09 englebassTypo
2010-02-09 englebassAdd simple test for strbuf
2010-02-09 cedric * eina: Remove warning in eina_stringshare.
2010-02-09 barbieridelete trailing whitespace.
2010-02-09 barbieridelete trailing whitespace.
2010-02-09 barbieriapply global log level if global domain exists.
2010-02-09 barbieriminor matching speedups.
2010-02-09 barbierijust try fnmatch (glob) if no specific level was set.
2010-02-09 barbierieina log level utilities.
2010-02-09 barbierieina log parameters getters and setters.
2010-02-08 sachielMore parentheses so the macro works inside if()
2010-02-08 barbieridisable color based on $TERM and isatty().
2010-02-08 caro * include stdlib.h so that NULL is always defined
2010-02-08 caroon some platform, iconv.h defines iconv() with a macro,
2010-02-08 mejFix build on RHEL5.
2010-02-07 caro * fix compilation when iconv.h is detected but libicon...
2010-02-07 englebassAnd since resize adds + 1 to size, grow must do to
2010-02-07 englebassAnd add () for increased safety
2010-02-07 englebassAnd correct return type
2010-02-07 englebassFix return values
2010-02-07 diebEina: fix compilation on strbuf.
2010-02-07 englebassDon't change size, since we don't realloc
2010-02-07 englebassDon't shrink when we append
2010-02-07 englebassWork with escaped string
2010-02-06 englebassAdd eina_strbuf_reset
2010-02-06 englebassAdd eina_strbuf_append_escaped for edje
2010-02-06 englebassAdd eina_str_escape
2010-02-06 englebassAdd shrink buffer code
2010-02-06 englebassSimpler to use _eina_strbuf_resize
2010-02-06 englebassAdd functions to match evas strbuf
2010-02-06 englebassEINA_ARG_NONNULL
2010-02-06 englebassInclude own header to be sure prototypes match
2010-02-03 caroupdate efl_fnmatch m4 macro
2010-02-03 carouse efl_fnmatch macro
2010-02-03 rasterints!!! have found a case where.. yes. we have massive...
2010-02-02 caro * remove useless iconv_cflags
2010-02-02 caro * fix configure.ac
2010-02-02 englebasscopy ecore_txt_convert to eina_str_convert
2010-01-31 caroif someone pass --enable-default-mempool, pass_through...
2010-01-31 caroeina_str:
2010-01-30 englebassEAPI
2010-01-28 carofix mingw flags
2010-01-28 carofix header inclusion
2010-01-27 englebassAdd EINA_MAGIC to strbuf
2010-01-27 englebassMove ecore_str and ecore_strbuf to eina
2010-01-26 rastereina - does modules like the rest of efl, so it's able...
2010-01-26 caro * make chained mempool static by default
2010-01-26 caroadd mempool namespace in configure help
2010-01-25 englebassAdd patch from bug #479
2010-01-24 caro * more portable shell tests
2010-01-24 devilhornsFix remaining "shadowed declaration" warnings.
2010-01-24 devilhornsUse different variable names. This was giving "shadowed...
2010-01-24 billiobFix some more warnings caused by -Wshadow
2010-01-24 caroadd missing m4 files in tarballs
2010-01-24 carouse m4 macro ti check compiler flag
2010-01-24 caromake the ecore tests stand alone (no ecore installation...
2010-01-23 cedric * eina: Allow compilation with -Wshadow.
2010-01-19 cedric * eina: Add more tests.
2010-01-17 dottedmageina: fix eina_module_list_get prototype: 'path' argume...
2010-01-16 caroget the shared library extension name from the autotool...
2010-01-16 carobasename() can modify its argument, so get a copy first
2010-01-16 carouse $libdir and not $exec_prefix/lib, as the user can set
2010-01-16 englebassRemove unused defines
2010-01-15 cedric * eina: Fix tests suite.
next