X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=1cefc888d428b651c9d2a384d695b061e7aa8b0e;hb=025f549fbb89aa070e3f3baeb6c8ef4ca72d8210;hp=e8fcf8129e6b8a178481c76c324c502aeb33a99e;hpb=b73284f185096ae843436f5db43c0358a1e3f747;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index e8fcf812..1cefc888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-03-27 Frieder Ferlemann + + * device/lib/_ltoa.c: 36 bytes less __data mem. This really + helps printf_small. 32 bytes more __idata mem. + +2007-04-27 Raphael Neider + + * src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemoveUnusedLabels): + return early when pb or pb->pcHead is NULL (patch #1708427) + * src/regression/empty.c, + * src/regression/Makefile: added test with empty functions + * support/Util/SDCCerr.c: fixed typo in E_INIT_STRUCT message + 2007-04-27 Borut Razem * src/SDCCast.c: fixed feature request