* src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
[fw/sdcc] / ChangeLog
index 506b5b01d776e01f7f0b8f70c59bbd385a14e961..de4bd271db3e3fbfa1f70803140ebdf5e1796447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
+2008-02-24 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
+
+2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c (genMult): Rewrote 8-bit multiplication by constant,
+          implements #1898231
+
 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
 
        * device/lib/z80/mul.s: Rewrote __muluchar_rrx_s, to improve 8-bit mult.,
-          implements #1896290.
+          implements #1896290
 
 2008-02-22 Maarten Brock <sourceforge.brock AT dse.nl>