* device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
[fw/sdcc] / ChangeLog
index 77cf52fa7dd0b6565f52e677ef7b83819bf32843..31cdb82a91a16f4ac6b68f0695c67a8620892406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
+
+2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * device/lib/mcs51/Makefile.in: changed string comparison operator
+         to = for POSIX compliance; == is bash extension
+
+2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
+         kosmonaut_pirx
+
+2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
+       allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
+       * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
+       * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
+       bug report #1478657,
+
+2006-05-05 Borut Razem <borut.razem AT siol.net>
+
+       * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
+         making the html
+
+2006-05-02 Borut Razem <borut.razem AT siol.net>
+
+       * doc/Makefile.in: removed *.ind dependency since there is no rule to
+         create *.ind, which made make to fail if invoked with -j 2
+
+2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
+         Hubert Sack for patch 1479782
+
+2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
+
 2006-05-01 Raphael Neider <rneider AT web.de>
 
        * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
@@ -29,7 +70,7 @@
        * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
        in the library source
 
-2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
+2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * support/regression/ports/hc08/spec.mk: fixed bug 1478892