* src/pic16/main.c (_pic16_finaliseOptions): do not quote the
[fw/sdcc] / ChangeLog
index 05aa48cdba0cf98eb5e6efa493f6716e35914513..3d2a22a6cb10c880b7477750790a533ddb63e170 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,31 @@
+2008-11-24 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/main.c (_pic16_finaliseOptions): do not quote the
+         argument of --asm= or --link= to allow for
+         --asm="sh script --options", the user can double quote the
+         argument if needed: --asm="'c:/program files/gpasm' -q",
+         also fix some potential buffer overflows
+
+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:
-         unnamed bitfields are not initialized (gcc, msvc comatibility)
+         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>