* doc/sdccman.lyx:
[fw/sdcc] / ChangeLog
index c40df2062388fcc634b9eac2b1b4990460460125..ec47b2203653a7488c1f8c00b689db3faaf33515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-19 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx:
+         fixed 2314467: sdccman.lyx: fix "--" in command line parameters
+         thanks Mauro Giachero
+
+2008-11-16 Borut Razem <borut.razem AT siol.net>
+
+       * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.5
+       * doc/sdccman.lyx: documented fixed unnamed bit-field initialization
+
 2008-11-15 Borut Razem <borut.razem AT siol.net>
 
        * src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src/SDCCglue.c,
@@ -5,6 +16,8 @@
          fixed RFE #2291335 : Unnamed bit-field initialization
        * support/regression/tests/bitfields.c:
          added test case for RFE #2291335
+       * support/regression/tests/bug-1981238.c:
+         don't initialize unnamed bit-fields
 
 2008-11-11 Raphael Neider <rneider AT web.de>