* src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes appended by...
[fw/sdcc] / ChangeLog
index 2c0740e9b7031784c5308fbde30475e5f768cc86..5e2bcd5a00f13d8ad47e4af7a77a6eb537def328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,39 @@
+2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
+       appended by loop induction must be at the very end of the eBBlock
+
+2007-02-05 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/fwk/lib/timeout.c: native WIN32 port,
+         implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
+
+2007-02-03 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
+         applied patch #1646602 option to set default signedness of char to
+         unsigned, added -funsigned-char command line option,
+         thanks to Gunther Jehle
+       * device/lib/Makefile.in: added the -f option to rm so it doesn't
+         prompt for file deletion a few hundred times (especially the
+         subversion files, which have ro permissions so it asks for
+         confirmation), thanks to Simon McAuliffe;
+         added {} + option to find in order to remove multiple files from a
+         single rm commad
+
+2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/SST89x5xRDx.h: Added.
+
+2007-02-02 Raphael Neider <rneider AT web.de>
+
+       * src/pic/glue.c (emitSymbolSet): check sym->etype before use
+       * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
+
 2007-02-01 Raphael Neider <rneider AT web.de>
 
        * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
-           config words again
+         config words again
 
 2007-01-31 Borut Razem <borut.razem AT siol.net>