X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6203bf41ab36a9614b70834837a018a3d9805e85;hb=34d14506fd0c12ee5434fec0f9dec27753e1aab5;hp=603bcd9268873b7d5d0801ce3c82d3889d4b52d0;hpb=334d46c82420b40682d224b62f2930eb7d77af75;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 603bcd92..6203bf41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2007-06-07 Borut Razem + + * sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in: + permanent solution to suppress GCC 4.2.0 c++ warning: + deprecated conversion from string constant to `char *' + use 'const char *' where ever required + +2007-06-04 Maarten Brock + + * src/SDCCast.c(decorateType): better optimize '!!' and comparisons + +2007-06-04 Borut Razem + + * configure.in, configure, config_vc.awk: sdcc version number is now + stored in configure.in; removed .version + * configure.in, configure, sdcc.spec, doc/sdccman.lyx, doc/sdccman.lyx, + doc/INSTALL.txt: version bumped to 2.7.2 + * sim/ucsim/configure.in, sim/ucsim/configure: + use "read" to read from .version + +2007-06-03 Borut Razem + + * */Makefile.in: removed annoying warning: + Makefile:xx: Makefile.dep: No such file or directory + 2007-06-02 Maarten Brock * src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY, @@ -38,7 +63,7 @@ * device/lib/pic16/libdev/pic18f[24]5j10.c: search for included source file in local directory * sim/ucsim/configure, sim/ucsim/configure.in: - temporary solution to supress GCC 4.2.0 c++ warning: + temporary solution to suppress GCC 4.2.0 c++ warning: deprecated conversion from string constant to `char *' 2007-06-01 Raphael Neider