X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=218e7044f235c115dcb43826088189be3fe34923;hb=c23ad1a2833573f366363e6c4273bc4f20bf767c;hp=2ea5e440a6214e7f0d3b39c1bfa123f1e85facb9;hpb=d198e7282d60acf6f0afc4debea335c773ff4b28;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 2ea5e440..218e7044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +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 :)