X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bf50a59b5589d8b830a59c6e9b3568c9f3c7d8ed;hb=f541b8255a945d216f7b4106e66c22f400737b4a;hp=7743d24681ce965bacddc8c08e882babcbd573ff;hpb=19eb37fd0abc83f9e2491a3f9ac2033363954852;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7743d246..bf50a59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,45 @@ +2003-02-23 Frieder Ferlemann + + * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables + * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes + +2003-02-18 Frieder Ferlemann + + * src/SDCCpeeph.c: added peephole conditions testing for same arguments + * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves + +2003-02-18 + + * as/mcs51/asmain.c (asmbl): module can start with a digit + * as/z80/asmain.c (asmbl): module can start with a digit + +2003-02-16 Bernhard Held + + * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable + * src/asm.c: fix pipe() for Mingw32 + +2003-02-15 Bernhard Held + + * src/SDCCglue.h: make tmpfileNameSet available for preOutName + * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted; + make -V work again; --c1mode reads now from stdin + * doc/sdccman.lyx: added --c1mode + * support/Util/SDCCerr.c: new messages for c1 mode + * support/Util/SDCCerr.h: new messages for c1 mode + * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode + +2003-02-15 + + * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm + +2003-02-14 Bernhard Held + + * doc/sdccman.lyx: Environment variables, -o and other minor things + 2003-02-14 + * src/xa51/main.c: before anyone really tries to use it :) + * Install doc's in share/sdcc/doc * removed some obsolete files * Do a proper make distclean and uninstall