aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/eina/README
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/eina/README')
-rw-r--r--libraries/eina/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/eina/README b/libraries/eina/README
index 69ec205..6ff84c8 100644
--- a/libraries/eina/README
+++ b/libraries/eina/README
@@ -17,7 +17,7 @@ Eina is a library providing data structure utilities for EFL that are meant
17to be lean, efficient and tailored to EFL's needs. This saves each 17to be lean, efficient and tailored to EFL's needs. This saves each
18library implementing its own custom datatype handling and duplicating 18library implementing its own custom datatype handling and duplicating
19the code. Some of the datatypes handles are: 19the code. Some of the datatypes handles are:
20 Arrays (variable sized) 20 Arrays (variable sized, including inline members)
21 Hash tables 21 Hash tables
22 Inlined linked lists 22 Inlined linked lists
23 Linked lists 23 Linked lists