X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=b9f92fe7a217ff04179e22d17177cb4d5dfc74be;hb=77fcb4b638332e6c6494f5060c716ae6fe3c94b8;hp=f87c628dc9235779d09d1058cda5f8afed9ce9ee;hpb=e553618b2757006e74ba14f4682743a5bafd458d;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index f87c628d..b9f92fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2003-10-01 Erik Petrich + + * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed + the other part of bug #814548 + +2003-09-30 Bernhard Held + + * src/SDCCcse.c: fixed part of bug #814548 + +2003-09-28 Borut Razem + + * src/asm.c: rewrite of printILine() to use temporary file instead + a pipe + * src/xa51/main.c: commented out declaration of int rewinds + +2003-09-27 Erik Petrich + + * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206 + +2003-09-26 Erik Petrich + + * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746 + * src/asm.c (printILine): Fixed bug #811015 + +2003-09-22 Jesus Calvino-Fraga + + *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and + freeing. + +2003-09-21 Erik Petrich + + * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955 + * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair + to correctly handle general case of AOP_PAIRPTR + * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling + +2003-09-21 Erik Petrich + + * src/mcs51/ralloc.c (fillGaps), + * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another + register positioning bug) + +2003-09-21 Bernhard Held + + * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31) + 2003-09-19 Erik Petrich * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet, @@ -15,7 +61,7 @@ 2003-09-18 Jesus Calvino-Fraga *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when - trying to fclose a FILE* that was already closed. + trying to fclose a FILE* that was already closed. 2003-09-18 Erik Petrich @@ -23,6 +69,7 @@ of const struct should be treated as if const themselves) 2003-09-18 Bernhard Held + * src/SDCCval.c (valPlus, valMinus): fixed bug #808337 2003-07-06 Jesus Calvino-Fraga