* support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small,
[fw/sdcc] / ChangeLog
index e64f2beeecf1af0dd07df34c7f5c8c4da43e3a0c..70b5d09acf09b109b0257035acf00b9b132a8125 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,28 @@
+2007-10-26 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/peeph.def: moved rules 257.x to 253.x and re-enabled 253.b,
+         added new rules 265 - 270
+       * support/regression/tests/bug1721024.c:new, added
+       * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small,
+         introduced new test-mcs51 to run all mcs51 tests
+
+2007-10-25 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * support/regression/tests/bug1816470.c: new, added
+
+2007-10-21 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (resultTypePropagate): do propagate for LEFT_OP, do not
+         propagate for *,+,- with float, fixed bug 1816470
+         (decorateType): cast to resultTypeProp instead of resultType
+
 2007-10-19 Borut Razem <borut.razem AT siol.net>
 
        * src/pic16/glue.c: fixed bug #983491 - "Merge duplicate strings
          function is ineffective" for pic16 tareget
-       * support/scripts/listerr.c: corrected include path 
+       * support/scripts/listerr.c: corrected include path
+       * device/lib/_itoa.c: fixed bug #1806402 - _itoa and _uitoa leak to
+         adjacent memory
 
 2007-10-18 Maarten Brock <sourceforge.brock AT dse.nl>