X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=218e7044f235c115dcb43826088189be3fe34923;hb=817beb07e406ae505fb0b1354d42025a1bfd14ce;hp=5f69290e98e242dfe2f0bf5d75db2137610ba678;hpb=6ee15bab55d0361109f8e88cef42da015cb574e5;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5f69290e..218e7044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +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