summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2013-09-25 22:51:03 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2013-09-25 22:51:03 -0300
commitad76ce025c024ef0909292c791bc6f0836761f54 (patch)
tree29316f088a9eb46bf7a1d6d6920ba4209302c50f /ChangeLog
parentf03148f9e327b4542ef426e1db6841cc251e6569 (diff)
downloadefl-ad76ce025c024ef0909292c791bc6f0836761f54.tar.gz
Revert "eina: add functions to alloc strings from a printf fmt"
This reverts commit b5fce696c743c50ea0a049c4f879756b5ed231d4 and fixes to NEWS and @since that came later. These functions are pretty trivial and their functionality can be obtained with asprintf() and snprintf. The first is not available only on windows, but there's an implementation for that one on Evil, that should be used instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08204e8c6b..72873d0892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,6 @@
2013-09-24 Jorge Zapata
* Eina: add a substraction in rectangles and more helpers,
- add functions to alloc strings from a printf format,
add double_from/to and helper defines in f16p16.
2013-09-12 Jihoon Kim