X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=860625774539541d15b2d8fbf5a582e20536336c;hb=e5c62ddb5b835550d3e4f84dbe9939b5c74b87af;hp=708f9a3d3bb98b08b28ce7418677667927ab4db2;hpb=d9deadff25143c9e4ac28cdb2ad5065b948669b1;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 708f9a3d..86062577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-12-31 Bernhard Held + + * src/SDCCast.c (decorateType): fix promotion of unary minus + * src/SDCCsymt.c (computeType): beautified + * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed, + (valUnaryPM, valComplement, valNot): fix sign and promotion + * support/regression/tests/uminus.c: speedup by removing superflous + test case 'int' + * support/regression/tests/onebyte.c: added promotion and signedness + tests for unary minus + * support/regressions/tests/bug-477927.c: disable warning about + uninitialized variables + 2005-12-28 Bernhard Held * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS