X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=70d9610d0c5904fbd6af2e7f1dc42f6207a91307;hb=f980a0d1a6e863eebf11d3562634233b3f61b4bd;hp=1a3b6043aebd5165888b73b69795ba4e06df1663;hpb=9e8071ee3aa512301c19cd2c07a117e9fa3987c1;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 1a3b6043..70d9610d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,110 @@ +2008-02-22 Borut Razem + + * device/lib/Makefile.in: fixed parenthesis error + +2009-02-18 Maarten Brock + + * device/include/mcs51/at89c51ed2.h: fixed bug #2071949 bitmask RBCK wrong + +2009-02-17 Maarten Brock + + * as/link/mcs51/lkihx.c (hexRecord): bugfix do not insert extended address + when addresses are unsorted + +2008-02-15 Frieder Ferlemann + + * device/include/mcs51/p89v66x.h: added ENBOOT thanks + Gudjon Gudjonsson + * device/include/mcs51/p89c66x.h: fixed some defines + * device/include/mcs51/p89v66x.h: fixed some sbit addresses + * doc/sdccman.lyx: added to index, try to reanimate + svn keywords + +2008-02-14 Borut Razem + + * doc/sdccman.lyx: corrected cpp info + +2008-02-13 Borut Razem + + * as/Makefile.in: *.doc renamed to *.txt + +2008-02-11 Borut Razem + + * as/doc/aslnk.doc, as/doc/abstra.doc: renamed to *.txt + * as/doc/aslnk.txt, as/doc/asxhtml.html: changed licens to GPLv3 + +2008-02-11 Borut Razem + + * doc/sdccman.lyx: documented ar format libraries + +2008-02-10 Frieder Ferlemann + + * support/regression/tests/float_single.c: added regression + test. Some testpoints for probably rarely used functions + (acosf, sinhf, tanf, expf) disabled for some targets + +2008-02-10 Raphael Neider + + * src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer dereference, + (genAssign): fixed for operands on the stack + + * device/lib/pic16/libc/stdio/vfprintf.c, + device/lib/pic16/configure.ac, + device/lib/pic16/Makefile.common: add configurable support for + printing floats via ./configure --enable-floats + * device/lib/pic16/configure, + device/lib/pic16/Makefile.in, + device/lib/pic16/libm/Makefile.in, + device/lib/pic16/debug/Makefile.in, + device/lib/pic16/libio/Makefile.in, + device/lib/pic16/startup/Makefile.in, + device/lib/pic16/libsdcc/Makefile.in, + device/lib/pic16/libdev/Makefile.in, + device/lib/pic16/libc/Makefile.in: regenerated + * doc/sdccman.lyx: documented float support and how to get it + * doc/Makefile.in: fixed race condition on parallel builds + + * device/lib/pic16/libc/stdio/sprintf.c, + device/lib/pic16/libc/stdio/vsprintf.c: do not mess up the user's + pointer to the string buffer, enlarge buffer for x_ftoa() + +2008-02-10 Borut Razem + + * device/lib/printf_tiny.c: replaced non-C89 comments '//' with '/* */' + +2008-02-10 Raphael Neider + + * device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t + +2008-02-09 Raphael Neider + + * src/pic16/pcode.c (assignToSameBank): add force argument to ignore + artificial bank size limits for compound data (structs, arrays), + avoids assert if --obanksel=N, N > 1, is given + +2009-02-09 Borut Razem + + * as/asranlib/asranlib.c, link/lkar.c: don't check the padding bytes since + the openSUSE GNU ar (GNU Binutils; openSUSE 11.0) 2.18.50.20080409-11.1 + uses '`' character instead '\n' for padding + * as/asranlib/asranlib.c: made it more robust + +2009-02-08 Borut Razem + + * as/COPYING3: added + * support/scripts/sdcc.nsi: added COPYING3.txt to the package + * device/lib/Makefile.in: reenable floating point in model-xstack-auto + libraries + 2009-02-07 Borut Razem - * asranlib/asranlib.c: fixed BSD header length calculation - * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.8 + * as/asranlib/asranlib.c: fixed BSD header length calculation + * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.9 due sdcc asxxxx license change to GPLv3 2009-02-05 Borut Razem - * asranlib/asranlib.c, link/lkar.h, link/lkar.c: + * as/asranlib/asranlib.c, link/lkar.h, link/lkar.c: added support for BSD (Mac OS X) ar format * as/asxxsrc/aslex.c, as/as/asxxsrc/asnoice.c, as/as/asxxsrc/assym.c, as/as/hc08/asdata.c, as/hc08/asexpr.c, as/hc08/aslist.c, @@ -39,7 +137,7 @@ 2009-02-05 Borut Razem - * asranlib/asranlib.c, link/lkar.h, link/lkar.c: + * as/asranlib/asranlib.c, link/lkar.h, link/lkar.c: added support for BSD (Mac OS X) ar format 2009-02-02 Borut Razem