diff options
Diffstat (limited to 'libraries/eina/ChangeLog')
-rw-r--r-- | libraries/eina/ChangeLog | 43 |
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 @@ | |||
198 | 2012-01-19 Shinwoo Kim | 198 | 2012-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 | |||
202 | 2012-01-20 Gustavo Barbieri | ||
203 | |||
204 | * Add eina_model data type (generic hierarchy data access). | ||
205 | |||
206 | 2011-12-30 Vincent Torri | ||
207 | |||
208 | * Fix Eina_RWLock code on Windows > XP. | ||
209 | |||
210 | 2012-01-29 Tom Hacohen | ||
211 | |||
212 | * Added EINA_C_ARRAY_LENGTH, a macro that returns the length of a | ||
213 | standard C array. | ||
214 | |||
215 | 2012-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 | |||
221 | 2012-02-17 Cedric Bail | ||
222 | |||
223 | * Fix forgotten initialization of eina list count during eina_list_split_list. | ||
224 | |||
225 | 2012-02-22 Cedric Bail | ||
226 | |||
227 | * Add eina_file_stat. | ||
228 | |||
229 | 2012-02-27 Alexandre Becoulet | ||
230 | |||
231 | * Add faster implementation of Eina_Rbtree. | ||
232 | |||
233 | 2012-03-07 Cedric Bail | ||
234 | |||
235 | * Fix leak of Eina_File. | ||
236 | |||
237 | 2012-03-14 Cedric Bail | ||
238 | |||
239 | * Fix a dead lock in Eina_File. | ||
240 | |||
241 | 2012-03-16 Raphael Kubo da Costa | ||
242 | |||
243 | * Adjust Valgrind's CFLAGS to fix the build when it is in a non-default location. | ||