X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=ab0d8b328e78712858c8bf3ba2e31a82183a4b22;hb=3bd25d75bcad68055bb616dcc29dde8a2965965e;hp=7b016c58bed42bc6192dc2b45a676dc77f4d5535;hpb=8250a933c2fa6e27fc20a779a05d46e8f3c778a3;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7b016c58..ab0d8b32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,57 @@ -2008-02-10 Frieder Ferlemann +2009-02-23 Borut Razem - * support/regression/tests/float_single.c: added regression + * as/z80/asexpr.c: fixed bug #1829678: Z-80 CP A, assembly + it is already fixed for mcs51 and hc08 targets + * as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors + +2009-02-22 Borut Razem + + * device/lib/Makefile.in: fixed parenthesis error + * doc/sdccman.lyx: fixed webdocs bug #2071421: error in the manual, + fixed webdocs bug #1967920: --version + +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 + +2009-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 + +2009-02-14 Borut Razem + + * doc/sdccman.lyx: corrected cpp info + +2009-02-13 Borut Razem + + * as/Makefile.in: *.doc renamed to *.txt + +2009-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 + +2009-02-11 Borut Razem + + * doc/sdccman.lyx: documented ar format libraries + +2009-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 + (acosf, sinhf, tanf, expf) disabled for some targets -2008-02-10 Raphael Neider +2009-02-10 Raphael Neider * src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer dereference, (genAssign): fixed for operands on the stack @@ -27,17 +74,17 @@ * 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 + pointer to the string buffer, enlarge buffer for x_ftoa() -2008-02-10 Borut Razem +2009-02-10 Borut Razem * device/lib/printf_tiny.c: replaced non-C89 comments '//' with '/* */' -2008-02-10 Raphael Neider +2009-02-10 Raphael Neider * device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t -2008-02-09 Raphael Neider +2009-02-09 Raphael Neider * src/pic16/pcode.c (assignToSameBank): add force argument to ignore artificial bank size limits for compound data (structs, arrays), @@ -107,7 +154,7 @@ device/lib/z80/Makefile.in: chose source files in the PORT directory if they are available -2008-02-01 Raphael Neider +2009-02-01 Raphael Neider * device/lib/pic16/libdev/pic18f1220.c, * device/lib/pic16/libdev/pic18f4450.c: @@ -122,11 +169,11 @@ * support/regression/tests/snprintf.c: reenable floating point in small-xstack-auto library -2008-01-26 Raphael Neider +2009-01-26 Raphael Neider * src/pic16/ralloc.c (packForPush): disabled to fix #2496919 -2008-01-25 Raphael Neider +2009-01-25 Raphael Neider * src/pic16/main.c (_pic16_linkEdit): prepend -L paths to linker search path instead of appending them