X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6b506c30d20c0d5a36697a7760dfce1d39a8d3db;hb=b49b8f5a2e8ac5cea3beb6e503159dd3d09f6728;hp=3b5d86cc01d13c3fde3d4ecfe780da39651a1b8d;hpb=b8ae4eed18544afec106ff46f452b6ce54a8539b;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 3b5d86cc..6b506c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,56 @@ +2009-01-05 Philipp Klaus Krause + + * sim/ucsim/z80.src/inst_ed.cc: + Fixed bug #2488074, which made regression tests fail. + +2009-01-05 Philipp Klaus Krause + + * device/lib/z80/mod.s, + device/lib/z80/div.s, + device/lib/z80/mulchar.s, + device/lib/z80/mul.s, + device/lib/z80/divsigned.s, + device/lib/z80/Makefile.in: + Implemented RFE #1702376. + +2009-01-05 Borut Razem + + * as/link/lksdcclib.c: + fixed linker hanging in INDEXLIB is not defined (hc08) + +2009-01-04 Philipp Klaus Krause + + * src/z80/gen.c: + Implemented RFE #2485684, and some further improvements of HL caching + including a bugfix. + * src/z80/peeph-z80.def: + Fixed a bug exposed by implementing RFE #2485684. + +2009-01-04 Philipp Klaus Krause + + * src/z80/peeph-z80.def: + Peephole improvements. + * src/z80/gen.c, + src/z80/main.c, + device/include/string.h, + device/lib/z80/memmove.s: + Minor code cleanup. + * device/lib/z80/Makefile.in, + device/lib/Makefile.in, + support/regression/tests/memory.c, + device/lib/z80/strlen.s: + Partially implemented RFE #2471534. + 2009-01-04 Borut Razem * .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 @@ -322,7 +370,7 @@ 2008-11-06 Borut Razem - * 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)