X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=7c7c4a311c21723a6f106b051a0867db005dbfe4;hb=0ac6eee0fb204622b8915183dc9b513616cf6e8f;hp=b827d343e1c56d17a923c68a836cb38a3e1ac046;hpb=b8674548878f1f8a08aaeff4d208ac5f6bdbb186;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index b827d343..7c7c4a31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2008-03-05 Borut Razem + + * dos/sdccman.lyx: docummented predefined macros SDCC_REVISION, + SDCC_PARMS_IN_BANK1, SDCC_FLOAT_REENT and SDCC_INT_LONG_REENT + +2008-03-05 Jesus Calvino-Fraga + + * support/librarian/sdcclib.c:Added feature request 1908061: + Synchronise sdcclib commands with ar. + +2008-03-04 Frieder Ferlemann + + * src/SDCCmain.c: added predefined macros SDCC_REVISION (RFE #1907229), + and (depending on corresponding compiler option) SDCC_PARMS_IN_BANK1, + SDCC_FLOAT_REENT, SDCC_INT_LONG_REENT + * device/include/mcs51/compiler.h: removed umlauts, added double + underscore + +2008-03-04 Maarten Brock + + * src/SDCCptropt.c (ptrPseudoSymConvert): fixed bug 1536762 + * support/regression/tests/bug1536762.c: new, added + * src/SDCCutil.c, + * src/SDCCutil.h: added getBuildDate() + * src/SDCCmain.c (printVersionInfo), + * src/SDCCglue.c (initialComments): use getBuildDate() instead of __DATE__ + * src/*/ralloc.c: removed IS_OP_RUONLY macro + * src/ds390/ralloc.c (packRegisters), + * src/mcs51/ralloc.c (packRegisters), + * src/z80/ralloc.c (packRegisters): applied fix for bug 1618050, thanks + Robert Larice + * support/regression/tests/bug1618050.c: new, added + * src/SDCCsymt.h: fixed typo in DECLSPEC2TXT + * support/regression/fwk/include/testfwk.h, + * support/regression/tests/bug1838000.c: moved _AUTOMEM and _STATMEM to + testfwk.h + +2008-03-04 Raphael Neider + + * src/pic/gen.c: removed unused prototypes, prevent internal errors + on accessing OP_SYM_TYPE(op) + * src/pic/gen.h: removed unused prototype of genMinusDec() + * src/pic/genarith.c (genMinus): cosmetic changes, rewritten to + fix #1876953 (invalid subtraction code), removed unused code + +2008-03-03 Raphael Neider + + * src/pic/gen.c, + * src/pic/gen.h, + * src/pic/genarith.c, + * src/pic/ralloc.c, + * src/pic/ralloc.h: removed AOP_R0, AOP_R1, AOP_DPTR, AOP_DPTR2, + AOP_ACC, and *_IDX and adjusted code, removed unused legacy code + +2008-03-03 Raphael Neider + + * src/pic/device.c (find_device): search user-specified paths first + for pic14devices.txt, fixes #1900827 + +2008-03-02 Borut Razem + + * support/scripts/sdcc.nsi: fixed bug in IsNT, LogicLib-isation of + AddToPath and RemoveFromPath + +2008-03-01 Borut Razem + + * support/scripts/sdcc.nsi: reverted MULTIUSER page since it didn't + work correctly, added debugging support if -DSDCC.DEBUG command line + option is defined + +2008-02-28 Borut Razem + + * doc/sdccman.lyx: cosmetic changes + +2008-02-28 Maarten Brock + + * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671 + * doc/sdccman.lyx: fixed unmeant removal of spaces + +2008-02-27 Borut Razem + + * support/scripts/sdcc.nsi: corrected installation directory for + current user installation mode + * doc/README.txt: added Philipp Klaus Krause to the developers list + 2008-02-27 Maarten Brock * src/mcs51/gen.c (genUnpackBits): don't generate ifxJump, instead return @@ -9,18 +94,18 @@ * support/regression/tests/bug1838000.c: new, added * device/include/mcs51/cc1110.h: new, added, thanks to Pravin Angolkar -2008-02-25 Maarten Brock - - * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152 - * support/regression/tests/bug1565152.c: new, added - 2008-02-26 Borut Razem - * src/SDCCast.c, doc/adccman.lyx: fixed RFE #1901171: inerger promotion + * src/SDCCast.c, doc/sdccman.lyx: fixed RFE #1901171: inerger promotion of casted varargs * support/scripts/sdcc.nsi: added MULTIUSER page, NSIS upgraded to version 2.35 +2008-02-25 Maarten Brock + + * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152 + * support/regression/tests/bug1565152.c: new, added + 2008-02-25 Maarten Brock * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148