* src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
[fw/sdcc] / ChangeLog
index 1a673ab0ae1ef052ca7a91988591419ca55ca6d4..de4bd271db3e3fbfa1f70803140ebdf5e1796447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
+
 2008-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCast.c (createIvalStruct): fixed bug 1466761