we don't need this anymore
[fw/sdcc] / ChangeLog
index ef376579c8ef7b78a8e4afccb8a644e808edb387..553bd8d48bbe462c17829202232b59c08d12508d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-03-22    <johan@balder>
+
+       * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
+
+2003-03-21  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
+       * src/doc/cdbfileformat.lyx: added, written by Lenny Story
+       * src/doc/Makefile: added cdbfileformat.lyx
+       * src/doc/clean.mk: added cdbfileformat.lyx
+
+2003-03-20  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/mcs51/peeph.def: fix bug #705773
+
+2003-03-20    <johan@balder>
+
+       An sfr/sbit can have an "at #" AND an initializer
+       * src/SDCCsymt.c (checkSClass): 
+       * src/SDCCmem.c (allocGlobal): 
+       * src/SDCCmem.c (allocLocal): 
+       * src/SDCCast.c (createBlock): 
+
+2003-03-17  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
+
+2003-03-16    <johan@balder>
+
+       Undid the hackup of const and volatile, the problem is much bigger
+       * src/SDCC.y:1.65
+       * src/SDCCast.c:1.171
+       * src/SDCCglue.c:1.138
+       * src/SDCCicode.c:1.146
+       * src/SDCCsymt.c:1.150
+       * src/SDCCval.c:1.65
+
 2003-03-15  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541