* src/SDCCsymt.c (comparePtrType): fixed bug 1921073
[fw/sdcc] / ChangeLog
index ced7fbc4ca9178fe84abc94b68434a409a7e280a..08d5d6d98c39edcb60de99ea1cbb9ece121fc201 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,29 @@
+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
+       * 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>