1 2011-01-29 Carsten Haitzler (The Rasterman)
7 * Improve scalability and raw speed of Chained Mempool.
11 * Added eina_unicode_strndup
13 2011-02-16 Mike Blumenkrantz
15 * Added EINA_INLIST_FOREACH_SAFE
17 2011-02-16 Tom Hacohen
19 * Added eina_unicode_utf8* functions for utf8 string handling
20 and conversions to and from Eina_Unicode
22 2011-02-17 Mike Blumenkrantz
24 * Added eina_list_move* functions for moving list node data to other lists
26 2011-02-24 Vincent Torri
28 * Fix a compilation failure when --disable-posix-threads
29 --disable-valgrind are passed to configure
31 2011-03-09 Cedric Bail
33 * Fix stat failure when file size in bytes or the number of blocks
34 allocated to the file or the file serial number didn't fit in 32bits.
36 2011-03-18 Mike Blumenkrantz
38 * Use stringshare for eina_error messages
39 * add eina_error_find to match an error message with its Eina_Error
41 2011-04-06 Gustavo Sverzut Barbieri
43 * Add Simple XML parser API.
45 2011-04-11 Cedric Bail
47 * Add eina_inlist_sort.
48 * Add eina_mempool_repack.
49 * Add Eina_Object API, an helper for providing memory allocation with a redirection.
51 2011-04-13 Cedric Bail & Vincent Torri
53 * Add Eina_File API, a portable mmap helper with some cache and tracking feature.
55 2011-04-22 Vincent Torri
57 * Add Eina_Lock API, a portable solution across various system for locking/unlocking mutex.
59 2011-04-24 Carsten Haitzler (The Rasterman)
61 * Add a prefix location finder api to eina. Beta status. needs
62 more use from higher up libs/apps first.
64 2011-04-24 Vincent Torri
66 * Fix uninstallation of the mempools modules
68 2011-04-27 Vincent Torri
70 * Fix static build of the buddy mempool
72 2011-04-29 Cedric Bail
74 * Add Eina_Refcount macro helper. You should really use them when running with thread !
76 2011-05-14 Vincent Torri
78 * Add Eina_Condition API on Windows.
80 2011-05-17 Tom Hacohen (TAsn)
82 * Added eina_binbuf: This is just like strbuf but for binary blobs.
83 Requested by discomfitor and honestly it looks needed.
85 2011-05-18 Cedric Bail
87 * Fix eina_share_common_init to be called only once.
89 2011-05-24 Vincent Torri
91 * Implement eina_sched_prio_drop() on Windows
93 2011-05-24 Cedric Bail
95 * Add eina_inlist_sorted_insert.
97 2011-05-30 Cedric Bail
99 * Add eina_condition_timedwait.
101 2011-05-31 Cedric Bail
103 * Fix eina_hash_set to handle data == NULL like eina_hash_del.
105 2011-06-03 Vincent Torri
107 * Fix static linking with eina (iconv could potentially not be
108 passed to the linker)
110 2011-06-15 Cedric Bail
112 * Add eina_hash_free_set to change the free callback during the
113 life of an Eina_Hash.