2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 15 May 2004 20:59:10 +0000 (20:59 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 15 May 2004 20:59:10 +0000 (20:59 +0000)
        committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>

        * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
        * device/include/c8051f000.h,
        * device/include/c8051f120.h,
        * device/include/c8051f300.h,
        * device/include/c8051f310.h,
        * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
        PWM16) and detab'ed

2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>

        * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
        and mailing lists, doc'ed --no-peep-comments, removed reference
        to knoppix (newest version has no LyX/LaTeX), other minor changes
        * src/SDCCglue.c (glue): save 2 bytes stack space with
        option --main-return. The ljmp could probably be avoided too

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3315 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 03d5dcfb4be5eec1bb64c3973ad0b6d28944df18..02fdbaa3af94c584ae0c2dda29ee6c6fd34217bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
+       committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
+       * device/include/c8051f000.h,
+       * device/include/c8051f120.h,
+       * device/include/c8051f300.h,
+       * device/include/c8051f310.h,
+       * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
+       PWM16) and detab'ed
+
+2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
+       and mailing lists, doc'ed --no-peep-comments, removed reference
+       to knoppix (newest version has no LyX/LaTeX), other minor changes
+       * src/SDCCglue.c (glue): save 2 bytes stack space with 
+       option --main-return. The ljmp could probably be avoided too
+
 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
 
        * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173