corrected ar title
[fw/sdcc] / ChangeLog
index 351357e3cc2dee488341d156f8089a34ca68e1f8..4753725688bd65d041e753e48c6660fdf3548707 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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,
+         (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 <borut.razem AT siol.net>
+
+       * device/lib/printf_tiny.c: replaced non-C89 comments '//' with '/* */'
+
 2008-02-10 Raphael Neider <rneider AT web.de>
 
        * device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t