* src/mcs51/gen.c (aopPut): use direct name for pushing registers
[fw/sdcc] / ChangeLog
index 7da82326e961025e5aa2ba691bbc260477a9c055..80c171bd314c94670e7150c9a97f979629d3e662 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,47 @@
+2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (aopPut): use direct name for pushing registers
+       * src/SDCCmain.c (parseCmdLine): dbuf_s path must be initialised
+
+2007-02-07 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/devices.inc,
+       * device/include/pic16/pic18fregs.h,
+       * device/include/pic16/pic18f[24][34]31.h,
+       * device/lib/pic16/libdev/pic18f[24][34]31.c,
+       * device/lib/pic16/pics.all: added 18f[24][34]31 family
+       * device/lib/pic16/libio/i2c.ignore: do not build i2c
+
+2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
+         can this have lived here for so many years?
+       * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
+         fixes bug 1273984, see also patch 1645121, thanks Günther Jehle
+       * support/regression/tests/bug1273984.c: new, added, thanks Günther Jehle
+
+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>
 
-       * sdc/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
+       * 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>