* device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,
[fw/sdcc] / ChangeLog
index 6fb756ed84a7963cba583faa344908a08103d10b..1ca93c601c46273cb8248a610504cc20fccb518c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2008-09-15 Borut Razem <borut.razem AT siol.net>
+
+       * device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,
+         device/lib/pic16/libc/stdio/printf.c,
+         device/lib/pic16/libc/stdio/strmusart.c,
+         device/lib/pic16/libc/stdio/printf_tiny.c,
+         device/lib/pic16/libc/stdio/sprintf.c,
+         device/lib/pic16/libc/stdio/strmgpsim.c,
+         device/lib/pic16/libc/stdio/putchar.c,
+         device/lib/pic16/libc/stdio/fprintf.c,
+         device/lib/pic16/libc/stdio/strmmssp.c,
+         device/device/lib/pic16/libc/stdio/vprintf.c,
+         device/lib/pic16/libc/stdio/printf_small.c,
+         device/lib/pic16/libc/stdio/vsprintf.c,
+         device/lib/pic16/libc/stdio/strmputchar.c,
+         device/lib/pic16/libc/Makefile.am,
+         device/lib/pic16/libc/Makefile.in:
+         *printf now returns int, puchar.c moved from stdlib to stdio,
+         *printf format parameter type changed from char * to const char *,
+         added GNU link excetion text to library source files,
+         applyed GNU coding style, removed useless svn ids,
+         added BINARY_SPECIFIER macro re-enables the use of the removed 'b'
+         binary specifier: "%b", "%hb" and "%lb"
+       * device/lib/pic16/libc/stdio/vfprintf.c:
+         applied patch #2044424: PIC16: vfprintf
+         thanks Mauro Giachero
+
+2008-09-15 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/device.c (pic16_dump_usection): force udata sections
+         into the addressable range (0..0xFFF), workaround for a gpsim
+         bug preventing simulation of regtest bug1750318
+       * src/pic16/ralloc.c (deassignLRs): cosmetic changes,
+         (serialRegAssign): fixed regtest bug-971834,
+         (pic16_packRegisters): avoid null-pointer dereference
+
+2008-09-14 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/gen.c, src/pic16/ralloc.c: use
+         SYM_SPIL_LOC/SPIL_LOC macros, no functional changes
+       * src/pic16/ralloc.c (rematStr): reimplemented, fixes #1818857
+
+2008-09-12 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/fwk/testfwk.h:
+         define pdata as data for pic16 target
+         thanks Mauro Giachero
+
+2008-09-11 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/tests/bug-221100.c, support/regression/shifts.c,
+         support/regression/absolute.c:
+         applied patch #2105615: Some PIC16 testcase fixlets
+         thanks Mauro Giachero
+
+2008-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/z80/gen.c (genCmpGt, genCmpLt): fixed bug 2094505
+       * support/regression/tests/bug2094505.c: new, added
+
+2008-09-07 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCglue.c, src/SDCCast.c:
+         fixed throw of "excess elements" warning for char arrays
+
+2008-09-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/z80/aslist.c (lstsym): changed old K&R to ANSI
+       * src/SDCCicode.c (geniCodeCritical): fixed bug for hc08
+       * src/z80/gen.c (genCritical, genEndCritical): fixed bug 2077267
+       * support/regression/tests/bug2077267.c: new, added
+
+2008-09-05 Raphael Neider <rneider AT web.de>
+
+       * configure.in, Makefile.common.in: add support for ccache,
+         remove spurious $VERSION output, detect doc-tools even without
+         --enable-doc to facilitate later manual doc-builds, minor cleanup
+       * configure: regenerated
+
+       * doc/Makefile.in: quieten pdflatex, makeindex, and latex2html,
+         avoid races in parallel VPATH builds
+       * doc/clean.mk: remove .lyx files in the builddir for VPATH builds
+       * doc/sdccman.lyx: mention --without-ccache configure option
+
+2008-09-01 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/gen.c (pic16_derefPtr): handle CPOINTERs as well
+       * (genConstPointerGet): fix reading bitfields from __code space
+       * src/pic16/glue.c (pic16_printIvalBitFields): correctly mask
+         bitfield initializers (fix regression test bug1856409.c)
+       * (pic16_printIvalCharPtr,pic16_printIvalPtr): generalized to support
+         arbitrary sizes
+
 2008-08-31 Raphael Neider <rneider AT web.de>
 
        * src/pic16/gen.c (genAssign): removed useless compiler output