X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=c0c8830fc14da12aa0fac0105fef7179a01758e2;hb=edb7d4ddf17ec135168854dac6c08a8079d033b8;hp=5de7fa7a18d6784fa30483937e250ab2c801b994;hpb=9f104e7acc8616ca6e43f12707599301611326f4;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5de7fa7a..c0c8830f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2003-04-03 + + * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC + * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC + * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC + * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC + * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC + +2003-04-03 Bernhard Held + + * _decdptr.c: fix return values + * _gptrget.c: fix return values + * _gptrgetc.c: fix return values + * _gptrput.c: fix return values + * _mulint.c: fix return values + +2003-04-02 Bernhard Held + + * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir + * configure.in: big cleanup, updated to autoconf 2.5x + * configure: rebuilt from configure.in + * sdccconf_in.h: new RETSIGTYPE, and other PATHs + * sdcc_vc_in.h: reflect changes from sdccconf.h + * doc/Makefile: fixed a flaw in "make install" + 2003-04-02 * src/ds390/gen.c (genCmp): no comments