add footnote regarding printf_fast_f precision limit
[fw/sdcc] / ChangeLog
index c626756c16302c43ca7e85c5538ae45ab815f741..24f94b5e3b1be723e9f0565989c092da2779044b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
+2007-01-26 Paul Stoffregen <paul AT pjrc.com>
+
+       * doc/sdccman.lyx: add printf_fast_f precision limitation note
+
+2007-01-26 Paul Stoffregen <paul AT pjrc.com>
+
+       * doc/sdccman.lyx: add printf benchmarks
+
 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
+
        * device/lib/printf_fast.c: fix %c, char promoted to int
        * device/lib/printf_tiny.c: fix %c, char promoted to int
 
 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
+
        * device/lib/printf_fast.c: fix float overflow check, bug #1525093
 
 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>