* support/scripts/sdcc.nsi: reverted MULTIUSER page since it didn't
[fw/sdcc] / ChangeLog
index c6ed9cd413aa93ccfb47f44fc495ab961ad31be9..879acb0b01daa6cf019237e573b7dddead0f1f46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+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
+         ifx condition
+         (genNearPointerGet, genPagedPointerGet, genFarPointerGet,
+         genCodePointerGet, genGenPointerGet): cleanup aop before generating
+           ifxJump to fix bug 1838000
+       * src/SDCCsymt.c (aggregateToPointer): fix problem for xstack
+       * support/regression/tests/bug1838000.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/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
+       * support/regression/ports/mcs51-xstack-auto/spec.mk: added expf.c
+       * support/regression/tests/bug1670148.c: new, added
+
+2008-02-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
+
+       * device/include/mcs51/at89c51ed2.h: fixed bug 1901469.
+
+2008-02-24 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCast.c, src/SDCCast.h: fixed bug #1874922: explicit typecast
+         is ineffective for unsigned char parameter
+
 2008-02-24 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/gen.c (genMult): Rewrote 8-bit multiplication by constant,
-          implements #1898231
+         implements #1898231
 
 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
 
        * device/lib/z80/mul.s: Rewrote __muluchar_rrx_s, to improve 8-bit mult.,
-          implements #1896290
+         implements #1896290
 
 2008-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
 
@@ -33,7 +92,8 @@
 
 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
 
-       * support/regression/tests/bugs-1596270-1736867.c: Regression test for #1596270, #1736867
+       * support/regression/tests/bugs-1596270-1736867.c: Regression test for
+         #1596270, #1736867
 
 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>
 
 
 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
 
-       * src/z80/gen.c: fixed bug in register pair loading when swapping register contents,
-         mostly fixes #1596270
+       * src/z80/gen.c: fixed bug in register pair loading when swapping register
+         contents, mostly fixes #1596270
 
 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/peeph.def,
-       * src/z80/peeph-z80.def: moved peephole that breaks gbz80 to z80-specific peepholes,
-         fixes #1806565
+       * src/z80/peeph-z80.def: moved peephole that breaks gbz80 to z80-specific
+         peepholes, fixes #1806565
 
 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>