X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=9c82f261840a77a6b8dcbbf5fcc8cd7b3680a3c8;hb=8cde0134013542c2a50456584652e24dc91708af;hp=4909dc1693d76884bf89ddb8c186b856d3fb1887;hpb=5253e14d8671e6fbb7cfacf2ec152edb3d9c11f0;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 4909dc16..9c82f261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2009-03-10 Raphael Neider + + * src/pic16/pcode.c (LinkFlow): fix invalid cast from pCodeLabel + to pCodeInstruction to avoid a segmentation fault + +2009-03-03 Borut Razem + + * device/lib/printf_large.c: fixed bug #2656821: bug in printf + +2009-03-03 Raphael Neider + + * device/lib/pic/libdev/Makefile.in: build device-specific + libraries for the correct processor, fixes #2654585 + 2009-03-01 Raphael Neider * device/lib/Makefile.in: fixed parallel builds (i.e., make -jN, N>1) @@ -5,6 +19,8 @@ 2009-03-01 Borut Razem * src/z80/peep.c: fixed bug #2648964: --i-code-in-asm crashes sdcc + * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt: + changed sdcc version to 2.9.0 2009-03-01 Maarten Brock