* doc/sdccman.lyx:
[fw/sdcc] / ChangeLog
index 5681fb7247b857d5c062476d7f4088f13562fe0a..ec47b2203653a7488c1f8c00b689db3faaf33515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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,
+         src/SDCCsymt.c, src/SDCCsymt.h:
+         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>
 
        * device/include/pic16/pic18f25j10.h,
@@ -70,7 +91,7 @@
 
        * src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no working correctly
          pass system include paths with -isystem to sdcpp
-       * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneded
+       * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneeded
          functions (closePipes), (closeTmpFiles) and (rmTmpFiles)
 
 2008-11-02 Raphael Neider <rneider AT web.de>