X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=80ce246cfee0251ae47bd513959e911fc6bdea99;hb=929e9ba03699c4c1cc53802086586dda96ae08e0;hp=95229fb7c01e53a39d3c1732c48c88170280d5af;hpb=593d4f2b260a1a79d31b5b4a645b283e047a02cb;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 95229fb7..80ce246c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-06 Borut Razem + + * src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no working correctly + pass system include paths with -isystem to sdcpp + * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneded + functions (closePipes), (closeTmpFiles) and (rmTmpFiles) + 2008-11-02 Raphael Neider * doc/sdccman.lyx: updated the sections on the library build process @@ -189,6 +196,8 @@ * src/SDCCglue.c, src/SDCCast.c: fixed throw of "excess elements" warning for char arrays + * support/regression/tests/nullstring.c: + disable warning about excess elements in array of chars initializer 2008-09-07 Maarten Brock