X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=80c171bd314c94670e7150c9a97f979629d3e662;hb=6ddfcdd55896c6949b5b70c8bd01c3ebeead91e0;hp=7da82326e961025e5aa2ba691bbc260477a9c055;hpb=ff126e16b41a10b45c033328dbdd094f20d17f8c;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7da82326..80c171bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,47 @@ +2007-02-07 Maarten Brock + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 - * 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