* src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
[fw/sdcc] / ChangeLog
index fec45713ca072677644e0dd96074defe3d8d820c..de4bd271db3e3fbfa1f70803140ebdf5e1796447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+
 2008-02-21 Borut Razem <borut.razem AT siol.net>
 
        * support/regression/Makefile.in,