diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2013-09-25 22:51:03 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2013-09-25 22:51:03 -0300 |
commit | ad76ce025c024ef0909292c791bc6f0836761f54 (patch) | |
tree | 29316f088a9eb46bf7a1d6d6920ba4209302c50f /ChangeLog | |
parent | f03148f9e327b4542ef426e1db6841cc251e6569 (diff) |
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-- | ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |