* doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
[fw/sdcc] / ChangeLog
index 7066fec295e60ab8362b6a4b23423e039b544d16..cd9cee3a5fbb92171cc8976baa05a8450c76b2e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2008-12-19 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
+         doc/TININative.txt, doc/macro-sys-design.txt, doc/libdoc.txt,
+         doc/README.txt, doc/test_suite_spec.lyx:
+         applaid patch 2446381: Dcoumentation spelling correcitons
+         thanks to Steven Borley
+
+2008-12-16 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic/pic12f629.h,
+         device/include/pic/pic12f675.h,
+         device/lib/pic/libdev/pic12f629.c,
+         device/lib/pic/libdev/pic12f675.c: consolidated, added TRISIO bits
+
+2008-12-14 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, cdbfileformat.lyx, test_suite_spec.lyx:
+         converted to LyX 1.5.7 (\lyxformat 276) format
+
+2008-12-07 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/tests/bitfields.c:
+         added test case for bug #2366757
+
+2008-12-07 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/glue.c (pic16_printIvalBitFields): prevent
+         NULL pointer dereference, closes #2366757
+
+2008-11-25 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic16devices.txt,
+         sdcc/src/pic16/device.c,
+         sdcc/src/pic16/device.h: implicitly disable XINST
+         whenever CONFIG4L is set via an additional optional
+         argument to the configword directive in pic16devices.txt
+
 2008-11-24 Raphael Neider <rneider AT web.de>
 
        * device/lib/pic16/configure.ac,