* as/Makefile.in: *.doc renamed to *.txt
[fw/sdcc] / ChangeLog
index 69cac246fbf0e39cd80f73245d84b5ab3870f326..4027ee38dc1ea0a193e76df348b93491bb627127 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-02-13 Borut Razem <borut.razem AT siol.net>
+
+       * as/Makefile.in: *.doc renamed to *.txt
+
+2008-02-11 Borut Razem <borut.razem AT siol.net>
+
+       * 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 <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: documented ar format libraries
+
+2008-02-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * 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 <rneider AT web.de>
 
        * src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer dereference,
@@ -21,7 +40,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 <borut.razem AT siol.net>