API BREAK: eina_magic_string_set() does not change existing strings anymore.
[profile/ivi/eina.git] / src / lib / eina_array.c
2009-09-07 barbieriAPI BREAK: eina_magic_string_set() does not change...
2009-09-06 barbierifix macro positioning of '\'
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-04 barbieriloggify array.
2009-09-04 barbierieina_safety_checks_init()
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-06-22 carofix a bit the documentation, but there are still
2009-06-06 caroFix init error handling of array, benchmark, counter...
2009-03-24 carouse variadic macros, as suggested by Gustavo
2009-03-23 carofix some llvm report
2009-02-03 cedric * eina/src/lib/eina_array.c: Fix small typo.
2009-01-29 caro * more doc in the tutorial of the array data type
2009-01-23 caro * minor formatting
2009-01-20 cedric * eina/src/include/eina_private.h: better use do ...
2009-01-20 cedric * eina/src/include/eina_array.h,
2009-01-20 cedric * eina/src/include/eina_private.h,
2008-12-26 barbierieina safety checks.
2008-12-06 barbieriLet valgrind help with EINA_MAGIC.
2008-09-25 cedricPatch from quarium.
2008-09-23 caro * fix list doc
2008-09-19 caro * add benchmark and file documentation
2008-09-17 caro * add doc for counter and convert modules
2008-09-15 caro * add documentation. The tutorial needs to be written...
2008-09-08 cedricMake inline only usefull function.
2008-09-07 caro * add array doc
2008-08-28 caro * move standard header files from eina_private.h to...
2008-08-12 cedricCleanup.
2008-08-12 cedricChange function name to match its new behaviour. jumpt_...
2008-08-11 cedricEasier API and follow gustavo's remark.
2008-08-11 cedricAdd first try for an accessor and iterator API, comment...
2008-08-08 cedricAfter benchmarking, providing inline does impact perfor...
2008-08-07 cedricFix improved version of eina_array_remove.
2008-08-07 cedricUse the common out of memory error.
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-08-01 cedricFix and improvement for stringshare and array, thanks...
2008-07-30 cedricAdd array and cleanup lalloc namespace.