X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6f2060ab9e4d11f53ab664e2608379fb02a2500b;hb=3a3d180872da2b1b50c4fa85621a859b3ff72a64;hp=ce578ec335209d05c6fb949fd59b671e391415b7;hpb=5ecc3e8f1d952ffccc4829acdc798cb28df00157;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index ce578ec3..6f2060ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-03-13 + + Hackup const and volatile modifiers in type chains a bit: + * src/SDCC.y:1.63 + * src/SDCCast.c:1.169 + * src/SDCCglue.c:1.136 + * src/SDCCicode.c:1.143 + * src/SDCCsymt.c1.146 + * src/SDCCsymt.h1.59 + * src/SDCCval.c:1.63 + +2003-03-12 + + * src/SDCCBBlock.h: more LRH debugging junk + * src/SDCCcflow.h: more LRH debugging junk + * src/SDCCloop.c: more LRH debugging junk + * src/SDCC.y (struct_declaration): fixed bug #697590 + * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again + * src/ds390/gen.c (aopForRemat): fixed bug #700031 + * src/SDCCglue.c (emitStaticSeg): fixed bug #700797 + 2003-03-11 Kevin Vigor * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole test function names must now match exactly).