* src/z80/peep.c: fixed msvc warning C4047:
[fw/sdcc] / ChangeLog
index a881bddcf6197bff00d8d12ca43a52a925c25b80..5be4c1f1b40ff79d4d0f899b2525ba268e4d83fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+       * as/link/lkrel.c, as/link/lksdcclib.c:
+         fixed bug #2484677: Linker hangs
+       * src/z80/peep.c: fixed msvc warning C4047:
+         'return' : 'int ' differs in levels of indirection from 'char *'
+       * config.dsp: as/lib corrected to as/link
+
+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:
 
 2008-11-06 Borut Razem <borut.razem AT siol.net>
 
-       * src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no working correctly
+       * src/SDCCmain.c: fixed bug #2224960: sdcc -MM no working correctly
          pass system include paths with -isystem to sdcpp
        * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneeded
          functions (closePipes), (closeTmpFiles) and (rmTmpFiles)