* src/pic/device.c (find_device): search user-specified paths first
[fw/sdcc] / ChangeLog
index 7005c0c61875f7c73a217249a1303710d82c0b10..b33c1ca3650c7538bdc5b1733d00c4addf903a0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,56 @@
+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
+         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, src/SDCCast.h: 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>
 
 
 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>