aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/ChangeLog')
-rw-r--r--libraries/eina/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/libraries/eina/ChangeLog b/libraries/eina/ChangeLog
index dfecb61..1237697 100644
--- a/libraries/eina/ChangeLog
+++ b/libraries/eina/ChangeLog
@@ -198,3 +198,46 @@
1982012-01-19 Shinwoo Kim 1982012-01-19 Shinwoo Kim
199 199
200 * Fix compilation of eina_semaphore_lock() (Windows port) 200 * Fix compilation of eina_semaphore_lock() (Windows port)
201
2022012-01-20 Gustavo Barbieri
203
204 * Add eina_model data type (generic hierarchy data access).
205
2062011-12-30 Vincent Torri
207
208 * Fix Eina_RWLock code on Windows > XP.
209
2102012-01-29 Tom Hacohen
211
212 * Added EINA_C_ARRAY_LENGTH, a macro that returns the length of a
213 standard C array.
214
2152012-01-31 Tom Hacohen
216
217 * Added an Eina_Stringshare type. It's just a typedef of "const char"
218 this is a same kind of visual hint for the purpose of the pointer,
219 but again, the two types are interchangeable.
220
2212012-02-17 Cedric Bail
222
223 * Fix forgotten initialization of eina list count during eina_list_split_list.
224
2252012-02-22 Cedric Bail
226
227 * Add eina_file_stat.
228
2292012-02-27 Alexandre Becoulet
230
231 * Add faster implementation of Eina_Rbtree.
232
2332012-03-07 Cedric Bail
234
235 * Fix leak of Eina_File.
236
2372012-03-14 Cedric Bail
238
239 * Fix a dead lock in Eina_File.
240
2412012-03-16 Raphael Kubo da Costa
242
243 * Adjust Valgrind's CFLAGS to fix the build when it is in a non-default location.