* src/SDCCmain.c: added predefined macros SDCC_REVISION (RFE #1907229),
[fw/sdcc] / ChangeLog
index eccfb0deb9d85c0594adbae78f56691dc23b2d84..366f910526c992e8cd6964115dbdc4261b848ee7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+2008-03-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * 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 <sourceforge.brock AT dse.nl>
+
+       * 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 <rneider AT web.de>
+
+       * 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 <rneider AT web.de>
+
+       * 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 <rneider AT web.de>
+
+       * src/pic/device.c (find_device): search user-specified paths first
+         for pic14devices.txt, fixes #1900827
+
+2008-03-02 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: fixed bug in IsNT, LogicLib-isation of
+         AddToPath and RemoveFromPath
+
+2008-03-01 Borut Razem <borut.razem AT siol.net>
+
+       * 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 <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: cosmetic changes
+
+2008-02-28 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671
+       * doc/sdccman.lyx: fixed unmeant removal of spaces
+
+2008-02-27 Borut Razem <borut.razem AT siol.net>
+
+       * 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 <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (genUnpackBits): don't generate ifxJump, instead return
            ifxJump to fix bug 1838000
        * src/SDCCsymt.c (aggregateToPointer): fix problem for xstack
        * support/regression/tests/bug1838000.c: new, added
-
-2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
-
-       * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
-       * support/regression/tests/bug1565152.c: new, added
+       * device/include/mcs51/cc1110.h: new, added, thanks to Pravin Angolkar
 
 2008-02-26 Borut Razem <borut.razem AT siol.net>
 
-       * 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 <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
+       * support/regression/tests/bug1565152.c: new, added
+
 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148