* updated the list pf supported pic14 devices
[fw/sdcc] / ChangeLog
index fd96557864938854b147dec22b1c78df5094cd16..06d958b6a6a3c3206647bf1e8561c0203fc6a7ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2008-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: corrected to be able to convert to PDF,
+         updated the list pf supported pic14 devices
+
+2008-03-12 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * doc/sdccman.lyx: added paragraph about bankswitching for mcs51
+
+2008-03-12 Borut Razem <borut.razem AT siol.net>
+
+       * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options,
+         fixed documentation request #1718191
+       * as/hc80/asmain.c, as/mcs51/asmain.c: added option -c to usage
+       * doc/sdccman.lyx: added description of --no-std-crt0 gbz80
+         command line option
+
+2008-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
+       * support/regression/tests/bug1505811.c: new, added
+
+2008-03-09 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f2620.h,
+       * device/include/pic16/pic18f4620.h,
+       * device/lib/pic16/libdev/pic18f2620.c,
+       * device/lib/pic16/libdev/pic18f4525.c,
+       * device/lib/pic16/libdev/pic18f4620.c: merged 18f2525/2620/4525/4620
+         family to consistently use pic18f4620.[ch], fixes #1832562
+
+2008-03-09 Borut Razem <borut.razem AT siol.net>
+
+       * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
+         changed sdcc version to 2.8.0
+       * knownbugs.html: regenerated
+       * support/scripts/gen_known_bugs.pl: added number of open bugs
+
 2008-03-09 Raphael Neider <rneider AT web.de>
 
        * src/pic16/gen.c (pic16_mov2w_volatile): NEW, read volatile operands,