* device/include/pic16/pic18f2431.h,
[fw/sdcc] / ChangeLog
index 4ffdad05b53793c258f0fc18d1d473d7dbed5595..fd662e25a47227d530a0bb367c0e7f02efc4e06a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,38 @@
+2007-09-16 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f2431.h,
+       * device/include/pic16/pic18f25j10.h,
+       * device/include/pic16/pic18f4431.h,
+       * device/include/pic16/pic18f45j10.h: adopted common include style
+       * device/include/pic16/pic18f1320.h,
+       * device/include/pic16/pic18f2320.h,
+       * device/include/pic16/pic18f2525.h,
+       * device/include/pic16/pic18f4320.h,
+       * device/include/pic16/pic18f4525.h: NEW, just include proper .h file
+       * device/include/pic16/pic18fregs.h: prepared for automatic include
+         file selection by having DEVICE.h for every DEVICE
+       * device/lib/pic16/libdev/pic18f2320.c,
+       * device/lib/pic16/libdev/pic18f4320.c: just include proper .c file
+
+       * device/lib/pic16/configure.in,
+       * device/lib/pic16/configure: use rm -rf instead of rmdir
+       * device/lib/pic16/Makefile.in: use RMDIR to remove build directories
+       * device/lib/pic16/libc/stdlib/free.c: avoid warning on pointer cast
+
+2007-09-09 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCmain.c, src/SDCCutil.c: print newline after printVersionInfo(),
+         distingush between i386 and ppc Mac OS X versions
+
+2007-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (genReceive): fixed bug 1788177
+       * support/regression/tests/bug1788177.c: new, added
+
 2007-09-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
-        * doc/sdccman.lyx: mentioned d52 and cmake, customizing startup code
-        * device/include/mcs51/lint.h added keyword __naked
+       * doc/sdccman.lyx: mentioned d52 and cmake, customizing startup code
+       * device/include/mcs51/lint.h added keyword __naked
 
 2007-09-04 Maarten Brock <sourceforge.brock AT dse.nl>