X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=ef911f5ce5a9956a2ccd6b68c54d12ac535e786d;hb=a8bdd6989affefd2ed0b0d223308ed5515ebe9b7;hp=df1568f37c8fb8a2eb0c31b6783ae60c8fee6ce5;hpb=476f65e63356c85584ef8e42481ddecf5c09e488;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index df1568f3..ef911f5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,37 @@ +2004-01-12 Bernhard Held + + * src/SDCCast.c (decorateType): fixed bug introduced today + +2004-01-12 Borut Razem + + * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c, + doc/sdccman.lyx: upper case pragmas are deprecated + +2004-01-12 Bernhard Held + + * src/SDCCast.c (decorateType): replacing 'ul > 0' by '!ul' results + in simpler and even better code + +2004-01-11 Bernhard Held + + * src/SDCCicode.c (operandOperation): fixed bug #874819 + * src/SDCCast.c (decorateType): fixed + char foo (unsigned long ul) { return ul > 0; } + +2004-01-11 Frieder Ferlemann + + * doc/sdccman.lyx: Moved and added some sections, small changes + all over. Telling LaTeX to be less strict with word spacing + to better keep the right margin. Changed some notes about + maintainance of the ports in section 3.2.1 - is it OK like this? + 2004-01-11 Vangelis Rokas - + SDCC source changes: * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast, convilong): modified to inform the pic16 port that builtin functions are external - + PIC16 PORT specific changes: * src/pic16/device.c pic16_dump_equates() added, processor registers declared internally by the port are emitted in @@ -70,7 +97,7 @@ * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding bytes for last interrupt vector (mcs51) * sdcc.spec: fixed typo - + 2004-01-09 Erik Petrich * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs, @@ -116,7 +143,7 @@ * src/pic16/main.c: added $l in _asmCmd, changed extension for object file from '.rel' to '.o' in port->linker structure, changed size of fptr from 2 to 3 in port structure - + 2004-01-07 Borut Razem * support/scripts/sdcc.nsi: update PATH