Updated READMEs for 2.3.0
[fw/sdcc] / ChangeLog
index e07d20f5f2861e35cd4a0d9e7f5957284b89d814..a6f8bbfad3dedbb905f308383a558a4979a6fce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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.