Updated READMEs for 2.3.0
[fw/sdcc] / ChangeLog
index cd5ad64591fb29c7c67f406fff16ce9eee0d0742..a6f8bbfad3dedbb905f308383a558a4979a6fce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2001-09-16    <johan@FRIJA>
+
+       * support/Util/SDCCerr.c: fixed up the error/warning/info database. I only changed the E_ W_ I_ prefix to what SDCCerr.c says it is.
+
+2001-09-15    <johan@FRIJA>
+
+       * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
+       * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
+
+2001-09-11    <johan@FRIJA>
+
+       * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
+
+2001-09-10  Michael Hope  <michaelh@juju.net.nz>
+
+       * support/regression/tests/bug-460444.c: Added test case.
+
+       * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
+       (genCast): Added justification for all of the asserts.
+
 2001-09-10  Bernhard Held <bernhard@bernhardheld.de>
 
        * support/regression/support.c: _xdata replaced by xdata