summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-02-28 22:20:45 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-05 19:35:46 +0100
commita51ae10b8ddada900c1abacd6284d35f6e65aa08 (patch)
treed49c868810ea244fe78228fbda180f776c238897 /ChangeLog
parent66c3c8fdf7c60b34039bc9f70cd9bb00e0c0235d (diff)
downloadqpdf-a51ae10b8ddada900c1abacd6284d35f6e65aa08.tar.zst
Remove all calls to sprintf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce3358a..b4a2ffae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-02-28 Jay Berkenbilt <ejb@ql.org>
+
+ * Remove all calls to sprintf
+
+ * New method QUtil::int_to_string_base to convert to octal or
+ hexademical (or decimal) strings without using sprintf
+
2013-02-26 Jay Berkenbilt <ejb@ql.org>
* Rewrite QUtil::int_to_string and QUtil::double_to_string to