Opps, update build so printf_tiny is actually part of the library.
[fw/sdcc] / ChangeLog
index 46b6dc2ed3a300e390cfd9eafad29a308fac2db0..22bf509ad6b2e96e41d317b19e1201733581ac88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-12-25 Paul Stoffregen <paul AT pjrc.com>
+
+       * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
+         and fully reentrant and register bank neutral.
+       * device/lib/printf_fast.c: added float (not enabled by default),
+         added compact/slower integer (also not enabled by default), 
+         improved size/speed of fast integer code, other minor changes
+       * device/include/stdio.h, device/lib/Makefile.in,
+         device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
+
 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/pic16/pcode.c: declaring variables other than at the start of a