X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=2c55b61731dfcf59a34077ecb480cd754c88833e;hb=0ddac837e50a0bcf1e3ddf35542eb65a8c158020;hp=ae5ef8f61c476fe8c28039830658770f461f5609;hpb=6fb246dc350f69b23fe06fb4c0ea792dd25e904f;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index ae5ef8f6..2c55b617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2005-10-25 Bernhard Held + + * src/SDCCast.c (addCast): added promotion for bit variables + (decorateType): emit W_COMPLEMENT before the problem vanishes behind + promotion casts + optimisation + (optimizeGetWord): fix warning 'i' might be used uninitialized + * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT + * src/ds390/gen.c (genCpl): removed W_COMPLEMENT + +2005-10-24 Bernhard Held + + * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression: + all chars are promoted to int; promotion should be handled in SDCCast.c + +2005-10-15 Jesus Calvino-Fraga + + * device/lib/_strcmp.c: Fixed bug 1326457 + 2005-10-11 Raphael Neider * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds