* as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
[fw/sdcc] / ChangeLog
index a94bfe3ea3fce125446a2db47032828670c8f033..34d809ca5ffdf1eaf9fa7e81daa3372574d6e93a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+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,
+         device/lib/z80/memmove.s: Implemented RFE #1914256
+
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def: fixed a bug in peephole 0zf
+       * src/z80/peep.c: improved checks for unused data
+       * src/z80/gen.c,
+         src/z80/main.c: Implemented RFE #1899189
+
+2008-12-25 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/Makefile.in:
+         add -I$(INC_DIR) to SDCCFLAGS only if INC_DIR is defined
+
+2008-12-25 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def: minor peephole improvements
+
+2008-12-21 Borut Razem <borut.razem AT siol.net>
+
+       * support/librarian/sdcclib.c: fixed build failure on Mac OS X
+         due to redefinition of symbol __assert
+         sdcclib.c:53:1:warning: "__assert" redefined
+         /Xcode2.5/SDKs/MacOSX10.4u.sdk/usr/include/assert.h:80:1:
+         warning: this is the location of the previous definition
+
+2008-12-20 Raphael Neider <rneider AT web.de>
+
+       * debugger/mcs51/break.c, debugger/mcs51/cmd.c,
+         debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
+         support/cpp/libcpp/macro.c: fix format string errors
+
+       * sim/ucsim/s51.src/timer2.cc: add clarifying parens
+
+       * src/pic/device.c: partial rewrite using strtok,
+         quieten compiler warnings, adopt SDCC coding style
+
+       * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
+         as/link/z80/lkgb.c, as/z80/asout.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/librarian/sdcclib.c, support/makebin/makebin.c:
+         quieten most compiler warnings
+
+       * sim/ucsim/avr.src/arith_inst.cc: quieten compiler warnings,
+         probably fix operator precedence bug
+
+       * doc/clean.mk: quieten rm if no .lyx is present
+
+2008-12-19 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
+         doc/TININative.txt, doc/macro-sys-design.txt, doc/libdoc.txt,
+         doc/README.txt, doc/test_suite_spec.lyx:
+         applied patch 2446381: Dcoumentation spelling correcitons
+         thanks to Steven Borley
+
+2008-12-16 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic/pic12f629.h,
+         device/include/pic/pic12f675.h,
+         device/lib/pic/libdev/pic12f629.c,
+         device/lib/pic/libdev/pic12f675.c: consolidated, added TRISIO bits
+
+2008-12-14 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, cdbfileformat.lyx, test_suite_spec.lyx:
+         converted to LyX 1.5.7 (\lyxformat 276) format
+
 2008-12-07 Borut Razem <borut.razem AT siol.net>
 
        * support/regression/tests/bitfields.c: