diff options
author | Tom Hacohen <tom@stosb.com> | 2010-07-27 08:55:23 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2010-07-27 08:55:23 +0000 |
commit | 3675a5f02b2526536a5dd2de9ca1b3b6620b38f3 (patch) | |
tree | dbe9b50e43d0832923f2c72531b154bc2086df37 /legacy/eina/AUTHORS | |
parent | 270f765c9113c4c7f9a39d8226384d080bfea0e9 (diff) |
Eina: Add Eina_UStringshare and Eina_Binshare.
Also modified Eina_Stringshare to share most of the code with the two above.
Added Magics for Eina_UStrbuf as well as for UStringshare/Binshare.
SVN revision: 50533
Diffstat (limited to 'legacy/eina/AUTHORS')
-rw-r--r-- | legacy/eina/AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/eina/AUTHORS b/legacy/eina/AUTHORS index 223a257b5b..8666800da1 100644 --- a/legacy/eina/AUTHORS +++ b/legacy/eina/AUTHORS | |||
@@ -14,3 +14,4 @@ Raphael Kubo da Costa <kubo@profusion.mobi> | |||
14 | Gustavo Chaves <glima@profusion.mobi> | 14 | Gustavo Chaves <glima@profusion.mobi> |
15 | Fabiano FidĂȘncio <fidencio@profusion.mobi> | 15 | Fabiano FidĂȘncio <fidencio@profusion.mobi> |
16 | Brett Nash <nash@nash.id.au> | 16 | Brett Nash <nash@nash.id.au> |
17 | Tom Hacohen <tom@stosb.com> | ||