Fixed compilation warning about nested comments
[fw/sdcc] / ChangeLog
index 112b72c61448b8a3636db4ae63d9e08d76014704..ffddb6e3d20aa0507d4aec9affd8dabb9c515621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2008-03-21 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c (callFuncByName):
+         Used // instead of /**/ to fix compilation warning about nested comments.
+
+2008-03-20 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCsymt.c (comparePtrType): fixed bug 1921073
+       * support/regression/tests/bug1921073.c: new, added
+
+2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/SDCCpeeph.c.c (callFuncByName):
+         Commented function parameters.
+
+2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/ralloc.c (packRegsForAccUse2):
+         disabled a broken accumulator packing optimization (fixed #1292721).
+       * support/regression/tests/bug-1292721: Regression test for #1292721.
+
+2008-03-16 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (SetIrp,genNearPointerGet,genNearPointerSet):
+         fixed code bloat regression using a variant of patch #1915618
+
+2008-03-16 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added section debugging macros, added SDCC
+         icon, changed startup menu for release distribution, code cleaning,
+         create url files instead links in startup menu
+
 2008-03-16 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCcse.c (algebraicOpts): fixed bug 1579949