* doc/sdccman.lyx, cdbfileformat.lyx, test_suite_spec.lyx:
[fw/sdcc] / ChangeLog
index 33856e3539764549ebaf4322777bb20688e708e8..7aa5ed0594f2914ebce56b5298212b355a8d1e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+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,
+         device/lib/pic16/Makefile.common: fixed quoting issues
+
+       * device/lib/pic16/configure,
+         device/lib/pic16/debug/Makefile.in,
+         device/lib/pic16/libc/Makefile.in,
+         device/lib/pic16/libdev/Makefile.in,
+         device/lib/pic16/libio/Makefile.in,
+         device/lib/pic16/libm/Makefile.in,
+         device/lib/pic16/libsdcc/Makefile.in,
+         device/lib/pic16/Makefile.in,
+         device/lib/pic16/startup/Makefile.in: regenerated
+
+       * src/pic16/main.c (_pic16_finaliseOptions): revert to
+         variant of r5216
+
+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:
+         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,
+         device/include/pic16/pic18f45j10.h: remove useless boilerplate
+
+       * device/include/pic16/adc.h,
+         device/lib/pic16/libio/adc/adcbusy.c,
+         device/lib/pic16/libio/adc/adcclose.c,
+         device/lib/pic16/libio/adc/adcconv.c,
+         device/lib/pic16/libio/adc/adcopen.c,
+         device/lib/pic16/libio/adc/adcread.c,
+         device/lib/pic16/libio/adc/adcsetch.c: generalized, documented,
+         and fixed ADC routines to work for more target devices,
+         incorporates patch #2036130 by Nick Materer
+
 2008-11-10 Steven Borley <steven.borley AT partnerelectronics.com>
 
        * device/include/ctype.h,
 
        * 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>