X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=62817d17361668e5e235c1e691d9d0df30b6b9be;hb=0b44824662442b40830512786321baa59f2d3a97;hp=32a152b5183928273dcd228b45c12a503a2bae86;hpb=615fca6059a2ea47d0811c84375c8cbd5f580ebb;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 32a152b5..62817d17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-03-01 Michael Hope + + * src/SDCCsymt.c (initCSupport): Removed managling of support function names. + + * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY. + +2002-03-01 + + * src/SDCCglue.c (printIvalPtr): fixed bug #524211 + + * src/SDCCast.c (decorateType): fixed bug #524209 + + * src/SDCCval.c (valNot): fixed bug #524195 + +2002-02-26 + + * src/xa51/gen.c: fixed a warning + + * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534 + + * src/SDCCast.c (decorateType): fixed bug #522534 + +2002-02-23 + + * src/SDCCdflow.c (computeDataFlow): fixed bug #460088 + +2002-02-22 + + * src/SDCCast.c: fixed bug #514865 + + * src/SDCCy.c ("SDCC.y"): fixed bug #516625 + 2002-02-21 Sandeep Dutta * sdcc/src/SDCCloop.c: