X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=0a9735d8585a84044e6104bb2757b0504c58fee9;hb=4b2fbe5fb929c9bcca3b002b3629dd0f91167a52;hp=69cac246fbf0e39cd80f73245d84b5ab3870f326;hpb=1efca62b20292a5ee6595f5ccab4337f6b38a374;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 69cac246..0a9735d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2008-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 + +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, @@ -21,7 +68,7 @@ * 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