* .version, doc/sdccman.lyx: bumped sdcc version to 2.8.6
[fw/sdcc] / ChangeLog
index d53ff3881d4c7aed18f8e92ed08068372cfa611a..3b5d86cc01d13c3fde3d4ecfe780da39651a1b8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2009-01-04 Borut Razem <borut.razem AT siol.net>
+
+       * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.6
+         due changes in sdcc asxxxx linkers - it sholud be done 2 days ago :(
+       * doc/README.txt: updated John Hartman's e-mail address
+
+2009-01-04 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peep.c:
+         Implemented RFE #2484693.
+       * src/z80/peeph-z80.def:
+         Some peephole improvements.
+
+2009-01-03 Borut Razem <borut.razem AT siol.net>
+
+       * as/link/lklibr.c:
+         fixed warning: 'ret' may be used uninitialized in this function
+
+2009-01-02 Borut Razem <borut.razem AT siol.net>
+
+       * as/link/lklib.c, as/link/lksdcclib.c, as/link/lklibr.h,
+         as/link/getline.[ch], as/link/lkrel.[ch]: added,
+         made support for differnet library formats more flexible,
+         preparation for support of ar format
+       * as/link/lklibr.c, as/link/z80/Makefile.in,
+         as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
+         as/link/hc08/link_hc08.dsp, as/link/hc08/Makefile.in,
+         as/link/mcs51/aslink.dsp, as/link/mcs51/Makefile.in,
+         as/link/hc08/lkelf.c, as/link/aslink.h:
+         made support for differnet library formats more flexible,
+         preparation for support of ar format
+
+2009-01-01 Borut Razem <borut.razem AT siol.net>
+
+       * as/link/asxxxx_config.h.in:
+         fixed warning: extra tokens at end of #endif directive
+       * src/z80/peep.c:
+         fixed warning: suggest parentheses around && within ||
+       * device/lib/Makefile.in: allow whitespaces at the end of lines in
+         ports.build, in order to make it work on cygwin - it seems to be a
+         bug in cygwin grep: CR is not treated as part of end-of-line
+
+2008-12-31 Borut Razem <borut.razem AT siol.net>
+
+       * configure, configure.in, config.dsp, config_vc.awk,
+         as/link/asxxxx_config.h.in, as/link/hc08/lkelf.c, as/link/aslink.h,
+         as/link/hc08/Makefile.in, as/link/mcs51/Makefile.in:
+         introduced asxxxx_config.h.in
+
+2008-12-30 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c,
+         src/z80/peeph-z80.def:
+         Minor addition improvement.
+
+2008-12-30 Raphael Neider <rneider AT web.de>
+
+       * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
+         as/link/z80/lkgb.c, debugger/mcs51/cmd.c, sim/ucsim/utils.cc,
+         src/SDCCasm.c, support/Util/dbuf_string.c, support/cpp/c-ppoutput.c,
+         support/cpp/libcpp/lex.c, support/cpp/libcpp/macro.c,
+         support/librarian/sdcclib.c, support/makebin/makebin.c:
+         partially revert changes from r5293..r5295
+
+2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def:
+         Minor peephole improvement.
+
+2008-12-29 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (insertBankSel, FixRegisterBanking): emit
+         incorrectly discarded BANKSELs
+
+2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
+
+       * support/regression/tests/memory.c:
+         Added simple test for memset(), memcpy() and memmove()
+
+2008-12-29 Borut Razem <borut.razem AT siol.net>
+
+       * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c
+
+2008-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/peeph.def (177.e): replaced notVolatile(%3) with
+         operandsNotRelated(%1 %3), had to change (a)r%1 to (a)%1 for this to work
+         (177.j): added new rule
+       * src/SDCCsymt.h: added RESULT_TYPE_GPTR
+       * src/SDCCast.c (processParms): use RESULT_TYPE_GPTR for generic ptr parms,
+         (decorateType CAST): propagate storage class to generic pointer results
+
+2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/z80/string.c,
+         device/lib/z80/printf.c,
+         device/lib/z80/mul.s:
+         z80 library cleanup
+       * src/z80/gen.c:
+         Fixed code generation bug exposed by builtin memcpy().
+
+2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
+
+       * device/lib/_memcpy.c:
+         fixed conflict with builtin memcpy()
+
+2008-12-26 Borut Razem <borut.razem AT siol.net>
+
+       * support/librarian/sdcclib.c:
+         fixed bug 2466950: "sdcclib broken"
+         by removing fgets return value check
+
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+       * src/z80/main.c,
+         src/z80/gen.c,
+         device/include/string.h: Implemented RFE #1914254
+
 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
        * device/lib/z80/Makefile.in,
          device/lib/Makefile.in,